forked from mandelsoft/kubelink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 921 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/mandelsoft/kubelink
go 1.13
require (
github.com/ahmetb/gen-crd-api-reference-docs v0.1.5
github.com/coreos/go-iptables v0.4.5
github.com/gardener/controller-manager-library v0.1.1-0.20200604130116-34d406c29049
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.8.1
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.6 // indirect
github.com/spf13/pflag v1.0.5
github.com/vishvananda/netlink v1.1.1-0.20200221165523-c79a4b7b4066
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/sys v0.0.0-20200121082415-34d275377bf9
gopkg.in/yaml.v2 v2.2.4
k8s.io/api v0.16.4
k8s.io/apimachinery v0.16.4
k8s.io/client-go v0.16.4
k8s.io/code-generator v0.16.4
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
sigs.k8s.io/controller-tools v0.2.4
)