mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
b9cc6409f4
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
13 lines
301 B
Modula-2
13 lines
301 B
Modula-2
module github.com/containerd/go-cni
|
|
|
|
require (
|
|
github.com/containernetworking/cni v0.8.0
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/onsi/ginkgo v1.10.3 // indirect
|
|
github.com/onsi/gomega v1.7.1 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|
|
|
|
go 1.13
|