Commit 2871873
committed
π Remove non-validating context-guru go.sum placeholders
The context-guru dependency was renamed github.com/kagenti/context-guru β
github.com/rossoctl/context-guru, but the go.sum `h1:` and `/go.mod h1:` hashes
were carried over byte-identical by the string replace. Go's `/go.mod` hash is
computed over the go.mod contents, whose `module` line must become
github.com/rossoctl/context-guru on republish β so the recorded hashes can never
match and would trigger a `go mod verify` checksum-mismatch SECURITY ERROR for
every consumer once the renamed dep is published.
You can't produce a valid checksum for a module that doesn't exist yet, so
rather than record known-wrong hashes, remove the placeholder lines from
authlib, authbridge-envoy, and authbridge-proxy go.sum. `go mod tidy` regenerates
real checksums once rossoctl/context-guru is published. The go.mod `require`
(pseudo-version v0.0.0-20260713113308-b624f2c3d8c2, commit b624f2c3d8c2 β
confirmed present in the repo) is unchanged; the build stays red on the
unpublished dep (documented cross-repo sequencing) until the org move.
Addresses review feedback on #678.
Related to #1972
Assisted-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: IBRAHIM IBRAHIM <66755652+Ibrahim2595@users.noreply.github.com>1 parent e774166 commit 2871873
3 files changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | 127 | | |
130 | 128 | | |
131 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | 125 | | |
128 | 126 | | |
129 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | 119 | | |
122 | 120 | | |
123 | 121 | | |
| |||
0 commit comments