mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
8b248b6631
The repo name on github recently changed, so all references here should as well. Signed-off-by: Kevin Klues <kklues@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.6.0
|
|
golang.org/x/mod v0.3.0
|
|
)
|