2021-03-22 10:57:42 +00:00
|
|
|
module gitlab.com/nvidia/cloud-native/go-nvlib
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
2022-06-28 13:58:57 +00:00
|
|
|
require (
|
2022-09-01 12:06:25 +00:00
|
|
|
github.com/NVIDIA/go-nvml v0.11.6-0.0.20220823120812-7e2082095e82
|
2022-06-28 13:58:57 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
)
|