blob: d5fad5000aaccec1275bd686162cb660f1994684 [file] [log] [blame]
Serge Bazanskibb7db922020-04-30 12:43:10 +02001Copyright 2020 The Monogon Project Authors.
2
3Licensed under the Apache License, Version 2.0 (the "License");
4you may not use this file except in compliance with the License.
5You may obtain a copy of the License at
6
7 http://www.apache.org/licenses/LICENSE-2.0
8
9Unless required by applicable law or agreed to in writing, software
10distributed under the License is distributed on an "AS IS" BASIS,
11WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12See the License for the specific language governing permissions and
13limitations under the License.
14
15
16This patch updates BUILD files to reflect changes in Go sources. This only needs to be applied because Gazelle applies patches after BUILDfile generation.
17
18diff -ur io_k8s_client_go.orig/plugin/pkg/client/auth/BUILD.bazel io_k8s_client_go/plugin/pkg/client/auth/BUILD.bazel
19--- io_k8s_client_go.orig/plugin/pkg/client/auth/BUILD.bazel 17:54:23.086143468 +0200
20+++ io_k8s_client_go/plugin/pkg/client/auth/BUILD.bazel 17:56:17.098546899 +0200
21@@ -6,9 +6,7 @@
22 importpath = "k8s.io/client-go/plugin/pkg/client/auth",
23 visibility = ["//visibility:public"],
24 deps = [
25- "//plugin/pkg/client/auth/azure:go_default_library",
26 "//plugin/pkg/client/auth/gcp:go_default_library",
27 "//plugin/pkg/client/auth/oidc:go_default_library",
28- "//plugin/pkg/client/auth/openstack:go_default_library",
29 ],
30 )