mirror of
https://github.com/coredns/coredns.git
synced 2025-12-07 10:55:17 -05:00
This fix is an vendor update. Both ugorji and thrift have to be pinned to compile. The ugorji is from etcd and thrift is from zipkin. This fix fixes #1802. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
29 lines
1019 B
TOML
29 lines
1019 B
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 6.0.0 uses apimachinery 180eddb345a5be3a157cea1c624700ad5bd27b8f
|
|
# and api 11147472b7c934c474a2c484af3c0c5210b7a3af (see Godep.json). go dep
|
|
# is unable to match Godep.json automatically so have to specify here.
|
|
[[constraint]]
|
|
name = "k8s.io/client-go"
|
|
version = "v6.0.0"
|
|
[[override]]
|
|
name = "k8s.io/apimachinery"
|
|
revision = "180eddb345a5be3a157cea1c624700ad5bd27b8f"
|
|
[[override]]
|
|
name = "k8s.io/api"
|
|
revision = "11147472b7c934c474a2c484af3c0c5210b7a3af"
|
|
[[override]]
|
|
name = "github.com/apache/thrift"
|
|
revision = "e59b73d3c2bf1c328ccb78e683c0462fa1a473c7"
|
|
[[override]]
|
|
name = "github.com/ugorji/go"
|
|
revision = "f3cacc17c85ecb7f1b6a9e373ee85d1480919868"
|