go-nvlib/go.mod
Evan Lezar da71bc2bff Update go-nvml dependency
This updates go-nvml to include fixes for getting devices by UUID
and to remove the panic from calls to Init and Shutdown.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2022-09-01 14:06:25 +02:00

9 lines
172 B
Modula-2

module gitlab.com/nvidia/cloud-native/go-nvlib
go 1.16
require (
github.com/NVIDIA/go-nvml v0.11.6-0.0.20220823120812-7e2082095e82
github.com/stretchr/testify v1.7.0
)