forked from kubernetes-sigs/external-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
121 lines (91 loc) · 2.46 KB
/
Gopkg.toml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
required = ["github.com/kubernetes/repo-infra/verify/boilerplate/test"]
ignored = ["github.com/kubernetes/repo-infra/kazel"]
[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
version = "~10.0.4-beta"
[[constraint]]
name = "github.com/Azure/go-autorest"
version = "~10.9.0"
[[constraint]]
name = "github.com/alecthomas/kingpin"
version = "~2.2.4"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "~1.13.7"
[[constraint]]
name = "github.com/cloudflare/cloudflare-go"
version = "0.7.3"
[[constraint]]
name = "github.com/digitalocean/godo"
version = "~1.1.0"
[[constraint]]
name = "github.com/dnsimple/dnsimple-go"
version = "0.14.0"
[[constraint]]
branch = "master"
name = "github.com/infobloxopen/infoblox-go-client"
[[constraint]]
name = "github.com/linki/instrumented_http"
version = "0.2.0"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.9.0-pre1"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "~1.0.3"
[[constraint]]
name = "github.com/stretchr/testify"
version = "~1.2.1"
[[override]]
name = "github.com/kubernetes/repo-infra"
branch = "master"
[[constraint]]
name = "github.com/nesv/go-dynect"
version = "0.6.0"
[[constraint]]
name = "github.com/exoscale/egoscale"
version = "~0.11.0"
[[constraint]]
name = "github.com/oracle/oci-go-sdk"
version = "1.8.0"
[[constraint]]
name = "github.com/linode/linodego"
version = "0.3.0"
[[constraint]]
name = "github.com/aliyun/alibaba-cloud-sdk-go"
version = "1.27.7"
[[constraint]]
name = "istio.io/istio"
version = "1.0.0"
[[override]]
name = "github.com/golang/glog"
source = "github.com/kubermatic/glog-logrus"
[[override]]
name = "github.com/golang/protobuf"
version = "1.1.0"
[[constraint]]
name = "k8s.io/client-go"
version = "8.0.0"
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.11.0"
[[override]]
name = "k8s.io/api"
version = "kubernetes-1.11.0"
[[override]]
name = "golang.org/x/sys"
revision = "13d03a9a82fba647c21a0ef8fba44a795d0f0835"
[[override]]
name = "github.com/spf13/pflag"
version = "1.0.2"
[[override]]
name = "golang.org/x/net"
revision = "161cd47e91fd58ac17490ef4d742dc98bb4cf60e"
[[constraint]]
name = "github.com/miekg/dns"
version = "1.0.8"
[[constraint]]
name = "github.com/sanyu/dynectsoap"
branch = "master"