add min and max temp, refactore nvidia api
This commit is contained in:
10
go.mod
10
go.mod
@@ -3,12 +3,10 @@ module nvidiadashboard
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/NVIDIA/go-nvml v0.12.0-2
|
||||
github.com/NVIDIA/go-nvml v0.12.0-4
|
||||
github.com/go-chi/chi/v5 v5.0.12
|
||||
golang.org/x/net v0.21.0
|
||||
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
|
||||
golang.org/x/net v0.24.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
)
|
||||
require golang.org/x/text v0.14.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user