2020-08-10 17:43:49 +00:00
|
|
|
module github.com/containerd/go-cni
|
|
|
|
|
|
|
|
require (
|
2020-11-09 17:19:00 +00:00
|
|
|
github.com/containernetworking/cni v0.8.0
|
2020-08-10 17:43:49 +00:00
|
|
|
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/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/stretchr/objx v0.0.0-20180129172003-8a3f7159479f // indirect
|
|
|
|
github.com/stretchr/testify v0.0.0-20180303142811-b89eecf5ca5d
|
|
|
|
)
|
|
|
|
|
|
|
|
go 1.13
|