Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-14 19:25:18 -06:00
parent 5b6c13bf5e
commit f33d46b423
1 changed files with 14 additions and 0 deletions

View File

@ -1 +1,15 @@
// `autogen:go.mod`
module go.wit.com/lib/protobuf/gitpb
go 1.22
toolchain go1.23.6
require (
github.com/destel/rill v0.7.0
github.com/go-cmd/cmd v1.4.3
go.wit.com/lib/gui/shell v0.22.26
go.wit.com/log v0.22.16
google.golang.org/protobuf v1.36.5
)