Notes added by 'git notes append'
This commit is contained in:
parent
5893fddafb
commit
55462e02d8
|
@ -1 +1,20 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/apps/autogenpb
|
||||
|
||||
go 1.21
|
||||
|
||||
toolchain go1.23.4
|
||||
|
||||
require (
|
||||
github.com/alexflint/go-arg v1.5.1
|
||||
github.com/go-cmd/cmd v1.4.3
|
||||
github.com/google/uuid v1.6.0
|
||||
go.wit.com/lib/fhelp v0.0.4
|
||||
go.wit.com/lib/gui/shell v0.22.22
|
||||
go.wit.com/log v0.22.10
|
||||
golang.org/x/text v0.21.0
|
||||
google.golang.org/protobuf v1.36.3
|
||||
)
|
||||
|
||||
require github.com/alexflint/go-scalar v1.2.0 // indirect
|
||||
|
|
Loading…
Reference in New Issue