mirror of
https://github.com/coredns/coredns.git
synced 2026-07-29 11:00:12 -04:00
Update vendor with go dep
This fix updates vendor with `go dep` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
6
vendor/k8s.io/client-go/examples/in-cluster/main.go
generated
vendored
6
vendor/k8s.io/client-go/examples/in-cluster/main.go
generated
vendored
@@ -20,9 +20,9 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"k8s.io/client-go/1.4/kubernetes"
|
||||
"k8s.io/client-go/1.4/pkg/api"
|
||||
"k8s.io/client-go/1.4/rest"
|
||||
"k8s.io/client-go/1.5/kubernetes"
|
||||
"k8s.io/client-go/1.5/pkg/api"
|
||||
"k8s.io/client-go/1.5/rest"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
6
vendor/k8s.io/client-go/examples/out-of-cluster/main.go
generated
vendored
6
vendor/k8s.io/client-go/examples/out-of-cluster/main.go
generated
vendored
@@ -21,9 +21,9 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"k8s.io/client-go/1.4/kubernetes"
|
||||
"k8s.io/client-go/1.4/pkg/api"
|
||||
"k8s.io/client-go/1.4/tools/clientcmd"
|
||||
"k8s.io/client-go/1.5/kubernetes"
|
||||
"k8s.io/client-go/1.5/pkg/api"
|
||||
"k8s.io/client-go/1.5/tools/clientcmd"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user