summaryrefslogtreecommitdiff
path: root/go.mod
blob: b14fd95985aa69a1867b660c9f3a54552a25b667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/containers/dnsname

go 1.12

require (
	github.com/containernetworking/cni v0.7.1
	github.com/containernetworking/plugins v0.8.2
	github.com/coreos/go-iptables v0.4.2
	github.com/onsi/ginkgo v1.10.1
	github.com/onsi/gomega v1.7.0
	github.com/pkg/errors v0.8.1
	github.com/sirupsen/logrus v1.4.2
	github.com/vishvananda/netlink v1.0.0
	golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3
)