Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-17 03:14:15 -06:00
parent 5cba7c7325
commit b6bf56b492
1 changed files with 22 additions and 0 deletions

View File

@ -1 +1,23 @@
// `autogen:go.mod`
module go.wit.com/apps/virtigo
go 1.21
toolchain go1.23.4
require (
github.com/google/uuid v1.6.0
go.wit.com/dev/alexflint/arg v1.5.5
go.wit.com/lib/gui/shell v0.22.22
go.wit.com/lib/protobuf/virtbuf v0.2.17
go.wit.com/lib/virtigolib v0.1.7
go.wit.com/log v0.22.10
google.golang.org/protobuf v1.36.3
libvirt.org/go/libvirtxml v1.11000.0
)
require (
github.com/go-cmd/cmd v1.4.3 // indirect
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
)