Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2024-12-13 18:54:58 -06:00
parent 45245ed3a6
commit 2ed6100ef2
1 changed files with 12 additions and 0 deletions

View File

@ -1 +1,13 @@
// `autogen:go.mod`
module go.wit.com/lib/protobuf/gitpb
go 1.20
require (
github.com/destel/rill v0.6.0
github.com/go-cmd/cmd v1.4.3
go.wit.com/lib/gui/shell v0.22.16
go.wit.com/log v0.22.9
google.golang.org/protobuf v1.35.2
)