clustvirt/go.mod
Matthew Stobbs 9c35be1fcf really liking templ
- made multiple components for reuse in templ
- going to start on actual data displaying templates
2024-03-14 21:56:49 -06:00

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
)