We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a10b60 + 6772277 commit da9b09eCopy full SHA for da9b09e
hack/lib/constants.sh
@@ -195,7 +195,7 @@ readonly -f os::util::list_go_src_dirs
195
196
# os::util::list_go_deps outputs the list of dependencies for the project.
197
function os::util::list_go_deps() {
198
- go list -f '{{.ImportPath}}{{.Imports}}' ./pkg/... ./cmd/... ./vendor/k8s.io/... | tr '[]' ' ' |
+ go list -f '{{.ImportPath}}{{.Imports}}' ./test/... ./pkg/... ./cmd/... ./vendor/k8s.io/... | tr '[]' ' ' |
199
sed -e 's|github.com/openshift/origin/vendor/||g' |
200
sed -e 's|k8s.io/kubernetes/staging/src/||g'
201
}
0 commit comments