clustvirt/go.mod
Matthew Stobbs f96a911722 host will now load VM data
- All host node info is done using goroutines to speed up the process as much as possible
- The vast majority of data is stored at this point
  - Need to work out refreshes, using either polling or events
2024-03-12 22:17:42 -06:00

8 lines
137 B
Modula-2

module git.staur.ca/stobbsm/clustvirt
go 1.22.1
require libvirt.org/go/libvirt v1.10001.0
require gopkg.in/ffmt.v1 v1.5.6 // indirect