diff --git a/go.mod b/go.mod index 14fdb73cbd..a339328b45 100644 --- a/go.mod +++ b/go.mod @@ -61,7 +61,7 @@ require ( github.com/superseriousbusiness/exifremove v0.0.0-20210330092427-6acd27eac203 github.com/ttacon/libphonenumber v1.2.1 github.com/zitadel/logging v0.5.0 - github.com/zitadel/oidc/v3 v3.2.1 + github.com/zitadel/oidc/v3 v3.2.2-0.20231113172801-f6bd17e8db69 github.com/zitadel/passwap v0.4.0 github.com/zitadel/saml v0.1.2 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 diff --git a/go.sum b/go.sum index eebfdaa3a3..94a20333cd 100644 --- a/go.sum +++ b/go.sum @@ -868,6 +868,8 @@ github.com/zitadel/logging v0.5.0 h1:Kunouvqse/efXy4UDvFw5s3vP+Z4AlHo3y8wF7stXHA github.com/zitadel/logging v0.5.0/go.mod h1:IzP5fzwFhzzyxHkSmfF8dsyqFsQRJLLcQmwhIBzlGsE= github.com/zitadel/oidc/v3 v3.2.1 h1:1Nw8D/vBM8huFteBYdG8777/OQd0m+mfB3U5JUr61ZA= github.com/zitadel/oidc/v3 v3.2.1/go.mod h1:1snUiV6wqAWJ1psTrVrBpBittxf3WNoLwm0KCf6S8C4= +github.com/zitadel/oidc/v3 v3.2.2-0.20231113172801-f6bd17e8db69 h1:vRF5+EQn9xU6EPoe8mdBkImsnRc4fjVWTqAmP4q40j8= +github.com/zitadel/oidc/v3 v3.2.2-0.20231113172801-f6bd17e8db69/go.mod h1:mej6/nEysOOb7FslcSS+dp8rWO0tAAIGubUZzfQY1sE= github.com/zitadel/passwap v0.4.0 h1:cMaISx+Ve7ilgG7Q8xOli4Z6IWr8Gndss+jeBk5A3O0= github.com/zitadel/passwap v0.4.0/go.mod h1:yHaDM4A68yRkdic5BZ4iUNoc19hT+kYt8n1/Nz+I87g= github.com/zitadel/saml v0.1.2 h1:RICwNTuP2upX4A1sZ8iq1rv4/x3DhZHzFx1e5bTKoTo=