Fix: regenerate token-broker go.sum for renamed cortex authlib#490
Open
Ibrahim2595 wants to merge 1 commit into
Open
Fix: regenerate token-broker go.sum for renamed cortex authlib#490Ibrahim2595 wants to merge 1 commit into
Ibrahim2595 wants to merge 1 commit into
Conversation
Follow-up to the cortex rename (rossoctl/cortex#680, now merged): token-broker pinned the pre-rename cortex authlib commit v0.0.0-20260619001334-ce3417655ee8, whose go.mod declared github.com/rossoctl/rossocortex/authbridge/authlib — a module-path mismatch, and go.sum had no matching checksum (the placeholder was removed earlier since it couldn't be valid until cortex published the cortex/ path). Bumped github.com/rossoctl/cortex/authbridge/authlib to the post-rename commit v0.0.0-20260720192358-48fb3c767572 and regenerated real go.sum via `go mod tidy` (also pulls the transitive x/crypto, x/sys bumps authlib now requires). Verification: token-broker go build ✅, go vet ✅, go test ✅ (8 pkgs, 0 fail). This closes the last cross-repo go.sum gap from the rename. Related to rossoctl/rossoctl#1972 Assisted-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: IBRAHIM IBRAHIM <66755652+Ibrahim2595@users.noreply.github.com>
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.
Summary
Closing the last cross-repo
go.sumgap from the rename, now that cortex #680 is merged.token-brokerpinned the pre-rename cortex authlib commitv0.0.0-20260619001334-ce3417655ee8(its go.mod declaredgithub.com/rossoctl/rossocortex/authbridge/authlib— a module-path mismatch), andgo.sumhad no checksum (the placeholder was removed earlier since it couldn't be valid until cortex published thecortex/path).github.com/rossoctl/cortex/authbridge/authlib→ post-renamev0.0.0-20260720192358-48fb3c767572go.sumviago mod tidy(incl. the transitive x/crypto, x/sys bumps authlib now requires)Verification
token-broker:go build✅,go vet✅,go test✅ (8 pkgs, 0 fail)Related issue(s)
Related to rossoctl/rossoctl#1972