From b36de3666f7732f26df52f07dafa9bda8090287f Mon Sep 17 00:00:00 2001 From: Nikos Date: Thu, 12 Oct 2023 16:20:27 +0300 Subject: [PATCH] fix: downgrade Kratos sdk For more info see https://github.com/canonical/identity-platform-login-ui/issues/190 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index de58db9bc..6d7a0730b 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/golang/mock v1.6.0 github.com/kelseyhightower/envconfig v1.4.0 github.com/ory/hydra-client-go/v2 v2.1.1 - github.com/ory/kratos-client-go v1.0.0 + github.com/ory/kratos-client-go v0.13.1 github.com/prometheus/client_golang v1.17.0 github.com/stretchr/testify v1.8.4 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0