Cyclops 4 HPC is the purpose built stack to support large HPC centers with resource accounting and billing of cluster as well as cloud resources.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module github.com/Cyclops-Labs/cyclops-4-hpc.git/cyclops-collectors/blockstorage-collector
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
|
|
|
|
github.com/go-openapi/runtime v0.21.0
|
|
|
|
github.com/go-openapi/swag v0.19.15 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/gophercloud/gophercloud v0.23.0
|
|
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
|
|
github.com/prometheus/client_golang v1.11.0
|
|
|
|
github.com/segmentio/kafka-go v0.4.23
|
|
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
|
|
github.com/spf13/viper v1.9.0
|
|
|
|
gitlab.com/cyclops-utilities/datamodels v0.0.0-20191016132854-e9313e683e5b
|
|
|
|
github.com/Cyclops-Labs/cyclops-4-hpc.git/services/customerdb v0.0.2
|
|
|
|
github.com/Cyclops-Labs/cyclops-4-hpc.git/services/eventsengine v0.0.2
|
|
|
|
github.com/Cyclops-Labs/cyclops-4-hpc.git/services/udr v0.0.2
|
|
|
|
gitlab.com/cyclops-utilities/logging v0.0.0-20200914110347-ca1d02efd346
|
|
|
|
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
|
|
|
|
)
|