mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-24 04:54:00 +00:00
72fe259745
Signed-off-by: Evan Lezar <elezar@nvidia.com>
14 lines
324 B
Modula-2
14 lines
324 B
Modula-2
module github.com/NVIDIA/nvidia-container-toolkit
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/NVIDIA/go-nvml v0.11.1-0
|
|
github.com/opencontainers/runtime-spec v1.0.2
|
|
github.com/pelletier/go-toml v1.9.3
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/mod v0.3.0
|
|
)
|