Run hack/update-bazel.sh
This commit is contained in:
2
vendor/github.com/mitchellh/go-wordwrap/BUILD
generated
vendored
2
vendor/github.com/mitchellh/go-wordwrap/BUILD
generated
vendored
@@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["wordwrap.go"],
|
||||
importmap = "vendor/github.com/mitchellh/go-wordwrap",
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/mitchellh/go-wordwrap",
|
||||
importpath = "github.com/mitchellh/go-wordwrap",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
2
vendor/github.com/mitchellh/mapstructure/BUILD
generated
vendored
2
vendor/github.com/mitchellh/mapstructure/BUILD
generated
vendored
@@ -7,7 +7,7 @@ go_library(
|
||||
"error.go",
|
||||
"mapstructure.go",
|
||||
],
|
||||
importmap = "vendor/github.com/mitchellh/mapstructure",
|
||||
importmap = "k8s.io/kubernetes/vendor/github.com/mitchellh/mapstructure",
|
||||
importpath = "github.com/mitchellh/mapstructure",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user