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.
28 lines
1.3 KiB
28 lines
1.3 KiB
module github.com/Cyclops-Labs/cyclops-4-hpc.git/cyclops-collectors/servers-collector
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/go-openapi/analysis v0.21.1 // indirect
|
|
github.com/go-openapi/runtime v0.21.0
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/gophercloud/gophercloud v0.23.0
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/segmentio/kafka-go v0.4.23
|
|
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
|
|
go.mongodb.org/mongo-driver v1.7.4 // indirect
|
|
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
|
|
)
|
|
|