Skip to content

Commit f42653a

Browse files
committed
As per #1 update all deps.
1 parent e8d34de commit f42653a

File tree

2 files changed

+44
-496
lines changed

2 files changed

+44
-496
lines changed

go.mod

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
module github.com/plazonic/nvidia_gpu_prometheus_exporter
22

3-
go 1.18
3+
go 1.21
4+
5+
toolchain go1.23.3
46

57
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
1410
)
1511

1612
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
2022
)

0 commit comments

Comments
 (0)