File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -191,6 +191,8 @@ github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 h1:bsUq1dX0N8A
191191github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 /go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4 =
192192github.com/rogpeppe/go-internal v1.15.0 h1:D0RCU5rMAp+SpgkiNdrjfJ+LX4J1M32V2NeCY7EJ6hc =
193193github.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 =
194196github.com/segmentio/asm v1.2.1 h1:DTNbBqs57ioxAD4PrArqftgypG4/qNpXoJx8TVXxPR0 =
195197github.com/segmentio/asm v1.2.1 /go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs =
196198github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w =
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -189,6 +189,8 @@ github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 h1:bsUq1dX0N8A
189189github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 /go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4 =
190190github.com/rogpeppe/go-internal v1.15.0 h1:D0RCU5rMAp+SpgkiNdrjfJ+LX4J1M32V2NeCY7EJ6hc =
191191github.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 =
192194github.com/segmentio/asm v1.2.1 h1:DTNbBqs57ioxAD4PrArqftgypG4/qNpXoJx8TVXxPR0 =
193195github.com/segmentio/asm v1.2.1 /go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs =
194196github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w =
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -181,6 +181,8 @@ github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 h1:bsUq1dX0N8A
181181github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 /go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4 =
182182github.com/rogpeppe/go-internal v1.15.0 h1:D0RCU5rMAp+SpgkiNdrjfJ+LX4J1M32V2NeCY7EJ6hc =
183183github.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 =
184186github.com/segmentio/asm v1.2.1 h1:DTNbBqs57ioxAD4PrArqftgypG4/qNpXoJx8TVXxPR0 =
185187github.com/segmentio/asm v1.2.1 /go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs =
186188github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w =
You can’t perform that action at this time.
0 commit comments