Matthew Stobbs
9c35be1fcf
- made multiple components for reuse in templ - going to start on actual data displaying templates
10 lines
162 B
Modula-2
10 lines
162 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
|
|
)
|