Skip to content

Commit 4b21c9a

Browse files
committed
Bump github.com/NVIDIA/go-nvlib from 0.8.1 to d0f42ba016dd
Signed-off-by: Evan Lezar <[email protected]>
1 parent 3bdbcc6 commit 4b21c9a

File tree

11 files changed

+128
-146
lines changed

11 files changed

+128
-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.8.1
6+
github.com/NVIDIA/go-nvlib v0.8.2-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.8.1 h1:OPEHVvn3zcV5OXB68A7WRpeCnYMRSPl7LdeJH/d3gZI=
4-
github.com/NVIDIA/go-nvlib v0.8.1/go.mod h1:7mzx9FSdO9fXWP9NKuZmWkCwhkEcSWQFe2tmFwtLb9c=
3+
github.com/NVIDIA/go-nvlib v0.8.2-0.20251202135446-d0f42ba016dd h1:9NpcQGNvt/djzbX1uwIed1u2xd1ssiYlHNrt5Av19rQ=
4+
github.com/NVIDIA/go-nvlib v0.8.2-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/device/device.go

Lines changed: 27 additions & 0 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/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: 21 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/github.com/NVIDIA/go-nvlib/pkg/nvpci/mock.go

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

0 commit comments

Comments
 (0)