24 lines
648 B
Modula-2
24 lines
648 B
Modula-2
|
module mkvm
|
||
|
|
||
|
go 1.22.7
|
||
|
|
||
|
replace entanglement.garden/common => /home/finn/src/codeberg.org/EntanglementGarden/common
|
||
|
|
||
|
require (
|
||
|
entanglement.garden/common v0.0.0-20231208204916-4a8c20e806f1
|
||
|
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
|
||
|
github.com/stretchr/testify v1.9.0 // indirect
|
||
|
golang.org/x/sys v0.13.0 // indirect
|
||
|
)
|