Start project

This commit is contained in:
2024-02-23 20:24:27 +01:00
commit de91d6f3e8
7 changed files with 533 additions and 0 deletions

14
go.mod Normal file
View 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
)