2024-03-10 07:15:49 +00:00
|
|
|
module git.staur.ca/stobbsm/clustvirt
|
|
|
|
|
|
|
|
go 1.22.1
|
|
|
|
|
2024-03-19 15:13:44 +00:00
|
|
|
require (
|
2024-03-24 04:05:06 +00:00
|
|
|
github.com/a-h/templ v0.2.646
|
2024-03-19 15:13:44 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.0.12
|
2024-03-24 04:05:06 +00:00
|
|
|
github.com/jaypipes/pcidb v1.0.0
|
2024-04-02 18:50:11 +00:00
|
|
|
github.com/spf13/cobra v1.8.0
|
2024-03-19 15:13:44 +00:00
|
|
|
libvirt.org/go/libvirt v1.10001.0
|
|
|
|
libvirt.org/go/libvirtxml v1.10001.0
|
|
|
|
)
|
2024-03-13 04:17:42 +00:00
|
|
|
|
2024-03-14 01:12:48 +00:00
|
|
|
require (
|
2024-03-29 20:48:21 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2024-03-24 04:05:06 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.0.0 // indirect
|
2024-03-29 20:48:21 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-03-14 01:12:48 +00:00
|
|
|
)
|