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

remove vendor directory #186

Merged
merged 1 commit into from
Oct 10, 2022
Merged

Conversation

thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Oct 5, 2022

Using a vendor directory is common for repositories that produce binaries,
but usually not for library-only repositories. Having a vendor directory
can be useful to review changes in dependencies, but as this repository
only has a single dependency (which is well-known and (usually) requires
minimal review), it's probably ok to drop the vendor directory.

@rhatdan
Copy link
Collaborator

rhatdan commented Oct 6, 2022

LGTM
@kolyshkin @giuseppe @vrothberg @mrunalp PTAL

@rhatdan
Copy link
Collaborator

rhatdan commented Oct 6, 2022

@lsm5 PTAL

giuseppe
giuseppe previously approved these changes Oct 7, 2022
Copy link
Member

@giuseppe giuseppe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thaJeztah
Copy link
Member Author

We probably need #183 first (this one includes those changes, but I can rebase it after that).

Using a vendor directory is common for repositories that produce binaries,
but usually not for library-only repositories. Having a vendor directory
can be useful to review changes in dependencies, but as this repository
only has a single dependency (which is well-known and (usually) requires
minimal review), it's probably ok to drop the vendor directory.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Member Author

rebased; this should be ready for review now, PTAL 👍

@rhatdan rhatdan merged commit 4c3748f into opencontainers:main Oct 10, 2022
@thaJeztah thaJeztah deleted the drop_vendor branch October 10, 2022 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants