Notes added by 'git notes append'
This commit is contained in:
parent
2f2d378648
commit
2b8e8e09e4
|
@ -1 +1,16 @@
|
||||||
// `autogen:go.mod`
|
// `autogen:go.mod`
|
||||||
|
|
||||||
|
module go.wit.com/lib/virtigolib
|
||||||
|
|
||||||
|
go 1.21
|
||||||
|
|
||||||
|
toolchain go1.23.4
|
||||||
|
|
||||||
|
require (
|
||||||
|
github.com/google/uuid v1.6.0
|
||||||
|
go.wit.com/lib/protobuf/virtbuf v0.2.18
|
||||||
|
go.wit.com/log v0.22.10
|
||||||
|
libvirt.org/go/libvirtxml v1.11000.1
|
||||||
|
)
|
||||||
|
|
||||||
|
require google.golang.org/protobuf v1.36.3 // indirect
|
||||||
|
|
Loading…
Reference in New Issue