diff --git a/authbridge/authlib/go.mod b/authbridge/authlib/go.mod index fdee51ab1..6f4c0f723 100644 --- a/authbridge/authlib/go.mod +++ b/authbridge/authlib/go.mod @@ -1,6 +1,6 @@ module github.com/rossoctl/cortex/authbridge/authlib -go 1.26.4 +go 1.26.5 require ( github.com/contextforge-org/cpex/go/cpex v0.2.2 diff --git a/authbridge/cmd/abctl/go.mod b/authbridge/cmd/abctl/go.mod index cfa828592..479737967 100644 --- a/authbridge/cmd/abctl/go.mod +++ b/authbridge/cmd/abctl/go.mod @@ -1,6 +1,6 @@ module github.com/rossoctl/cortex/authbridge/cmd/abctl -go 1.26.4 +go 1.26.5 // Workspace-only: this replace is satisfied by authbridge/go.work during // local development. Standalone `go get` / `go install` outside the diff --git a/authbridge/cmd/authbridge-cpex/go.mod b/authbridge/cmd/authbridge-cpex/go.mod index 6ccb51429..82ceb0f1c 100644 --- a/authbridge/cmd/authbridge-cpex/go.mod +++ b/authbridge/cmd/authbridge-cpex/go.mod @@ -1,6 +1,6 @@ module github.com/rossoctl/cortex/authbridge/cmd/authbridge-cpex -go 1.26.4 +go 1.26.5 require github.com/rossoctl/cortex/authbridge/authlib v0.0.0-00010101000000-000000000000 diff --git a/authbridge/cmd/authbridge-envoy/go.mod b/authbridge/cmd/authbridge-envoy/go.mod index b37510942..165c15c99 100644 --- a/authbridge/cmd/authbridge-envoy/go.mod +++ b/authbridge/cmd/authbridge-envoy/go.mod @@ -1,6 +1,6 @@ module github.com/rossoctl/cortex/authbridge/cmd/authbridge-envoy -go 1.26.4 +go 1.26.5 replace ( github.com/rossoctl/cortex/authbridge/authlib => ../../authlib diff --git a/authbridge/cmd/authbridge-praxis/go.mod b/authbridge/cmd/authbridge-praxis/go.mod index b39607c23..fde9bc2c4 100644 --- a/authbridge/cmd/authbridge-praxis/go.mod +++ b/authbridge/cmd/authbridge-praxis/go.mod @@ -1,6 +1,6 @@ module github.com/rossoctl/cortex/authbridge/cmd/authbridge-praxis -go 1.26.4 +go 1.26.5 require github.com/rossoctl/cortex/authbridge/authlib v0.0.0-20260819180630-8386e3004363 diff --git a/authbridge/cmd/authbridge-proxy/go.mod b/authbridge/cmd/authbridge-proxy/go.mod index fd2add45d..cd5a1fdf2 100644 --- a/authbridge/cmd/authbridge-proxy/go.mod +++ b/authbridge/cmd/authbridge-proxy/go.mod @@ -1,6 +1,6 @@ module github.com/rossoctl/cortex/authbridge/cmd/authbridge-proxy -go 1.26.4 +go 1.26.5 require ( github.com/rossoctl/cortex/authbridge/authlib v0.0.0 diff --git a/authbridge/go.work b/authbridge/go.work index cf30a6c6a..5b18e4912 100644 --- a/authbridge/go.work +++ b/authbridge/go.work @@ -1,4 +1,4 @@ -go 1.26.4 +go 1.26.5 use ( ./authlib diff --git a/authbridge/storage/redis/go.mod b/authbridge/storage/redis/go.mod index 4d8532c1c..a2ea47808 100644 --- a/authbridge/storage/redis/go.mod +++ b/authbridge/storage/redis/go.mod @@ -1,6 +1,6 @@ module github.com/rossoctl/cortex/authbridge/storage/redis -go 1.26.4 +go 1.26.5 require ( github.com/alicebob/miniredis/v2 v2.38.0