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

Adds support of multiple versions by package in the exclude command #15

Merged
merged 3 commits into from
Nov 21, 2024

Conversation

rvflash
Copy link
Owner

@rvflash rvflash commented Nov 21, 2024

Allows to handle multiple exclusions of the same package after a breaking code changes followed by another version not fixing it.

exclude (
	github.com/gabriel-vasile/mimetype v1.4.6 // HEIC breaking changes
	github.com/gabriel-vasile/mimetype v1.4.7
)

@rvflash rvflash self-assigned this Nov 21, 2024
@rvflash rvflash changed the title Adds support of multiple versions by package in the replace command Adds support of multiple versions by package in the exclude command Nov 21, 2024
@rvflash rvflash merged commit d21a2dc into master Nov 21, 2024
8 checks passed
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.

1 participant