15 lines
272 B
Modula-2
15 lines
272 B
Modula-2
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
|
|
)
|