Notes added by 'git notes append'
This commit is contained in:
parent
b34d8c9477
commit
4e2701f8b5
|
@ -1 +1,14 @@
|
|||
// `autogen:go.mod`
|
||||
|
||||
module go.wit.com/lib/virtigolib
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.6.0
|
||||
go.wit.com/lib/protobuf/virtbuf v0.2.16
|
||||
go.wit.com/log v0.22.9
|
||||
libvirt.org/go/libvirtxml v1.10009.0
|
||||
)
|
||||
|
||||
require google.golang.org/protobuf v1.35.2 // indirect
|
||||
|
|
Loading…
Reference in New Issue