2023-10-30 14:37:07 +00:00
|
|
|
module github.com/NVIDIA/go-nvlib
|
2021-03-22 10:57:42 +00:00
|
|
|
|
2023-03-23 10:27:47 +00:00
|
|
|
go 1.20
|
2021-03-22 10:57:42 +00:00
|
|
|
|
2022-06-28 13:58:57 +00:00
|
|
|
require (
|
2025-01-14 07:45:27 +00:00
|
|
|
github.com/NVIDIA/go-nvml v0.12.4-1
|
2024-01-28 08:21:46 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2024-11-24 08:59:53 +00:00
|
|
|
github.com/stretchr/testify v1.10.0
|
2022-06-28 13:58:57 +00:00
|
|
|
)
|
2023-03-23 10:27:47 +00:00
|
|
|
|
|
|
|
require (
|
2023-08-02 20:58:31 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-03-23 10:27:47 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-09-29 16:19:06 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-03-23 10:27:47 +00:00
|
|
|
)
|