19 lines
482 B
Modula-2
19 lines
482 B
Modula-2
module proxmoxaas-fabric
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.2
|
|
|
|
require github.com/luthermonson/go-proxmox v0.2.0
|
|
|
|
require (
|
|
github.com/buger/goterm v1.0.4 // indirect
|
|
github.com/diskfs/go-diskfs v1.4.2 // indirect
|
|
github.com/djherbis/times v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/jinzhu/copier v0.4.0 // indirect
|
|
github.com/magefile/mage v1.15.0 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
)
|