mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
k8s' client-go has been updated to v8.0.0 (1.11). This fix updates client-go dependency so that it is in sync. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
34 lines
1.1 KiB
TOML
34 lines
1.1 KiB
TOML
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"
|