mirror of
https://github.com/clearml/go-nvlib
synced 2025-01-31 02:47:02 +00:00
28486178b6
This pulls in a newer version of gopkg.in/yaml.v3 that no longer contains a high severity CVE https://nvd.nist.gov/vuln/detail/CVE-2022-28948 Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
15 lines
289 B
Modula-2
15 lines
289 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.8.4
|
|
)
|
|
|
|
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
|
|
)
|