-
Notifications
You must be signed in to change notification settings - Fork 906
update gomod #24659
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
update gomod #24659
Conversation
jliusan
commented
May 21, 2025
- The purpose of this PR is explained in this or a referenced issue.
- The PR does not update generated files.
- These files are managed by the codegen framework at Azure/autorest.go.
- Tests are included and/or updated for code changes.
- Updates to module CHANGELOG.md are included.
- MIT license headers are included in each file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates module dependencies to their latest patch versions for consistency across the repository.
- Bumps
github.com/golang-jwt/jwt/v5
from v5.2.1 to v5.2.2 in resource manager modules. - Bumps
golang.org/x/net
from v0.37.0 to v0.38.0 in several modules and tools.
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 6 comments.
Show a summary per file
File | Description |
---|---|
sdk/resourcemanager/dependencymap/armdependencymap/go.mod | Bumped jwt/v5 to v5.2.2 |
sdk/resourcemanager/cognitiveservices/armcognitiveservices/go.mod | Bumped jwt/v5 to v5.2.2 |
sdk/resourcemanager/carbonoptimization/armcarbonoptimization/go.mod | Bumped x/net to v0.38.0 |
profile/p20200901/go.mod | Bumped x/net to v0.38.0 |
eng/tools/mgmtreport/go.mod | Bumped x/net to v0.38.0 |
eng/tools/generator/go.mod | Bumped x/net to v0.38.0 |
/check-enforcer override |
1 similar comment
/check-enforcer override |
@jhendrixMSFT Hi Joel, could you please help review this PR? thanks~ |
I believe the profile build failure is a known issue, see #23920. |
/check-enforcer override |
@benbp could you help to merge this pr? |