Skip to content

Commit ba57a31

Browse files
go(deps): bump github.com/lestrrat-go/jwx/v2 in /server/src
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/lestrrat-go/jwx/releases) - [Changelog](https://github.com/lestrrat-go/jwx/blob/v2.1.3/Changes) - [Commits](lestrrat-go/jwx@v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: github.com/lestrrat-go/jwx/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36468c7 commit ba57a31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

server/src/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ require (
1616
github.com/go-redis/redis/v8 v8.11.5
1717
github.com/golang-migrate/migrate/v4 v4.18.1
1818
github.com/google/uuid v1.6.0
19+
github.com/gorilla/sessions v1.2.1
1920
github.com/gorilla/websocket v1.5.3
20-
github.com/lestrrat-go/jwx/v2 v2.1.2
21+
github.com/lestrrat-go/jwx/v2 v2.1.3
2122
github.com/markbates/goth v1.80.0
2223
github.com/nats-io/nats.go v1.37.0
2324
github.com/ory/dockertest/v3 v3.11.0
@@ -61,7 +62,6 @@ require (
6162
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6263
github.com/gorilla/mux v1.8.0 // indirect
6364
github.com/gorilla/securecookie v1.1.1 // indirect
64-
github.com/gorilla/sessions v1.2.1 // indirect
6565
github.com/hashicorp/errwrap v1.1.0 // indirect
6666
github.com/hashicorp/go-multierror v1.1.1 // indirect
6767
github.com/jinzhu/inflection v1.0.0 // indirect

server/src/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ github.com/lestrrat-go/iter v1.0.2 h1:gMXo1q4c2pHmC3dn8LzRhJfP1ceCbgSiT9lUydIzlt
141141
github.com/lestrrat-go/iter v1.0.2/go.mod h1:Momfcq3AnRlRjI5b5O8/G5/BvpzrhoFTZcn06fEOPt4=
142142
github.com/lestrrat-go/jwx v1.2.29 h1:QT0utmUJ4/12rmsVQrJ3u55bycPkKqGYuGT4tyRhxSQ=
143143
github.com/lestrrat-go/jwx v1.2.29/go.mod h1:hU8k2l6WF0ncx20uQdOmik/Gjg6E3/wIRtXSNFeZuB8=
144-
github.com/lestrrat-go/jwx/v2 v2.1.2 h1:6poete4MPsO8+LAEVhpdrNI4Xp2xdiafgl2RD89moBc=
145-
github.com/lestrrat-go/jwx/v2 v2.1.2/go.mod h1:pO+Gz9whn7MPdbsqSJzG8TlEpMZCwQDXnFJ+zsUVh8Y=
144+
github.com/lestrrat-go/jwx/v2 v2.1.3 h1:Ud4lb2QuxRClYAmRleF50KrbKIoM1TddXgBrneT5/Jo=
145+
github.com/lestrrat-go/jwx/v2 v2.1.3/go.mod h1:q6uFgbgZfEmQrfJfrCo90QcQOcXFMfbI/fO0NqRtvZo=
146146
github.com/lestrrat-go/option v1.0.0/go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmtT7T5nBBp3I=
147147
github.com/lestrrat-go/option v1.0.1 h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU=
148148
github.com/lestrrat-go/option v1.0.1/go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmtT7T5nBBp3I=

0 commit comments

Comments
 (0)