Notes added by 'git notes append'
This commit is contained in:
parent
696312369e
commit
1925aa95a6
|
@ -1 +1,19 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/lib/protobuf/forgepb
|
||||
|
||||
go 1.22
|
||||
|
||||
toolchain go1.23.6
|
||||
|
||||
require (
|
||||
github.com/destel/rill v0.7.0
|
||||
github.com/google/uuid v1.6.0
|
||||
go.wit.com/lib/gui/shell v0.22.25
|
||||
go.wit.com/lib/protobuf/gitpb v0.0.75
|
||||
go.wit.com/lib/protobuf/zoopb v0.0.25
|
||||
go.wit.com/log v0.22.16
|
||||
google.golang.org/protobuf v1.36.5
|
||||
)
|
||||
|
||||
require github.com/go-cmd/cmd v1.4.3 // indirect
|
||||
|
|
Loading…
Reference in New Issue