We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See: satori/go.uuid#84
Checking go.mod, looks like we use three packages for generating uuid. github.com/pborman/uuid github.com/satori/go.uuid github.com/google/uuid v1.1.1
Seems like only the google package has been updated recently. We should remove the other two.
The text was updated successfully, but these errors were encountered:
It would be worth thinking about banning the others in the linter config
Sorry, something went wrong.
Yes, that would be nice as it would prevent any accidental inclusion of those other packages. I should have a PR ready by the EOD for this issue.
Seems like depguard is the package that can be used.
Successfully merging a pull request may close this issue.
Summary
See: satori/go.uuid#84
Checking go.mod, looks like we use three packages for generating uuid.
github.com/pborman/uuid
github.com/satori/go.uuid
github.com/google/uuid v1.1.1
Seems like only the google package has been updated recently. We should remove the other two.
The text was updated successfully, but these errors were encountered: