diff --git a/services/ory-svc/go.mod b/services/ory-svc/go.mod index 10188ec1a..1ecdd1d86 100644 --- a/services/ory-svc/go.mod +++ b/services/ory-svc/go.mod @@ -16,7 +16,7 @@ require ( github.com/dapr/go-sdk v1.9.1 github.com/go-chi/chi/v5 v5.0.10 github.com/google/uuid v1.4.0 - github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 + github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c github.com/ory/client-go v1.2.17 github.com/rs/zerolog v1.31.0 google.golang.org/grpc v1.59.0 diff --git a/services/ory-svc/go.sum b/services/ory-svc/go.sum index fac0e22a1..df48de273 100644 --- a/services/ory-svc/go.sum +++ b/services/ory-svc/go.sum @@ -75,6 +75,8 @@ github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APP github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 h1:BpfhmLKZf+SjVanKKhCgf3bg+511DmU9eDQTen7LLbY= github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c h1:cqn374mizHuIWj+OSJCajGr/phAmuMug9qIX3l9CflE= +github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= github.com/ory/client-go v1.2.17 h1:wVnNM5ilIriYyAGTMAz4ozd1S3+y4wHju7p1nFXS9Sg= github.com/ory/client-go v1.2.17/go.mod h1:CyKgyx6pbAVEEuAeIAjUWOBv5MT1eq4k1ivXZx/l25c=