Update dependencies - #374
Conversation
Signed-off-by: Arrobo, Gabriel <gabriel.arrobo@intel.com>
There was a problem hiding this comment.
🟢 Ready to approve
The change is limited to consistent indirect dependency/version and checksum updates with no code or API surface modifications.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
Updates a small set of Go indirect dependencies (and corresponding checksums) to newer patch/minor versions to keep the module graph current and consistent.
Changes:
- Bump
github.com/bytedance/sonic/loaderfromv0.5.1→v0.5.2. - Bump
github.com/gabriel-vasile/mimetypefromv1.4.13→v1.4.15. - Bump
github.com/leodido/go-urn(v1.4.0→v1.5.0),github.com/mattn/go-isatty(v0.0.22→v0.0.24), andgithub.com/quic-go/quic-go(v0.60.0→v0.61.0), with matchinggo.sumupdates.
File summaries
| File | Description |
|---|---|
| go.mod | Updates indirect dependency versions to newer releases. |
| go.sum | Updates checksum entries to match the bumped dependency versions. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
Signed-off-by: Arrobo, Gabriel <gabriel.arrobo@intel.com>
There was a problem hiding this comment.
🟢 Ready to approve
The PR only performs straightforward dependency version bumps with matching go.sum updates and no leftover references to the previous versions.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0 new
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
No description provided.