2021-03-18 09:11:25 +01:00
|
|
|
module github.com/ClusterCockpit/cc-metric-collector
|
|
|
|
|
2022-01-29 10:04:31 +01:00
|
|
|
go 1.16
|
2021-03-18 09:11:25 +01:00
|
|
|
|
2021-03-26 16:48:09 +01:00
|
|
|
require (
|
2022-04-19 12:15:51 +02:00
|
|
|
github.com/NVIDIA/go-nvml v0.11.6-0
|
2022-01-30 15:13:12 +01:00
|
|
|
github.com/PaesslerAG/gval v1.1.2
|
2022-04-19 12:15:51 +02:00
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/influxdata/influxdb-client-go/v2 v2.8.1
|
|
|
|
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf
|
|
|
|
github.com/nats-io/nats-server/v2 v2.8.0 // indirect
|
|
|
|
github.com/nats-io/nats.go v1.14.0
|
|
|
|
github.com/prometheus/client_golang v1.12.1
|
|
|
|
github.com/stmcginnis/gofish v0.13.0
|
|
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
|
2022-01-28 09:42:19 +01:00
|
|
|
)
|