Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion authbridge/authlib/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion authbridge/cmd/abctl/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion authbridge/cmd/authbridge-cpex/go.mod
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion authbridge/cmd/authbridge-envoy/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion authbridge/cmd/authbridge-praxis/go.mod
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion authbridge/cmd/authbridge-proxy/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion authbridge/go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.26.4
go 1.26.5

use (
./authlib
Expand Down
2 changes: 1 addition & 1 deletion authbridge/storage/redis/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading