summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-17 12:43:54 -0600
committermo khan <mo@mokhan.ca>2025-04-17 12:43:54 -0600
commitc2446fee22eb42eada473288cd329d4b09baa687 (patch)
treeb02c6d69d05af5a1e9bddc6ef9d1532c6f7c18e1 /go.mod
parent812bba426cd60ff746054a5b883b5e13ca75b0ff (diff)
refactor: use mockoidc to test out id token verification
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 4eb4f3c..ce8341b 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ go 1.24.0
require (
github.com/coreos/go-oidc/v3 v3.14.1
+ github.com/oauth2-proxy/mockoidc v0.0.0-20240214162133-caebfff84d25
github.com/oklog/ulid v1.3.1
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.10.0
@@ -27,11 +28,13 @@ require (
github.com/docker/go-units v0.5.0 // indirect
github.com/ebitengine/purego v0.8.2 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
+ github.com/go-jose/go-jose/v3 v3.0.1 // indirect
github.com/go-jose/go-jose/v4 v4.1.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
+ github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
github.com/golobby/container/v3 v3.3.2 // indirect
github.com/google/jsonapi v1.0.0 // indirect
github.com/google/uuid v1.6.0 // indirect