mirror of
https://github.com/coredns/coredns.git
synced 2025-12-09 20:05:11 -05:00
Update k8s client-go to v8.0.0 (#1922)
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>
This commit is contained in:
11
Gopkg.toml
11
Gopkg.toml
@@ -8,18 +8,19 @@ ignored = [
|
||||
"github.com/prometheus/client_golang/prometheus/promhttp",
|
||||
]
|
||||
|
||||
# client-go 6.0.0 uses apimachinery 180eddb345a5be3a157cea1c624700ad5bd27b8f
|
||||
# and api 11147472b7c934c474a2c484af3c0c5210b7a3af (see Godep.json). go dep
|
||||
# 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 = "v7.0.0"
|
||||
version = "v8.0.0"
|
||||
[[override]]
|
||||
name = "k8s.io/apimachinery"
|
||||
revision = "302974c03f7e50f16561ba237db776ab93594ef6"
|
||||
revision = "103fd098999dc9c0c88536f5c9ad2e5da39373ae"
|
||||
[[override]]
|
||||
name = "k8s.io/api"
|
||||
revision = "73d903622b7391f3312dcbac6483fed484e185f8"
|
||||
revision = "072894a440bdee3a891dea811fe42902311cd2a3"
|
||||
|
||||
[[override]]
|
||||
name = "github.com/apache/thrift"
|
||||
revision = "e59b73d3c2bf1c328ccb78e683c0462fa1a473c7"
|
||||
|
||||
Reference in New Issue
Block a user