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.
 
 

30 lines
1.3 KiB

module github.com/Cyclops-Labs/cyclops-4-hpc.git/cyclops-collectors/objects-collector
go 1.16
require (
github.com/go-openapi/errors v0.20.2 // indirect
github.com/go-openapi/loads v0.21.1 // indirect
github.com/go-openapi/runtime v0.22.0
github.com/go-openapi/swag v0.21.1 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/klauspost/compress v1.14.2 // indirect
github.com/myENA/radosgwadmin v0.1.0
github.com/myENA/restclient v1.0.5
github.com/prometheus/client_golang v1.12.1
github.com/remeh/sizedwaitgroup v1.0.0
github.com/segmentio/kafka-go v0.4.27
github.com/spf13/afero v1.8.0 // indirect
github.com/spf13/viper v1.10.1
github.com/spkg/bom v1.0.0 // indirect
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
go.mongodb.org/mongo-driver v1.8.3 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
gopkg.in/ini.v1 v1.66.3 // indirect
)