mirror of
https://github.com/coredns/coredns.git
synced 2025-11-26 05:34:13 -05:00
* Update client-go to v10.0.0 (Kubernetes 1.13) This fix updates client-go to v10.0.0 which matches Kubernetes 1.13 (released several days ago). Other changes in Gopkg.yaml: - Updated apimachinary, api, klog, yaml associated with k8s version go dep will not automatically match the version. - Added [prune] field (otherwise go dep will not prune automatically) Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Updated Gopkg.lock Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Updated vendor for client-go v10.0.0 Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
47 lines
1.4 KiB
TOML
47 lines
1.4 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",
|
|
]
|
|
|
|
[prune]
|
|
go-tests = true
|
|
non-go = true
|
|
unused-packages = true
|
|
|
|
# client-go v10.0.0 uses apimachinery 2b1284ed4c93a43499e781493253e2ac5959c4fd
|
|
# and api 89a74a8d264df0e993299876a8cde88379b940ee,
|
|
# and introduced klog 8139d8cb77af419532b33dfa7dd09fbc5f1d344f
|
|
# and yaml fd68e9863619f6ec2fdd8625fe1f02e7c877e480 (see Godep.json).
|
|
# go dep is unable to match Godep.json automatically so have to specify here.
|
|
[[constraint]]
|
|
name = "k8s.io/client-go"
|
|
version = "v10.0.0"
|
|
[[override]]
|
|
name = "k8s.io/apimachinery"
|
|
revision = "2b1284ed4c93a43499e781493253e2ac5959c4fd"
|
|
[[override]]
|
|
name = "k8s.io/api"
|
|
revision = "89a74a8d264df0e993299876a8cde88379b940ee"
|
|
[[override]]
|
|
name = "k8s.io/klog"
|
|
revision = "8139d8cb77af419532b33dfa7dd09fbc5f1d344f"
|
|
[[override]]
|
|
name = "sigs.k8s.io/yaml"
|
|
revision = "fd68e9863619f6ec2fdd8625fe1f02e7c877e480"
|
|
|
|
[[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"
|