Notes added by 'git notes append'
This commit is contained in:
parent
ec5d6d72dd
commit
1f005dc62e
|
@ -1 +1,16 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/apps/zookeeper
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
go.wit.com/dev/alexflint/arg v1.5.5
|
||||
go.wit.com/lib/protobuf/zoopb v0.0.19
|
||||
go.wit.com/log v0.22.9
|
||||
)
|
||||
|
||||
require (
|
||||
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
|
||||
google.golang.org/protobuf v1.35.2 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue