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-08-08 15:12:47 +00:00
|
|
|
github.com/NVIDIA/go-nvml v0.11.6-0.0.20220715143214-a79f46f2a6f7
|
2022-06-20 15:02:34 +00:00
|
|
|
github.com/container-orchestrated-devices/container-device-interface v0.4.1-0.20220614144320-dc973e22f674
|
2022-04-13 11:05:29 +00:00
|
|
|
github.com/containers/podman/v4 v4.0.3
|
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
|
|
|
|
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-10-11 14:30:23 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2022-08-08 15:12:47 +00:00
|
|
|
gitlab.com/nvidia/cloud-native/go-nvlib v0.0.0-20220725232003-c7f47cb02a33
|
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
|
|
|
)
|