Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-08 04:18:53 -06:00
parent ccf0db63d8
commit 1a0b382871
1 changed files with 11 additions and 0 deletions

View File

@ -1 +1,12 @@
// `autogen:go.mod`
module go.wit.com/lib/protobuf/zoopb
go 1.21
toolchain go1.23.4
require (
go.wit.com/log v0.22.9
google.golang.org/protobuf v1.35.2
)