kevo/go.mod
Jeremy Tregunna e433b12930
All checks were successful
Go Tests / Run Tests (1.24.2) (pull_request) Successful in 9m37s
feat: add a standard logger, and start on a replication manager to tie into wal hooks
2025-04-20 21:05:49 -06:00

14 lines
227 B
Modula-2

module github.com/jeremytregunna/kevo
go 1.24.2
require (
github.com/cespare/xxhash/v2 v2.3.0
github.com/chzyer/readline v1.5.1
)
require (
github.com/google/uuid v1.6.0 // indirect
golang.org/x/sys v0.1.0 // indirect
)