Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2024-12-13 17:57:36 -06:00
parent 741a708f70
commit 847f23f6e9
1 changed files with 10 additions and 0 deletions

View File

@ -1 +1,11 @@
// `autogen:go.mod`
module go.wit.com/lib/protobuf/virtbuf
go 1.20
require (
github.com/google/uuid v1.6.0
go.wit.com/log v0.22.9
google.golang.org/protobuf v1.35.2
)