autogenerated

This commit is contained in:
Mike Danese
2017-04-12 09:05:10 -07:00
parent 5b12a2abb9
commit a05c3c0efd
1793 changed files with 39815 additions and 22946 deletions

View File

@@ -18,8 +18,8 @@ go_library(
],
tags = ["automanaged"],
deps = [
"//vendor:github.com/golang/glog",
"//vendor:k8s.io/apimachinery/pkg/util/errors",
"//vendor/github.com/golang/glog:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/util/errors:go_default_library",
],
)
@@ -33,7 +33,7 @@ go_test(
tags = [
"automanaged",
],
deps = ["//vendor:github.com/stretchr/testify/assert"],
deps = ["//vendor/github.com/stretchr/testify/assert:go_default_library"],
)
filegroup(