chore: tidy the root module - #490
Merged
Merged
Conversation
Two indirect entries the module no longer requires: dlclark/regexp2 v1.12.0, superseded by regexp2/v2 which is also listed, and lasiar/canonicalheader. Both arrived through `go get -tool`, which rewrites go.mod whenever a linter dependency moves, and nothing removed them when they stopped being needed. Surfaced by go-mod-check, which landed in go-test yesterday. Before that CI tidied inside a throwaway checkout and discarded the result, so this drift could sit in main indefinitely while every build stayed green. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FuKUsHFG1EqZXamffh9M2c
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #490 +/- ##
=======================================
Coverage 99.94% 99.94%
=======================================
Files 485 485
Lines 22940 22940
=======================================
Hits 22928 22928
Misses 12 12 Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Two indirect entries the module no longer requires:
regexp2/v2is also listed, so the v1 line was dead. Both arrived throughgo get -tool, which rewritesgo.modwhenever a linter dependency moves, andnothing removed them once they stopped being needed. 86 lines out of
go.sum.Surfaced by
go-mod-check, which landed ingo-testyesterday inosapi-justfiles#70. Before
that, CI tidied inside a throwaway checkout and discarded the result, so this
could sit in
mainindefinitely while every build stayed green. It found realdrift on its first day.
go build ./...andjust go-vetboth clean.🤖 Generated with Claude Code
https://claude.ai/code/session_01FuKUsHFG1EqZXamffh9M2c