Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-15 07:33:32 -06:00
parent 551aa23296
commit 8b9544036e
1 changed files with 12 additions and 0 deletions

View File

@ -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
)