chore: go mod tidy after v0.17.4 security upgrades - #282
Conversation
Clean up go.mod and go.sum after security dependency upgrades. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Thomas Maas <thomas@webtypes.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-0.17 #282 +/- ##
================================================
- Coverage 76.16% 76.07% -0.09%
================================================
Files 18 18
Lines 1137 1137
================================================
- Hits 866 865 -1
- Misses 216 217 +1
Partials 55 55
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Follow-up
go mod tidyafter the security dependency upgrade backport.The backport PR was merged before
go mod tidywas applied to clean up go.sum. This PR removes spurious entries left by the conflict resolution.No functional changes — go.sum cleanup only.
🤖 Generated with Claude Code