File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ module github.com/markusressel/fan2go
33go 1.25.0
44
55require (
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
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/MarvinJWendt/testza v0.3.0/go.mod h1:eFcL4I0idjtIx8P9C6KkAuLgATNKpX4/
1515github.com/MarvinJWendt/testza v0.4.2 /go.mod h1:mSdhXiKH8sg/gQehJ63bINcCKp7RtYewEjXsvsVUPbE =
1616github.com/MarvinJWendt/testza v0.5.2 h1:53KDo64C1z/h/d/stCYCPY69bt/OSwjq5KpFNwi+zB4 =
1717github.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 =
2020github.com/asecurityteam/rolling v2.0.4+incompatible h1:WOSeokINZT0IDzYGc5BVcjLlR9vPol08RvI2GAsmB0s =
2121github.com/asecurityteam/rolling v2.0.4+incompatible /go.mod h1:2D4ba5ZfYCWrIMleUgTvc8pmLExEuvu3PDwl+vnG58Q =
2222github.com/atomicgo/cursor v0.0.1 /go.mod h1:cBON2QmmrysudxNBFthvMtN32r3jxVRIvzkUiF/RuIk =
You can’t perform that action at this time.
0 commit comments