Matthew Stobbs
ffca8c3970
- need to add accessor methods - eventually will move the VMList to the local guest module
20 lines
467 B
Modula-2
20 lines
467 B
Modula-2
module git.staur.ca/stobbsm/clustvirt
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/a-h/templ v0.2.598
|
|
github.com/go-chi/chi/v5 v5.0.12
|
|
github.com/jaypipes/pcidb v1.0.0
|
|
github.com/rs/zerolog v1.32.0
|
|
libvirt.org/go/libvirt v1.10001.0
|
|
libvirt.org/go/libvirtxml v1.10001.0
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mitchellh/go-homedir v1.0.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|