2021-03-18 09:11:25 +01:00
|
|
|
module github.com/ClusterCockpit/cc-metric-collector
|
|
|
|
|
2022-01-28 09:42:19 +01:00
|
|
|
go 1.17
|
2021-03-18 09:11:25 +01:00
|
|
|
|
2021-03-26 16:48:09 +01:00
|
|
|
require (
|
2022-01-25 15:37:43 +01:00
|
|
|
github.com/NVIDIA/go-nvml v0.11.1-0
|
2022-01-28 09:42:19 +01:00
|
|
|
github.com/influxdata/influxdb-client-go/v2 v2.7.0
|
|
|
|
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf
|
|
|
|
github.com/nats-io/nats.go v1.13.1-0.20211122170419-d7c1d78a50fc
|
|
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
|
2022-01-25 15:37:43 +01:00
|
|
|
gopkg.in/Knetic/govaluate.v2 v2.3.0
|
2021-03-26 16:48:09 +01:00
|
|
|
)
|
2022-01-28 09:42:19 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/deepmap/oapi-codegen v1.8.2 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/nats-io/nats-server/v2 v2.7.0 // indirect
|
|
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
|
|
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
|
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
|
|
)
|