21 lines
559 B
Modula-2
21 lines
559 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/wcharczuk/go-chart/v2 v2.1.1
|
|
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81
|
|
libvirt.org/go/libvirt v1.10001.0
|
|
libvirt.org/go/libvirtxml v1.10001.0
|
|
)
|
|
|
|
require (
|
|
github.com/blend/go-sdk v1.20220411.3 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/mitchellh/go-homedir v1.0.0 // indirect
|
|
golang.org/x/image v0.11.0 // indirect
|
|
)
|