2024-12-03 04:22:30 +00:00
|
|
|
module mkvm
|
|
|
|
|
|
|
|
go 1.22.7
|
|
|
|
|
|
|
|
require (
|
2024-12-03 04:49:17 +00:00
|
|
|
entanglement.garden/common v0.0.0-20241203042542-56a48a4bcde1
|
2024-12-03 06:57:21 +00:00
|
|
|
git.janky.solutions/finn/conflib v0.1.0
|
2024-12-03 04:22:30 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
github.com/spf13/cobra v1.8.1
|
|
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
libvirt.org/go/libvirt v1.10009.0
|
|
|
|
libvirt.org/go/libvirtxml v1.10009.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
|
|
)
|