aboutsummaryrefslogtreecommitdiff
path: root/Gopkg.toml
blob: 5d52589e8cd183eae4d09ca03cce9577f4464010 (plain) (blame)
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
ignored = [
    "github.com/mholt/caddy",
    "github.com/mholt/caddy/caddyfile",
    "github.com/mholt/caddy/startupshutdown",
    "github.com/mholt/caddy/onevent",
    "github.com/miekg/dns",
    "github.com/prometheus/client_golang/prometheus",
    "github.com/prometheus/client_golang/prometheus/promhttp",
]

# client-go v8.0.0 uses apimachinery 103fd098999dc9c0c88536f5c9ad2e5da39373ae
# and api 072894a440bdee3a891dea811fe42902311cd2a3 (see Godep.json). go dep
# is unable to match Godep.json automatically so have to specify here.
[[constraint]]
    name = "k8s.io/client-go"
    version = "v8.0.0"
[[override]]
    name = "k8s.io/apimachinery"
    revision = "103fd098999dc9c0c88536f5c9ad2e5da39373ae"
[[override]]
    name = "k8s.io/api"
    revision = "072894a440bdee3a891dea811fe42902311cd2a3"

[[override]]
    name = "github.com/apache/thrift"
    revision = "e59b73d3c2bf1c328ccb78e683c0462fa1a473c7"
[[override]]
    name = "github.com/ugorji/go"
    revision = "f3cacc17c85ecb7f1b6a9e373ee85d1480919868"

[[constraint]]
  name = "github.com/coreos/etcd"
  version = "3.3.5"