Skip to content

Commit 39644f9

Browse files
committed
Bump github.com/NVIDIA/go-nvlib from 0.8.1 to d0f42ba016dd
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent 9cc8577 commit 39644f9

File tree

8 files changed

+69
-146
lines changed

8 files changed

+69
-146
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/NVIDIA/nvidia-container-toolkit
33
go 1.25.0
44

55
require (
6-
github.com/NVIDIA/go-nvlib v0.9.0
6+
github.com/NVIDIA/go-nvlib v0.9.1-0.20251202135446-d0f42ba016dd
77
github.com/NVIDIA/go-nvml v0.13.0-1
88
github.com/google/uuid v1.6.0
99
github.com/moby/sys/mountinfo v0.7.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cyphar.com/go-pathrs v0.2.1 h1:9nx1vOgwVvX1mNBWDu93+vaceedpbsDqo+XuBGL40b8=
22
cyphar.com/go-pathrs v0.2.1/go.mod h1:y8f1EMG7r+hCuFf/rXsKqMJrJAUoADZGNh5/vZPKcGc=
3-
github.com/NVIDIA/go-nvlib v0.9.0 h1:GKLIvLJ0uhCtTLLZp2Q8QIDRxOYH45MM4Y5OO3U5Rho=
4-
github.com/NVIDIA/go-nvlib v0.9.0/go.mod h1:7mzx9FSdO9fXWP9NKuZmWkCwhkEcSWQFe2tmFwtLb9c=
3+
github.com/NVIDIA/go-nvlib v0.9.1-0.20251202135446-d0f42ba016dd h1:MC1w/VYuo9Zt0se4SSx9BVid4a46ai+voN3knRvVWjE=
4+
github.com/NVIDIA/go-nvlib v0.9.1-0.20251202135446-d0f42ba016dd/go.mod h1:7mzx9FSdO9fXWP9NKuZmWkCwhkEcSWQFe2tmFwtLb9c=
55
github.com/NVIDIA/go-nvml v0.13.0-1 h1:OLX8Jq3dONuPOQPC7rndB6+iDmDakw0XTYgzMxObkEw=
66
github.com/NVIDIA/go-nvml v0.13.0-1/go.mod h1:+KNA7c7gIBH7SKSJ1ntlwkfN80zdx8ovl4hrK3LmPt4=
77
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=

internal/info/auto_test.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,10 @@ func TestResolveAutoMode(t *testing.T) {
215215
HasDXCoreFunc: func() (bool, string) {
216216
return tc.info["dxcore"], "dxcore"
217217
},
218-
IsTegraSystemFunc: func() (bool, string) {
219-
return tc.info["tegra"], "tegra"
220-
},
221218
HasTegraFilesFunc: func() (bool, string) {
222219
return tc.info["tegra"], "tegra"
223220
},
224-
HasOnlyIntegratedGPUsFunc: func() (bool, string) {
221+
HasAnIntegratedGPUFunc: func() (bool, string) {
225222
return tc.info["nvgpu"], "nvgpu"
226223
},
227224
}

vendor/github.com/NVIDIA/go-nvlib/pkg/nvlib/info/api.go

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/NVIDIA/go-nvlib/pkg/nvlib/info/property-extractor.go

Lines changed: 20 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/NVIDIA/go-nvlib/pkg/nvlib/info/property-extractor_mock.go

Lines changed: 40 additions & 114 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/NVIDIA/go-nvlib/pkg/nvlib/info/resolver.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cyphar.com/go-pathrs
44
cyphar.com/go-pathrs/internal/fdutils
55
cyphar.com/go-pathrs/internal/libpathrs
66
cyphar.com/go-pathrs/procfs
7-
# github.com/NVIDIA/go-nvlib v0.9.0
7+
# github.com/NVIDIA/go-nvlib v0.9.1-0.20251202135446-d0f42ba016dd
88
## explicit; go 1.20
99
github.com/NVIDIA/go-nvlib/pkg/nvlib/device
1010
github.com/NVIDIA/go-nvlib/pkg/nvlib/info

0 commit comments

Comments
 (0)