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 (
|
|
|
|
github.com/a-h/templ v0.2.598
|
|
|
|
github.com/go-chi/chi/v5 v5.0.12
|
2024-03-20 17:36:53 +00:00
|
|
|
github.com/jaypipes/pcidb v1.0.0
|
2024-03-19 15:13:44 +00:00
|
|
|
github.com/wcharczuk/go-chart/v2 v2.1.1
|
2024-03-20 17:36:53 +00:00
|
|
|
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81
|
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-19 15:13:44 +00:00
|
|
|
github.com/blend/go-sdk v1.20220411.3 // indirect
|
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
2024-03-19 21:25:57 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.0.0 // indirect
|
2024-03-19 15:13:44 +00:00
|
|
|
golang.org/x/image v0.11.0 // indirect
|
2024-03-14 01:12:48 +00:00
|
|
|
)
|