Notes added by 'git notes append'
This commit is contained in:
parent
d45c969bec
commit
c6fe3ab9f1
|
@ -1 +1,18 @@
|
||||||
// `autogen:go.mod`
|
// `autogen:go.mod`
|
||||||
|
|
||||||
|
module go.wit.com/apps/zookeeper
|
||||||
|
|
||||||
|
go 1.22
|
||||||
|
|
||||||
|
toolchain go1.23.4
|
||||||
|
|
||||||
|
require (
|
||||||
|
go.wit.com/dev/alexflint/arg v1.5.5
|
||||||
|
go.wit.com/lib/protobuf/zoopb v0.0.24
|
||||||
|
go.wit.com/log v0.22.11
|
||||||
|
)
|
||||||
|
|
||||||
|
require (
|
||||||
|
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
|
||||||
|
google.golang.org/protobuf v1.36.5 // indirect
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue