File tree Expand file tree Collapse file tree 4 files changed +46
-4
lines changed
github.com/NVIDIA/go-nvlib/pkg/nvlib/device Expand file tree Collapse file tree 4 files changed +46
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace k8s.io/dynamic-resource-allocation => github.com/kubernetes/kubernetes/s
6
6
7
7
require (
8
8
github.com/Masterminds/semver v1.5.0
9
- github.com/NVIDIA/go-nvlib v0.6 .0
9
+ github.com/NVIDIA/go-nvlib v0.7 .0
10
10
github.com/NVIDIA/go-nvml v0.12.4-0
11
11
github.com/NVIDIA/nvidia-container-toolkit v1.16.1
12
12
github.com/prometheus/client_golang v1.19.1
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3Q
2
2
github.com/Masterminds/semver v1.5.0 /go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y =
3
3
github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg =
4
4
github.com/Microsoft/go-winio v0.6.0 /go.mod h1:cTAf44im0RAYeL23bpB+fzCyDH2MJiz2BO69KH/soAE =
5
- github.com/NVIDIA/go-nvlib v0.6 .0 h1:zAMBzCYT9xeyRQo0tb7HJbStkzajD6e5joyaQqJ2OGU =
6
- github.com/NVIDIA/go-nvlib v0.6 .0 /go.mod h1:9UrsLGx/q1OrENygXjOuM5Ey5KCtiZhbvBlbUIxtGWY =
5
+ github.com/NVIDIA/go-nvlib v0.7 .0 h1:Z/J7skMdLbTiHvomKVsGYsttfQMZj5FwNYIFXhZ4i/c =
6
+ github.com/NVIDIA/go-nvlib v0.7 .0 /go.mod h1:9UrsLGx/q1OrENygXjOuM5Ey5KCtiZhbvBlbUIxtGWY =
7
7
github.com/NVIDIA/go-nvml v0.12.4-0 h1:4tkbB3pT1O77JGr0gQ6uD8FrsUPqP1A/EOEm2wI1TUg =
8
8
github.com/NVIDIA/go-nvml v0.12.4-0 /go.mod h1:8Llmj+1Rr+9VGGwZuRer5N/aCjxGuR5nPb/9ebBiIEQ =
9
9
github.com/NVIDIA/nvidia-container-toolkit v1.16.1 h1:PkY6RqYD1wIt1izCvYZ7kr7IitxK8e9+k/prO6b3vD0 =
Original file line number Diff line number Diff line change 1
1
# github.com/Masterminds/semver v1.5.0
2
2
## explicit
3
3
github.com/Masterminds/semver
4
- # github.com/NVIDIA/go-nvlib v0.6 .0
4
+ # github.com/NVIDIA/go-nvlib v0.7 .0
5
5
## explicit; go 1.20
6
6
github.com/NVIDIA/go-nvlib/pkg/nvlib/device
7
7
github.com/NVIDIA/go-nvlib/pkg/nvlib/info
You can’t perform that action at this time.
0 commit comments