Run hack/update-bazel.sh

This commit is contained in:
Jeff Grafton
2018-06-21 14:51:55 -07:00
parent b0af0f68b1
commit 23ceebac22
2128 changed files with 12574 additions and 12572 deletions

View File

@@ -14,7 +14,7 @@ go_library(
"type_specific_codegen.go",
"value.go",
],
importmap = "vendor/github.com/stretchr/objx",
importmap = "k8s.io/kubernetes/vendor/github.com/stretchr/objx",
importpath = "github.com/stretchr/objx",
visibility = ["//visibility:public"],
)

View File

@@ -11,7 +11,7 @@ go_library(
"forward_assertions.go",
"http_assertions.go",
],
importmap = "vendor/github.com/stretchr/testify/assert",
importmap = "k8s.io/kubernetes/vendor/github.com/stretchr/testify/assert",
importpath = "github.com/stretchr/testify/assert",
visibility = ["//visibility:public"],
deps = [

View File

@@ -6,7 +6,7 @@ go_library(
"doc.go",
"mock.go",
],
importmap = "vendor/github.com/stretchr/testify/mock",
importmap = "k8s.io/kubernetes/vendor/github.com/stretchr/testify/mock",
importpath = "github.com/stretchr/testify/mock",
visibility = ["//visibility:public"],
deps = [

View File

@@ -9,7 +9,7 @@ go_library(
"require_forward.go",
"requirements.go",
],
importmap = "vendor/github.com/stretchr/testify/require",
importmap = "k8s.io/kubernetes/vendor/github.com/stretchr/testify/require",
importpath = "github.com/stretchr/testify/require",
visibility = ["//visibility:public"],
deps = ["//vendor/github.com/stretchr/testify/assert:go_default_library"],