mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
update BUILD files
This commit is contained in:
@@ -9,6 +9,7 @@ load(
|
||||
go_test(
|
||||
name = "go_default_test",
|
||||
srcs = ["hash_test.go"],
|
||||
importpath = "k8s.io/kubernetes/pkg/kubectl/util/hash",
|
||||
library = ":go_default_library",
|
||||
deps = ["//pkg/api:go_default_library"],
|
||||
)
|
||||
@@ -16,6 +17,7 @@ go_test(
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["hash.go"],
|
||||
importpath = "k8s.io/kubernetes/pkg/kubectl/util/hash",
|
||||
deps = ["//pkg/api:go_default_library"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user