Skip to content

Commit 762d687

Browse files
Bump github.com/NVIDIA/go-nvml from 0.13.0-0 to 0.13.0-1
Bumps [github.com/NVIDIA/go-nvml](https://github.com/NVIDIA/go-nvml) from 0.13.0-0 to 0.13.0-1. - [Release notes](https://github.com/NVIDIA/go-nvml/releases) - [Commits](NVIDIA/go-nvml@v0.13.0-0...v0.13.0-1) --- updated-dependencies: - dependency-name: github.com/NVIDIA/go-nvml dependency-version: 0.13.0-1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 77e8f4b commit 762d687

File tree

7 files changed

+36
-25
lines changed

7 files changed

+36
-25
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.4
66

77
require (
88
github.com/NVIDIA/go-nvlib v0.8.0
9-
github.com/NVIDIA/go-nvml v0.13.0-0
9+
github.com/NVIDIA/go-nvml v0.13.0-1
1010
github.com/cyphar/filepath-securejoin v0.4.1
1111
github.com/moby/sys/reexec v0.1.0
1212
github.com/moby/sys/symlink v0.3.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/NVIDIA/go-nvlib v0.8.0 h1:vorMvnsJYvZaxiluSXFd+fIFeQFPWSiSjNPiJyvDs0c=
22
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=
3+
github.com/NVIDIA/go-nvml v0.13.0-1 h1:OLX8Jq3dONuPOQPC7rndB6+iDmDakw0XTYgzMxObkEw=
4+
github.com/NVIDIA/go-nvml v0.13.0-1/go.mod h1:+KNA7c7gIBH7SKSJ1ntlwkfN80zdx8ovl4hrK3LmPt4=
55
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
66
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
77
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=

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

Lines changed: 4 additions & 6 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/mock/device.go

Lines changed: 12 additions & 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-nvml/pkg/nvml/mock/interface.go

Lines changed: 14 additions & 8 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/zz_generated.api.go

Lines changed: 2 additions & 2 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
@@ -6,7 +6,7 @@ github.com/NVIDIA/go-nvlib/pkg/nvpci
66
github.com/NVIDIA/go-nvlib/pkg/nvpci/bytes
77
github.com/NVIDIA/go-nvlib/pkg/nvpci/mmio
88
github.com/NVIDIA/go-nvlib/pkg/pciids
9-
# github.com/NVIDIA/go-nvml v0.13.0-0
9+
# github.com/NVIDIA/go-nvml v0.13.0-1
1010
## explicit; go 1.20
1111
github.com/NVIDIA/go-nvml/pkg/dl
1212
github.com/NVIDIA/go-nvml/pkg/nvml

0 commit comments

Comments
 (0)