update BUILD files
This commit is contained in:
@@ -9,12 +9,14 @@ load(
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["parsers.go"],
|
||||
importpath = "k8s.io/kubernetes/pkg/util/parsers",
|
||||
deps = ["//vendor/github.com/docker/distribution/reference:go_default_library"],
|
||||
)
|
||||
|
||||
go_test(
|
||||
name = "go_default_test",
|
||||
srcs = ["parsers_test.go"],
|
||||
importpath = "k8s.io/kubernetes/pkg/util/parsers",
|
||||
library = ":go_default_library",
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user