forked from submariner-io/submariner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
42 lines (39 loc) · 2.12 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/submariner-io/submariner
go 1.12
require (
cloud.google.com/go v0.45.1 // indirect
github.com/bronze1man/goStrongswanVici v0.0.0-20190921045355-4c81bd8d0bd5
github.com/coreos/go-iptables v0.4.5
github.com/evanphx/json-patch v0.0.0-20180908160633-36442dbdb585 // indirect
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 // indirect
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7 // indirect
github.com/imdario/mergo v0.0.0-20180608140156-9316a62528ac // indirect
github.com/jpillora/backoff v0.0.0-20170918002102-8eab2debe79d // indirect
github.com/json-iterator/go v0.0.0-20180701071628-ab8a2e0c74be // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.7.0
github.com/pborman/uuid v1.2.0 // indirect
github.com/peterbourgon/diskv v0.0.0-20170814173558-5f041e8faa00 // indirect
github.com/pkg/errors v0.8.1
github.com/rdegges/go-ipify v0.0.0-20150526035502-2d94a6a86c40
github.com/spf13/pflag v0.0.0-20180412120913-583c0c0531f0 // indirect
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0
gopkg.in/inf.v0 v0.0.0-20150911125757-3887ee99ecf0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
k8s.io/api v0.0.0-20190222213804-5cb15d344471
k8s.io/apimachinery v0.0.0-20190629003722-e20a3a656cff
k8s.io/client-go v0.0.0-20190521190702-177766529176
k8s.io/klog v0.0.0-20181108234604-8139d8cb77af
k8s.io/kube-openapi v0.0.0-20181109181836-c59034cc13d5 // indirect
sigs.k8s.io/yaml v0.0.0-20181102190223-fd68e9863619 // indirect
)
replace github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20191002161935-034fd2551d22