mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-21 15:57:49 +00:00
540f4349f5
Signed-off-by: Evan Lezar <elezar@nvidia.com>
37 lines
1.5 KiB
Modula-2
37 lines
1.5 KiB
Modula-2
module github.com/NVIDIA/nvidia-container-toolkit
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.0.0
|
|
github.com/NVIDIA/go-nvml v0.11.6-0.0.20220823120812-7e2082095e82
|
|
github.com/container-orchestrated-devices/container-device-interface v0.5.4-0.20230111111500-5b3b5d81179a
|
|
github.com/fsnotify/fsnotify v1.5.4
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb
|
|
github.com/pelletier/go-toml v1.9.4
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
gitlab.com/nvidia/cloud-native/go-nvlib v0.0.0-20230119114711-6fe07bb33342
|
|
golang.org/x/mod v0.5.0
|
|
golang.org/x/sys v0.0.0-20220927170352-d9d178bc13c6
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/opencontainers/runc v1.1.4 // indirect
|
|
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 // indirect
|
|
github.com/opencontainers/selinux v1.10.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|