Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-19 04:12:15 -06:00
parent ce2e5bfcc1
commit 1a06c3f87b
1 changed files with 12 additions and 0 deletions

View File

@ -1 +1,13 @@
// `autogen:go.mod`
module go.wit.com/lib/protobuf/virtbuf
go 1.21
toolchain go1.23.4
require (
github.com/google/uuid v1.6.0
go.wit.com/log v0.22.10
google.golang.org/protobuf v1.36.3
)