19 lines
430 B
Modula-2
19 lines
430 B
Modula-2
module git.staur.ca/stobbsm/clustvirt
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/a-h/templ v0.2.646
|
|
github.com/go-chi/chi/v5 v5.0.12
|
|
github.com/jaypipes/pcidb v1.0.0
|
|
github.com/spf13/cobra v1.8.0
|
|
libvirt.org/go/libvirt v1.10001.0
|
|
libvirt.org/go/libvirtxml v1.10001.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|