Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2024-12-13 17:56:05 -06:00
parent 3ecd07ed63
commit 3c475ab957
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
)