10 lines
184 B
Modula-2
10 lines
184 B
Modula-2
module github.com/containerd/go-cni
|
|
|
|
require (
|
|
github.com/containernetworking/cni v1.0.1
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|
|
|
|
go 1.13
|