Matthew Stobbs
4819cc8e9b
- Pages will go to view - pages will be seperated into each file by type (host, vm, etc.) - each page will have multiple sections in each file that can be either rendered together, or loaded via HTMX, depending on the call - started on htmx api endpoints
17 lines
390 B
Modula-2
17 lines
390 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
|
|
libvirt.org/go/libvirt v1.10001.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/wcharczuk/go-chart/v2 v2.1.1 // indirect
|
|
golang.org/x/image v0.11.0 // indirect
|
|
)
|