Notes added by 'git notes append'
This commit is contained in:
parent
551aa23296
commit
8b9544036e
|
@ -1 +1,13 @@
|
||||||
// `autogen:go.mod`
|
// `autogen:go.mod`
|
||||||
|
|
||||||
|
module go.wit.com/lib/protobuf/zoopb
|
||||||
|
|
||||||
|
go 1.22
|
||||||
|
|
||||||
|
toolchain go1.23.6
|
||||||
|
|
||||||
|
require (
|
||||||
|
go.wit.com/log v0.22.16
|
||||||
|
golang.org/x/sys v0.30.0
|
||||||
|
google.golang.org/protobuf v1.36.5
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue