Skip to content

Commit c4df748

Browse files
committed
Fix: bump context-guru to post-rename commit + regenerate go.sum
context-guru's module path was renamed (rossoctl/context-guru#10, commit 8fc7c7b36563). This branch pinned the pre-rename commit v0.0.0-20260713113308-b624f2c3d8c2 whose go.mod still declared github.com/kagenti/context-guru, breaking `go build`/`go mod verify` with a module-path mismatch (the Go CI (authlib) failure). Bumped context-guru to v0.0.0-20260720181432-8fc7c7b36563 and regenerated real go.sum checksums via `go mod tidy` in authlib, authbridge-envoy, authbridge-proxy. Verification: all 8 modules build; authlib go vet + go test pass (43 pkgs, 0 fail); git grep clean of kagenti and rossocortex. 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>
1 parent 5f34d2a commit c4df748

6 files changed

Lines changed: 9 additions & 3 deletions

File tree

authbridge/authlib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require (
77
github.com/envoyproxy/go-control-plane/envoy v1.37.0
88
github.com/fsnotify/fsnotify v1.10.1
99
github.com/gobwas/glob v0.2.3
10-
github.com/rossoctl/context-guru v0.0.0-20260713113308-b624f2c3d8c2
1110
github.com/lestrrat-go/jwx/v2 v2.1.7
1211
github.com/maximhq/bifrost/core v1.7.0
1312
github.com/open-policy-agent/opa v1.18.2
13+
github.com/rossoctl/context-guru v0.0.0-20260720181432-8fc7c7b36563
1414
github.com/spiffe/go-spiffe/v2 v2.8.1
1515
golang.org/x/net v0.57.0
1616
golang.org/x/sys v0.47.0

authbridge/authlib/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 h1:bsUq1dX0N8A
191191
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
192192
github.com/rogpeppe/go-internal v1.15.0 h1:D0RCU5rMAp+SpgkiNdrjfJ+LX4J1M32V2NeCY7EJ6hc=
193193
github.com/rogpeppe/go-internal v1.15.0/go.mod h1:DrUVZyrJU+txYW5/1kwtXQSMFio52ZOxX7yM1VHvnxs=
194+
github.com/rossoctl/context-guru v0.0.0-20260720181432-8fc7c7b36563 h1:YsOMYgqAxFzy9mxzmSC+1dWfC36riFQrV7vce2AtjUo=
195+
github.com/rossoctl/context-guru v0.0.0-20260720181432-8fc7c7b36563/go.mod h1:Uycopjjz08nDc2UsrnUxUUjqK0myN9VDnZBTaLnbfLs=
194196
github.com/segmentio/asm v1.2.1 h1:DTNbBqs57ioxAD4PrArqftgypG4/qNpXoJx8TVXxPR0=
195197
github.com/segmentio/asm v1.2.1/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs=
196198
github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w=

authbridge/cmd/authbridge-envoy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ require (
5454
github.com/huandu/go-sqlbuilder v1.41.0 // indirect
5555
github.com/huandu/xstrings v1.4.0 // indirect
5656
github.com/invopop/jsonschema v0.13.0 // indirect
57-
github.com/rossoctl/context-guru v0.0.0-20260713113308-b624f2c3d8c2 // indirect
5857
github.com/klauspost/compress v1.18.6 // indirect
5958
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
6059
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
@@ -82,6 +81,7 @@ require (
8281
github.com/prometheus/common v0.67.5 // indirect
8382
github.com/prometheus/procfs v0.20.1 // indirect
8483
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
84+
github.com/rossoctl/context-guru v0.0.0-20260720181432-8fc7c7b36563 // indirect
8585
github.com/segmentio/asm v1.2.1 // indirect
8686
github.com/sirupsen/logrus v1.9.4 // indirect
8787
github.com/spf13/cast v1.10.0 // indirect

authbridge/cmd/authbridge-envoy/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 h1:bsUq1dX0N8A
189189
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
190190
github.com/rogpeppe/go-internal v1.15.0 h1:D0RCU5rMAp+SpgkiNdrjfJ+LX4J1M32V2NeCY7EJ6hc=
191191
github.com/rogpeppe/go-internal v1.15.0/go.mod h1:DrUVZyrJU+txYW5/1kwtXQSMFio52ZOxX7yM1VHvnxs=
192+
github.com/rossoctl/context-guru v0.0.0-20260720181432-8fc7c7b36563 h1:YsOMYgqAxFzy9mxzmSC+1dWfC36riFQrV7vce2AtjUo=
193+
github.com/rossoctl/context-guru v0.0.0-20260720181432-8fc7c7b36563/go.mod h1:Uycopjjz08nDc2UsrnUxUUjqK0myN9VDnZBTaLnbfLs=
192194
github.com/segmentio/asm v1.2.1 h1:DTNbBqs57ioxAD4PrArqftgypG4/qNpXoJx8TVXxPR0=
193195
github.com/segmentio/asm v1.2.1/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs=
194196
github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w=

authbridge/cmd/authbridge-proxy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ require (
4646
github.com/huandu/go-sqlbuilder v1.41.0 // indirect
4747
github.com/huandu/xstrings v1.4.0 // indirect
4848
github.com/invopop/jsonschema v0.13.0 // indirect
49-
github.com/rossoctl/context-guru v0.0.0-20260713113308-b624f2c3d8c2 // indirect
5049
github.com/klauspost/compress v1.18.6 // indirect
5150
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
5251
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
@@ -73,6 +72,7 @@ require (
7372
github.com/prometheus/common v0.67.5 // indirect
7473
github.com/prometheus/procfs v0.20.1 // indirect
7574
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
75+
github.com/rossoctl/context-guru v0.0.0-20260720181432-8fc7c7b36563 // indirect
7676
github.com/segmentio/asm v1.2.1 // indirect
7777
github.com/sirupsen/logrus v1.9.4 // indirect
7878
github.com/spf13/cast v1.10.0 // indirect

authbridge/cmd/authbridge-proxy/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 h1:bsUq1dX0N8A
181181
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
182182
github.com/rogpeppe/go-internal v1.15.0 h1:D0RCU5rMAp+SpgkiNdrjfJ+LX4J1M32V2NeCY7EJ6hc=
183183
github.com/rogpeppe/go-internal v1.15.0/go.mod h1:DrUVZyrJU+txYW5/1kwtXQSMFio52ZOxX7yM1VHvnxs=
184+
github.com/rossoctl/context-guru v0.0.0-20260720181432-8fc7c7b36563 h1:YsOMYgqAxFzy9mxzmSC+1dWfC36riFQrV7vce2AtjUo=
185+
github.com/rossoctl/context-guru v0.0.0-20260720181432-8fc7c7b36563/go.mod h1:Uycopjjz08nDc2UsrnUxUUjqK0myN9VDnZBTaLnbfLs=
184186
github.com/segmentio/asm v1.2.1 h1:DTNbBqs57ioxAD4PrArqftgypG4/qNpXoJx8TVXxPR0=
185187
github.com/segmentio/asm v1.2.1/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs=
186188
github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w=

0 commit comments

Comments
 (0)