cluster: move logging library to hack/

it's used once in cluster and used a bunch in hack/ and build/
This commit is contained in:
Mike Danese
2018-01-13 16:25:18 -08:00
parent 32dc50476e
commit 1e2b644260
8 changed files with 5 additions and 37 deletions

View File

@@ -6,14 +6,12 @@ sh_library(
"etcd.sh",
"golang.sh",
"init.sh",
"logging.sh",
"swagger.sh",
"test.sh",
"util.sh",
"version.sh",
],
deps = [
"//cluster/lib",
],
)
filegroup(