2020-07-24 11:40:24 +00:00
|
|
|
module github.com/NVIDIA/nvidia-container-toolkit
|
2020-04-12 00:18:00 +00:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
2020-06-03 15:44:23 +00:00
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2021-06-30 11:58:32 +00:00
|
|
|
github.com/NVIDIA/go-nvml v0.11.1-0
|
2021-10-11 14:30:23 +00:00
|
|
|
github.com/containerd/containerd v1.5.7
|
|
|
|
github.com/containers/podman/v2 v2.2.1
|
2021-11-04 12:24:14 +00:00
|
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20211101234015-a3c33d663ebc
|
2021-06-30 11:58:32 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.3
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-06-07 12:44:50 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-09-06 11:30:45 +00:00
|
|
|
github.com/tsaikd/KDGoLib v0.0.0-20191001134900-7f3cf518e07d
|
2021-10-11 14:30:23 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2020-06-03 15:44:23 +00:00
|
|
|
golang.org/x/mod v0.3.0
|
2021-10-11 14:30:23 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
|
2020-06-03 15:44:23 +00:00
|
|
|
)
|