-
Notifications
You must be signed in to change notification settings - Fork 53
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
chore(deps): replace nu7hatch/gouuid
with google/uuid
#3078
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nu7hatch/gouuid
with google/uuid
silvestre
reviewed
Jul 17, 2024
Add multiple vendor dependencies for scaling engine - Include SQL drivers (MySQL, pgx) and utilities (sqlx) - Add UUID generation, HTTP routing (gorilla/mux), and HTTP utilities - Integrate OpenTelemetry instrumentation and Prometheus metrics - Incorporate logging libraries (zap, logr) and error handling (multierr) - Update OpenTelemetry semantic conventions and trace packages - Include miscellaneous dependencies for JSON handling, networking, and tracing
geigerj0
commented
Jul 19, 2024
aec0403
to
01dc78a
Compare
silvestre
approved these changes
Jul 19, 2024
silvestre
reviewed
Jul 19, 2024
the branch protection rules are configured so that stale reviews are no longer dismissed
…od or go.sum file changes
no longer needed because the workflow_dispatch trigger was removed
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
allow-acceptance-tests
This label needs to be added to enable the acceptance tests to run.
dependencies
Pull requests that update a dependency file
Do Not Merge
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
There is not much activity going on in https://github.com/nu7hatch/gouuid, seems like this dependency got stale
Solution
Use the more alive https://github.com/google/uuid to generate the UUIDs