From b109b1915074193b50c3f0674ac11d2ba9866fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 07:35:08 +0000 Subject: [PATCH] Bump github.com/lestrrat/go-jwx Bumps [github.com/lestrrat/go-jwx](https://github.com/lestrrat/go-jwx) from 0.0.0-20180221005942-b7d4802280ae to 0.9.1. - [Release notes](https://github.com/lestrrat/go-jwx/releases) - [Commits](https://github.com/lestrrat/go-jwx/commits/v0.9.1) --- updated-dependencies: - dependency-name: github.com/lestrrat/go-jwx 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 af24e84..76a793a 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/google/uuid v1.3.0 github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb github.com/johannesboyne/gofakes3 v0.0.0-20220627085814-c3ac35da23b2 - github.com/lestrrat/go-jwx v0.0.0-20180221005942-b7d4802280ae + github.com/lestrrat/go-jwx v0.9.1 github.com/minio/minio-go/v6 v6.0.43 github.com/neicnordic/sda-common v0.0.8 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index ef69c2f..7040a4c 100644 --- a/go.sum +++ b/go.sum @@ -188,8 +188,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= -github.com/lestrrat/go-jwx v0.0.0-20180221005942-b7d4802280ae h1:XoMPFIGibcPKgLrgIxzif36Zs/2yOEeGYc/7nitjzNM= -github.com/lestrrat/go-jwx v0.0.0-20180221005942-b7d4802280ae/go.mod h1:T+yHdCP6MJKtzoVQMHvVCeam5VFwX1+rWzn5zZgKYMI= +github.com/lestrrat/go-jwx v0.9.1 h1:LbObMwh+lyWzIyVMd7iqsv1Az4EJDO0hURuSP1BFZcU= +github.com/lestrrat/go-jwx v0.9.1/go.mod h1:wcNNJptrY9449mBu35x6pVnncAgclwoiqdxFoizCVnM= github.com/lestrrat/go-pdebug v0.0.0-20180220043741-569c97477ae8 h1:ttJD8hTqvrPEUBoAG5hJKbDOJ84u7zmbnZsUL4V9430= github.com/lestrrat/go-pdebug v0.0.0-20180220043741-569c97477ae8/go.mod h1:VXFH11P7fHn2iPBsfSW1JacR59rttTcafJnwYcI/IdY= github.com/lib/pq v1.10.7 h1:p7ZhMD+KsSRozJr34udlUrhboJwWAgCg34+/ZZNvZZw=