File tree Expand file tree Collapse file tree 2 files changed +44
-496
lines changed Expand file tree Collapse file tree 2 files changed +44
-496
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/plazonic/nvidia_gpu_prometheus_exporter
2
2
3
- go 1.18
3
+ go 1.21
4
+
5
+ toolchain go1.23.3
4
6
5
7
require (
6
- github.com/NVIDIA/go-nvml v0.12.0-0
7
- github.com/beorn7/perks v1.0.1
8
- github.com/golang/protobuf v1.5.2
9
- github.com/matttproud/golang_protobuf_extensions v1.0.4
10
- github.com/prometheus/client_golang v1.14.0
11
- github.com/prometheus/client_model v0.3.0
12
- github.com/prometheus/common v0.39.0
13
- github.com/prometheus/procfs v0.9.0
8
+ github.com/NVIDIA/go-nvml v0.12.4-0
9
+ github.com/prometheus/client_golang v1.20.5
14
10
)
15
11
16
12
require (
17
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
18
- golang.org/x/sys v0.3.0 // indirect
19
- google.golang.org/protobuf v1.28.1 // indirect
13
+ github.com/beorn7/perks v1.0.1 // indirect
14
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
15
+ github.com/klauspost/compress v1.17.11 // indirect
16
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
17
+ github.com/prometheus/client_model v0.6.1 // indirect
18
+ github.com/prometheus/common v0.61.0 // indirect
19
+ github.com/prometheus/procfs v0.15.1 // indirect
20
+ golang.org/x/sys v0.28.0 // indirect
21
+ google.golang.org/protobuf v1.35.2 // indirect
20
22
)
You can’t perform that action at this time.
0 commit comments