client-go/util/cert go_library shouldn't depend on testdata

This commit is contained in:
Jeff Grafton 2018-03-07 14:48:53 -08:00
parent d112ffc2eb
commit 4c60b776fc

View File

@ -24,9 +24,6 @@ go_library(
"io.go",
"pem.go",
],
data = [
"testdata/dontUseThisKey.pem",
],
importpath = "k8s.io/client-go/util/cert",
)