forked from kubernetes-sigs/external-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
65 lines (49 loc) · 1.43 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
# 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 = "~8.0.0"
[[constraint]]
name = "github.com/alecthomas/kingpin"
version = "~2.2.4"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "~1.8.20"
[[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.8.0"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "~1.0.3"
[[constraint]]
name = "github.com/stretchr/testify"
version = "~1.1.4"
[[constraint]]
name = "k8s.io/client-go"
version = "~3.0.0-beta.0"
[[override]]
name = "github.com/kubernetes/repo-infra"
revision = "2d2eb5e12b4663fc4d764b5db9daab39334d3f37"
[[constraint]]
name = "github.com/nesv/go-dynect"
version = "0.6.0"