mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-02-17 01:46:52 +00:00
11 lines
200 B
Modula-2
11 lines
200 B
Modula-2
module github.com/NVIDIA/k8s-device-plugin/deployments/devel
|
|
|
|
go 1.22
|
|
|
|
require github.com/matryer/moq v0.3.4
|
|
|
|
require (
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/tools v0.17.0 // indirect
|
|
)
|