Skip to content

Commit d5c7932

Browse files
authored
Merge pull request #500 from markusressel/dependabot/go_modules/github.com/NVIDIA/go-nvml-0.13.3-0
Bump github.com/NVIDIA/go-nvml from 0.13.2-0 to 0.13.3-0
2 parents 2d8bffa + 4970cfb commit d5c7932

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ module github.com/markusressel/fan2go
33
go 1.25.0
44

55
require (
6-
github.com/NVIDIA/go-nvml v0.13.2-0
6+
github.com/NVIDIA/go-nvml v0.13.3-0
77
github.com/asecurityteam/rolling v2.0.4+incompatible
88
github.com/creasty/defaults v1.8.0
9+
github.com/fsnotify/fsnotify v1.9.0
910
github.com/go-viper/mapstructure/v2 v2.5.0
1011
github.com/guptarohit/asciigraph v0.10.0
1112
github.com/labstack/echo-contrib v0.50.1
@@ -37,7 +38,6 @@ require (
3738
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
3839
github.com/containerd/console v1.0.5 // indirect
3940
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
40-
github.com/fsnotify/fsnotify v1.9.0 // indirect
4141
github.com/gookit/color v1.6.0 // indirect
4242
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4343
github.com/labstack/gommon v0.5.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ github.com/MarvinJWendt/testza v0.3.0/go.mod h1:eFcL4I0idjtIx8P9C6KkAuLgATNKpX4/
1515
github.com/MarvinJWendt/testza v0.4.2/go.mod h1:mSdhXiKH8sg/gQehJ63bINcCKp7RtYewEjXsvsVUPbE=
1616
github.com/MarvinJWendt/testza v0.5.2 h1:53KDo64C1z/h/d/stCYCPY69bt/OSwjq5KpFNwi+zB4=
1717
github.com/MarvinJWendt/testza v0.5.2/go.mod h1:xu53QFE5sCdjtMCKk8YMQ2MnymimEctc4n3EjyIYvEY=
18-
github.com/NVIDIA/go-nvml v0.13.2-0 h1:7M4cFG62wSUHw8i0XSiNU7ejKODytTS6ZrW/vgB2NSI=
19-
github.com/NVIDIA/go-nvml v0.13.2-0/go.mod h1:ahi2psRYoa+wYUBIrZPRO+wJs9lcvMhxSSkjjvsJJNQ=
18+
github.com/NVIDIA/go-nvml v0.13.3-0 h1:oJZ4+VTtPI/XT7XCfo5NvE9XTNrH8I3/KHy89rHxDxY=
19+
github.com/NVIDIA/go-nvml v0.13.3-0/go.mod h1:ahi2psRYoa+wYUBIrZPRO+wJs9lcvMhxSSkjjvsJJNQ=
2020
github.com/asecurityteam/rolling v2.0.4+incompatible h1:WOSeokINZT0IDzYGc5BVcjLlR9vPol08RvI2GAsmB0s=
2121
github.com/asecurityteam/rolling v2.0.4+incompatible/go.mod h1:2D4ba5ZfYCWrIMleUgTvc8pmLExEuvu3PDwl+vnG58Q=
2222
github.com/atomicgo/cursor v0.0.1/go.mod h1:cBON2QmmrysudxNBFthvMtN32r3jxVRIvzkUiF/RuIk=

0 commit comments

Comments
 (0)