go.mod 185 字节
Newer Older
E
Evan Lezar 已提交
1
module github.com/NVIDIA/container-runtime
E
Evan Lezar 已提交
2 3 4 5 6 7 8 9

go 1.15

require (
	github.com/opencontainers/runtime-spec v1.0.1
	github.com/pelletier/go-toml v1.4.0
	github.com/stretchr/testify v1.3.0
)