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 com_github_google_cadvisor.orig/fs/fs.go com_github_google_cadvisor/fs/fs.go |
| 19 | --- com_github_google_cadvisor.orig/fs/BUILD.bazel 2020-04-15 17:54:23.086143468 +0200 |
| 20 | +++ com_github_google_cadvisor/fs/BUILD.bazel 2020-04-15 17:56:17.098546899 +0200 |
| 21 | @@ -12,14 +12,12 @@ |
| 22 | "@io_bazel_rules_go//go/platform:android": [ |
| 23 | "//devicemapper:go_default_library", |
| 24 | "//utils:go_default_library", |
| 25 | - "@com_github_mistifyio_go_zfs//:go_default_library", |
| 26 | "@io_k8s_klog//:go_default_library", |
| 27 | "@io_k8s_utils//mount:go_default_library", |
| 28 | ], |
| 29 | "@io_bazel_rules_go//go/platform:linux": [ |
| 30 | "//devicemapper:go_default_library", |
| 31 | "//utils:go_default_library", |
| 32 | - "@com_github_mistifyio_go_zfs//:go_default_library", |
| 33 | "@io_k8s_klog//:go_default_library", |
| 34 | "@io_k8s_utils//mount:go_default_library", |
| 35 | ], |
| 36 | diff -ur com_github_google_cadvisor.orig/fs/fs.go com_github_google_cadvisor/fs/fs.go |
| 37 | --- com_github_google_cadvisor.orig/container/docker/BUILD.bazel 2020-04-15 17:54:23.086143468 +0200 |
| 38 | +++ com_github_google_cadvisor/container/docker/BUILD.bazel 2020-04-15 17:56:17.098546899 +0200 |
| 39 | @@ -21,7 +21,6 @@ |
| 40 | "//info/v1:go_default_library", |
| 41 | "//machine:go_default_library", |
| 42 | "//watcher:go_default_library", |
| 43 | - "//zfs:go_default_library", |
| 44 | "@com_github_blang_semver//:go_default_library", |
| 45 | "@com_github_docker_docker//api/types:go_default_library", |
| 46 | "@com_github_docker_docker//api/types/container:go_default_library", |
| 47 | |