module github.com/containernetworking/cni

go 1.14

require (
	github.com/onsi/ginkgo/v2 v2.1.3
	github.com/onsi/gomega v1.17.0
)
