Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-20 08:11:50 -06:00
parent ed5b5b7e3e
commit e29e2b8ec8
1 changed files with 17 additions and 0 deletions

View File

@ -1 +1,18 @@
// `autogen:go.mod`
module go.wit.com/apps/zookeeper
go 1.21
toolchain go1.23.4
require (
go.wit.com/dev/alexflint/arg v1.5.5
go.wit.com/lib/protobuf/zoopb v0.0.22
go.wit.com/log v0.22.10
)
require (
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
google.golang.org/protobuf v1.36.3 // indirect
)