Matthew Stobbs
2419d5d3a6
- added air to reload the server on changes automatically - added tailwindcss - added base page structure in html using _index, _header and _footer - added static homepage - added style.css built by tailwindcss - added basic View object to control views and templates
11 lines
188 B
Modula-2
11 lines
188 B
Modula-2
module git.staur.ca/stobbsm/clustvirt
|
|
|
|
go 1.22.1
|
|
|
|
require libvirt.org/go/libvirt v1.10001.0
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.12 // indirect
|
|
gopkg.in/ffmt.v1 v1.5.6 // indirect
|
|
)
|