Skip to content

Commit dafecaf

Browse files
authored
Merge pull request #117 from NVIDIA/dependabot/go_modules/main/github.com/NVIDIA/go-nvlib-0.8.0
Bump github.com/NVIDIA/go-nvlib from 0.7.4 to 0.8.0
2 parents f41e734 + 986d29f commit dafecaf

File tree

13 files changed

+1886
-428
lines changed

13 files changed

+1886
-428
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/NVIDIA/vgpu-device-manager
33
go 1.24.0
44

55
require (
6-
github.com/NVIDIA/go-nvlib v0.7.4
6+
github.com/NVIDIA/go-nvlib v0.8.0
77
github.com/NVIDIA/mig-parted v0.12.3
88
github.com/go-playground/validator/v10 v10.26.0
99
github.com/google/uuid v1.6.0
@@ -17,7 +17,7 @@ require (
1717
)
1818

1919
require (
20-
github.com/NVIDIA/go-nvml v0.12.9-0 // indirect
20+
github.com/NVIDIA/go-nvml v0.13.0-0 // indirect
2121
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
2222
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2323
github.com/emicklei/go-restful/v3 v3.11.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
github.com/NVIDIA/go-nvlib v0.7.4 h1:qnXK8qhm45YfxalhZ76XwKdAMmxz1GIgzE0e/Hhhshs=
2-
github.com/NVIDIA/go-nvlib v0.7.4/go.mod h1:i95Je7GinMy/+BDs++DAdbPmT2TubjNP8i8joC7DD7I=
3-
github.com/NVIDIA/go-nvml v0.12.9-0 h1:e344UK8ZkeMeeLkdQtRhmXRxNf+u532LDZPGMtkdus0=
4-
github.com/NVIDIA/go-nvml v0.12.9-0/go.mod h1:+KNA7c7gIBH7SKSJ1ntlwkfN80zdx8ovl4hrK3LmPt4=
1+
github.com/NVIDIA/go-nvlib v0.8.0 h1:vorMvnsJYvZaxiluSXFd+fIFeQFPWSiSjNPiJyvDs0c=
2+
github.com/NVIDIA/go-nvlib v0.8.0/go.mod h1:bV+OEgjJCbFXf5T8c082mVPFuiF+gKwf9CMT7DWGUBI=
3+
github.com/NVIDIA/go-nvml v0.13.0-0 h1:ZbPDoheBQGF9WHNb3qIXvhgNGqc/p7OsUPvRzuI9qGE=
4+
github.com/NVIDIA/go-nvml v0.13.0-0/go.mod h1:+KNA7c7gIBH7SKSJ1ntlwkfN80zdx8ovl4hrK3LmPt4=
55
github.com/NVIDIA/mig-parted v0.12.3 h1:ZBKsrHL97av6Su6VseI5bPj+1pHDoxUjKRNsn/XoCc4=
66
github.com/NVIDIA/mig-parted v0.12.3/go.mod h1:6SUUqi8RRlyKz9iccsqvMTEJZnTLCqUEOcBQzI+q3Ok=
77
github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo=

vendor/github.com/NVIDIA/go-nvlib/pkg/nvlib/device/device.go

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

vendor/github.com/NVIDIA/go-nvml/pkg/nvml/const.go

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

0 commit comments

Comments
 (0)