mirror of
https://github.com/clearml/go-nvlib
synced 2025-01-31 02:47:02 +00:00
591d38df50
Signed-off-by: Evan Lezar <elezar@nvidia.com>
16 lines
307 B
Modula-2
16 lines
307 B
Modula-2
module github.com/NVIDIA/go-nvlib
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/NVIDIA/go-nvml v0.12.0-3
|
|
github.com/google/uuid v1.6.0
|
|
github.com/stretchr/testify v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|