Matthew Stobbs
760d7063de
- doing work around routing to use simpleroute - doing work around logging with simplelog
28 lines
860 B
Modula-2
28 lines
860 B
Modula-2
module git.staur.ca/stobbsm/clustvirt
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
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
|
|
github.com/jaypipes/pcidb v1.0.0
|
|
github.com/spf13/cobra v1.8.0
|
|
libvirt.org/go/libvirt v1.10002.0
|
|
libvirt.org/go/libvirtxml v1.10001.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.12 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
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
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
)
|
|
|
|
replace git.staur.ca/stobbsm/simpleroute => ../simpleroute
|