This repository has been archived by the owner on May 18, 2021. It is now read-only.
forked from kubernetes-sigs/external-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
69 lines (52 loc) · 1.5 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
# 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/coreos/etcd"
version = "~3.2.15"
[[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 = "c2f9667a4c29e70a39b0e89db2d4f0cab907dbee"
[[constraint]]
name = "github.com/nesv/go-dynect"
version = "0.6.0"