Notes added by 'git notes append'
This commit is contained in:
parent
4e61fe7d20
commit
e22abb9fb1
|
@ -1 +1,21 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/apps/utils/virtigoctl
|
||||
|
||||
go 1.21
|
||||
|
||||
toolchain go1.23.4
|
||||
|
||||
require (
|
||||
go.wit.com/dev/alexflint/arg v1.5.5
|
||||
go.wit.com/lib/gui/shell v0.22.20
|
||||
go.wit.com/lib/protobuf/virtbuf v0.2.17
|
||||
go.wit.com/log v0.22.9
|
||||
google.golang.org/protobuf v1.36.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/go-cmd/cmd v1.4.3 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue