mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-21 15:57:49 +00:00
f25698e96e
Signed-off-by: Evan Lezar <elezar@nvidia.com>
10 lines
168 B
Modula-2
10 lines
168 B
Modula-2
module github.com/NVIDIA/nvidia-container-toolkit
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/mod v0.3.0
|
|
)
|