Start project
This commit is contained in:
14
go.mod
Normal file
14
go.mod
Normal file
@@ -0,0 +1,14 @@
|
||||
module nvidiadashboard
|
||||
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/NVIDIA/go-nvml v0.12.0-2
|
||||
github.com/go-chi/chi/v5 v5.0.12
|
||||
golang.org/x/net v0.21.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user