Notes added by 'git notes append'
This commit is contained in:
parent
3d6bde4bf8
commit
c2db528832
|
@ -1 +1,16 @@
|
||||||
// `autogen:go.mod`
|
// `autogen:go.mod`
|
||||||
|
|
||||||
|
module go.wit.com/lib/protobuf/forgepb
|
||||||
|
|
||||||
|
go 1.20
|
||||||
|
|
||||||
|
require (
|
||||||
|
github.com/destel/rill v0.6.0
|
||||||
|
go.wit.com/lib/gui/shell v0.22.16
|
||||||
|
go.wit.com/lib/protobuf/gitpb v0.0.28
|
||||||
|
go.wit.com/lib/protobuf/zoopb v0.0.19
|
||||||
|
go.wit.com/log v0.22.9
|
||||||
|
google.golang.org/protobuf v1.35.2
|
||||||
|
)
|
||||||
|
|
||||||
|
require github.com/go-cmd/cmd v1.4.3 // indirect
|
||||||
|
|
Loading…
Reference in New Issue