60 lines
2.4 KiB
Modula-2
60 lines
2.4 KiB
Modula-2
module proxmoxaas-dashboard
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/gerow/go-color v0.0.0-20140219113758-125d37f527f1
|
|
github.com/gin-gonic/gin v1.10.0
|
|
github.com/go-viper/mapstructure/v2 v2.2.1
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
|
github.com/tdewolff/minify/v2 v2.23.5
|
|
proxmoxaas-fabric v0.0.0
|
|
)
|
|
|
|
replace proxmoxaas-fabric => ./ProxmoxAAS-Fabric
|
|
|
|
require (
|
|
github.com/buger/goterm v1.0.4 // indirect
|
|
github.com/bytedance/sonic v1.13.2 // indirect
|
|
github.com/bytedance/sonic/loader v0.2.4 // indirect
|
|
github.com/cloudwego/base64x v0.1.5 // indirect
|
|
github.com/diskfs/go-diskfs v1.6.0 // indirect
|
|
github.com/djherbis/times v1.6.0 // indirect
|
|
github.com/elliotwutingfeng/asciiset v0.0.0-20240214025120-24af97c84155 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
|
|
github.com/gin-contrib/sse v1.1.0 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.26.0 // indirect
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/jinzhu/copier v0.4.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/luthermonson/go-proxmox v0.2.2 // indirect
|
|
github.com/magefile/mage v1.15.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.22 // indirect
|
|
github.com/pkg/xattr v0.4.10 // indirect
|
|
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af // indirect
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
|
github.com/tdewolff/parse/v2 v2.8.0 // indirect
|
|
github.com/tdewolff/test v1.0.11 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
|
github.com/ulikunitz/xz v0.5.12 // indirect
|
|
golang.org/x/arch v0.17.0 // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|