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 (
|
2022-02-28 12:32:27 +00:00
|
|
|
github.com/BurntSushi/toml v1.0.0
|
2022-04-29 12:40:24 +00:00
|
|
|
github.com/NVIDIA/go-nvml v0.11.6-0
|
2022-02-28 12:32:27 +00:00
|
|
|
github.com/container-orchestrated-devices/container-device-interface v0.3.1-0.20220224133719-e5457123010b
|
2022-04-13 11:05:29 +00:00
|
|
|
github.com/containers/podman/v4 v4.0.3
|
2022-02-28 12:32:27 +00:00
|
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20211214071223-8958f93039ab
|
|
|
|
github.com/pelletier/go-toml v1.9.4
|
2021-09-06 11:30:45 +00:00
|
|
|
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
|
2022-02-28 12:32:27 +00:00
|
|
|
golang.org/x/mod v0.5.0
|
|
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
|
2020-06-03 15:44:23 +00:00
|
|
|
)
|