2022-05-25 15:35:11 +02:00
|
|
|
module github.com/ClusterCockpit/cc-metric-collector
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2022-06-23 11:49:18 +02:00
|
|
|
github.com/ClusterCockpit/cc-units v0.3.0
|
|
|
|
github.com/ClusterCockpit/go-rocm-smi v0.3.0
|
2022-05-25 15:35:11 +02:00
|
|
|
github.com/NVIDIA/go-nvml v0.11.6-0
|
2022-06-23 11:49:18 +02:00
|
|
|
github.com/PaesslerAG/gval v1.2.0
|
2022-05-25 15:35:11 +02:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2022-06-23 11:49:18 +02:00
|
|
|
github.com/influxdata/influxdb-client-go/v2 v2.9.0
|
2022-05-25 15:35:11 +02:00
|
|
|
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf
|
2022-06-23 11:49:18 +02:00
|
|
|
github.com/nats-io/nats.go v1.16.0
|
|
|
|
github.com/prometheus/client_golang v1.12.2
|
2022-05-25 15:35:11 +02:00
|
|
|
github.com/stmcginnis/gofish v0.13.0
|
2022-06-23 11:49:18 +02:00
|
|
|
golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664
|
2022-05-25 15:35:11 +02:00
|
|
|
)
|