Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UPSTREAM: <carry>: Add vendor/ #2

Closed
wants to merge 1 commit into from
Closed

Conversation

Fedosin
Copy link

@Fedosin Fedosin commented Aug 11, 2021

It's a common OpenShift practice to have a vendor folder with all the dependencies. This allows you not to download dependencies at the time of building the project, but to reuse existing ones.

Generated by go mod tidy + go mod vendor

It's a common OpenShift practice to have a `vendor` folder with all
the dependencies. This allows you not to download dependencies at
the time of building the project, but to reuse existing ones.

Generated by `go mod vendor`
@Fedosin
Copy link
Author

Fedosin commented Aug 11, 2021

Currently blocked by kubernetes#263

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 11, 2021
@Fedosin Fedosin closed this Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant