forked from flannel-io/flannel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
37 lines (35 loc) · 1.62 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
module github.com/flannel-io/flannel
go 1.16
require (
github.com/Microsoft/hcsshim v0.8.6
github.com/aws/aws-sdk-go v1.12.54
github.com/bronze1man/goStrongswanVici v0.0.0-20201105010758-936f38b697fd
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/go-ini/ini v1.28.1 // 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/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.6.1 // indirect
github.com/tencentcloud/tencentcloud-sdk-go v1.0.67
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-20211020060615-d418f374d309
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
golang.zx2c4.com/wireguard v0.0.0-20211022192229-f1f626090e3b // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20211019185142-5be1d6054c42
google.golang.org/api v0.15.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
k8s.io/api v0.19.5
k8s.io/apimachinery v0.19.5
k8s.io/client-go v0.19.5
k8s.io/klog v1.0.0
)