mirror of
https://github.com/clearml/go-nvlib
synced 2025-01-31 02:47:02 +00:00
1f178b880d
Signed-off-by: Kevin Klues <kklues@nvidia.com>
15 lines
317 B
Modula-2
15 lines
317 B
Modula-2
module gitlab.com/nvidia/cloud-native/go-nvlib
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/NVIDIA/go-nvml v0.12.0-1
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|