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

Add support for short module names #108

Merged
merged 4 commits into from
Feb 28, 2022
Merged

Conversation

nacx
Copy link
Contributor

@nacx nacx commented Jan 3, 2022

The current code assumes module names have 3 or more path segments (typically github.com/org/module), but there are cases where custom module names may not follow that convention and be just domain/module. This is a small fix to support those modules as well.

@nacx
Copy link
Contributor Author

nacx commented Jan 3, 2022

@bwplotka Probably it is time also to change what are the required checks for the PR. Perhaps we can make Go 1.14 and 1.15 optional now and require 1.16 and 1.17?

@nacx
Copy link
Contributor Author

nacx commented Jan 19, 2022

@bwplotka ping?

@nacx
Copy link
Contributor Author

nacx commented Feb 7, 2022

@bwplotka
Copy link
Owner

bwplotka commented Feb 28, 2022

Hah, sorry - ping me on Slack / Twitter next time - I don't follow GH notifications

Copy link
Owner

@bwplotka bwplotka left a comment

Choose a reason for hiding this comment

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

Thanks!

and thanks for going through testing framework - it needs some overhaul - takes ages for tests to pass and to maintain this cumulative flow...

@bwplotka bwplotka merged commit bb75707 into bwplotka:main Feb 28, 2022
@nacx nacx deleted the shortmodule branch February 28, 2022 12:14
@nacx
Copy link
Contributor Author

nacx commented Feb 28, 2022

Thx!

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.

2 participants