From ef4524f1a18b44f8b9148f31c2961567f1b42de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 01:05:01 +0000 Subject: [PATCH] chore(deps): bump github.com/zitadel/oidc/v3 from 3.6.0 to 3.7.0 Bumps [github.com/zitadel/oidc/v3](https://github.com/zitadel/oidc) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/zitadel/oidc/releases) - [Changelog](https://github.com/zitadel/oidc/blob/main/.releaserc.js) - [Commits](https://github.com/zitadel/oidc/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: github.com/zitadel/oidc/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a9e9d6c8..7a5bd4b6 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/moby/spdystream v0.2.0 github.com/nats-io/nats.go v1.31.0 github.com/prometheus/client_golang v1.17.0 - github.com/zitadel/oidc/v3 v3.6.0 + github.com/zitadel/oidc/v3 v3.7.0 go.opentelemetry.io/otel v1.21.0 go.uber.org/zap v1.26.0 golang.org/x/crypto v0.16.0 diff --git a/go.sum b/go.sum index a81c368b..c174bfc2 100644 --- a/go.sum +++ b/go.sum @@ -140,8 +140,8 @@ github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= 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.6.0 h1:q+yJ0Z8e2QIhtnauIp/Na0t4NavKPG50S0jgxk8Ks8g= -github.com/zitadel/oidc/v3 v3.6.0/go.mod h1:R8sF5DPR98QQnOoyySsaNqI4NcF/VFMkf/XoYiBUuXQ= +github.com/zitadel/oidc/v3 v3.7.0 h1:ckzp+/hvnJeS/ZcA0aPGMfQ4cUr/gaqWccBuaDWZckk= +github.com/zitadel/oidc/v3 v3.7.0/go.mod h1:v+aHyg4lBAUuuUHINwXqHtKunPJZo8kPvMpRRBYEKHY= github.com/zitadel/schema v1.3.0 h1:kQ9W9tvIwZICCKWcMvCEweXET1OcOyGEuFbHs4o5kg0= github.com/zitadel/schema v1.3.0/go.mod h1:NptN6mkBDFvERUCvZHlvWmmME+gmZ44xzwRXwhzsbtc= go.opentelemetry.io/otel v1.21.0 h1:hzLeKBZEL7Okw2mGzZ0cc4k/A7Fta0uoPgaJCr8fsFc=