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-04-08 02:31:33 +00:00
|
|
|
git.staur.ca/stobbsm/simplelog v0.0.0-20240407172718-26a74495adc9
|
|
|
|
git.staur.ca/stobbsm/simpleroute v0.0.0-20240407195233-523f184fd406
|
|
|
|
github.com/a-h/templ v0.2.648
|
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-04-08 02:31:33 +00:00
|
|
|
libvirt.org/go/libvirt v1.10002.0
|
2024-03-19 15:13:44 +00:00
|
|
|
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-04-08 02:31:33 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.0.12 // indirect
|
2024-03-29 20:48:21 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2024-04-08 02:31:33 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/rs/zerolog v1.32.0 // indirect
|
2024-03-29 20:48:21 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-04-08 02:31:33 +00:00
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
2024-03-14 01:12:48 +00:00
|
|
|
)
|
2024-04-08 02:31:33 +00:00
|
|
|
|
|
|
|
replace git.staur.ca/stobbsm/simpleroute => ../simpleroute
|