2020-07-24 11:40:24 +00:00
|
|
|
module github.com/NVIDIA/nvidia-container-toolkit
|
2020-04-12 00:18:00 +00:00
|
|
|
|
2022-09-28 12:48:43 +00:00
|
|
|
go 1.17
|
2020-04-12 00:18:00 +00:00
|
|
|
|
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-09-28 11:39:11 +00:00
|
|
|
github.com/NVIDIA/go-nvml v0.11.6-0.0.20220823120812-7e2082095e82
|
2022-06-20 15:02:34 +00:00
|
|
|
github.com/container-orchestrated-devices/container-device-interface v0.4.1-0.20220614144320-dc973e22f674
|
2022-08-19 08:28:00 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2022-07-07 09:29:54 +00:00
|
|
|
github.com/opencontainers/runc v1.1.3
|
2022-02-28 12:32:27 +00:00
|
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20211214071223-8958f93039ab
|
2022-08-19 08:28:00 +00:00
|
|
|
github.com/opencontainers/runtime-tools v0.9.1-0.20220110225228-7e2d60f1e41f // indirect
|
2022-02-28 12:32:27 +00:00
|
|
|
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
|
2022-08-19 08:28:00 +00:00
|
|
|
github.com/urfave/cli v1.22.4 // indirect
|
2021-10-11 14:30:23 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2022-08-19 08:28:00 +00:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190809123943-df4f5c81cb3b // indirect
|
2022-09-28 11:39:11 +00:00
|
|
|
gitlab.com/nvidia/cloud-native/go-nvlib v0.0.0-20220922133427-1049a7fa76a9
|
2022-02-28 12:32:27 +00:00
|
|
|
golang.org/x/mod v0.5.0
|
|
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
|
2022-08-19 08:28:00 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2020-06-03 15:44:23 +00:00
|
|
|
)
|