Serge Bazanski | bb7db92 | 2020-04-30 12:43:10 +0200 | [diff] [blame^] | 1 | Copyright 2020 The Monogon Project Authors. |
| 2 | |
| 3 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | you may not use this file except in compliance with the License. |
| 5 | You may obtain a copy of the License at |
| 6 | |
| 7 | http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | |
| 9 | Unless required by applicable law or agreed to in writing, software |
| 10 | distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | See the License for the specific language governing permissions and |
| 13 | limitations under the License. |
| 14 | |
| 15 | |
| 16 | This patch updates BUILD files to reflect changes in Go sources. This only needs to be applied because Gazelle applies patches after BUILDfile generation. |
| 17 | |
| 18 | diff -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 | ) |