forked from flannel-io/flannel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
55 lines (53 loc) · 3.09 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
43
44
45
46
47
48
49
50
51
52
53
54
55
module github.com/coreos/flannel
go 1.14
require (
cloud.google.com/go v0.9.1-0.20170629112852-7c205da84d8d // indirect
github.com/Microsoft/hcsshim v0.8.6
github.com/PuerkitoBio/purell v1.0.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2 // indirect
github.com/aws/aws-sdk-go v1.12.54
github.com/bronze1man/goStrongswanVici v0.0.0-20171013065002-4d72634a2f11
github.com/containernetworking/plugins v0.8.6
github.com/coreos/etcd v3.1.11+incompatible
github.com/coreos/go-iptables v0.4.5
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf
github.com/denverdino/aliyungo v0.0.0-20170629053852-f6cab0c35083
github.com/docker/distribution v2.4.0+incompatible // indirect
github.com/emicklei/go-restful v1.1.4-0.20161212084525-09691a3b6378 // indirect
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680 // indirect
github.com/go-ini/ini v1.28.1 // indirect
github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1 // indirect
github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9 // indirect
github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501 // indirect
github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87 // indirect
github.com/gogo/protobuf v0.0.0-20160824171236-909568be09de // indirect
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
github.com/howeyc/gopass v0.0.0-20160826175423-3ca23474a7c7 // indirect
github.com/imdario/mergo v0.0.0-20141206190957-6633656539c1 // indirect
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 // indirect
github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3
github.com/jonboulle/clockwork v0.1.0
github.com/juju/errors v0.0.0-20170703010042-c7d06af17c68
github.com/juju/ratelimit v0.0.0-20151125201925-77ed1c8a0121 // indirect
github.com/juju/testing v0.0.0-20200706033705-4c23f9c453cd // indirect
github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/pflag v0.0.0-20151013200643-08b1a584251b // indirect
github.com/stevvooe/resumable v0.0.0-20180830230917-22b14a53ba50 // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/ugorji/go v0.0.0-20170107133203-ded73eae5db7 // indirect
github.com/vishvananda/netlink v0.0.0-20181108222139-023a6dafdcdf
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/oauth2 v0.0.0-20170629032740-5432cc9688e6
google.golang.org/api v0.0.0-20170627180304-e6586c9293b9
google.golang.org/appengine v0.0.0-20160823001527-4f7eeb5305a4 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
k8s.io/apimachinery v0.0.0-20170513172009-9603df80256c
k8s.io/client-go v3.0.1-0.20170829130306-a95edf803628+incompatible
)