Skip to content

Commit c27eca5

Browse files
Chore: (deps): Bump github.com/lestrrat-go/jwx/v2 from 2.1.5 to 2.1.6 (#257)
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/lestrrat-go/jwx/releases) - [Changelog](https://github.com/lestrrat-go/jwx/blob/v2.1.6/Changes) - [Commits](lestrrat-go/jwx@v2.1.5...v2.1.6) --- updated-dependencies: - dependency-name: github.com/lestrrat-go/jwx/v2 dependency-version: 2.1.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e45a333 commit c27eca5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ require (
99
github.com/gin-contrib/cors v1.7.5
1010
github.com/gin-gonic/gin v1.10.0
1111
github.com/golang-migrate/migrate/v4 v4.18.3
12+
github.com/google/uuid v1.6.0
1213
github.com/lestrrat-go/iter v1.0.2
13-
github.com/lestrrat-go/jwx/v2 v2.1.5
14+
github.com/lestrrat-go/jwx/v2 v2.1.6
1415
github.com/markbates/pkger v0.17.1
1516
github.com/mileusna/useragent v1.3.5
1617
github.com/onsi/ginkgo/v2 v2.23.4
@@ -47,7 +48,6 @@ require (
4748
github.com/goccy/go-json v0.10.5 // indirect
4849
github.com/google/go-cmp v0.7.0 // indirect
4950
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
50-
github.com/google/uuid v1.6.0 // indirect
5151
github.com/gorilla/websocket v1.5.0 // indirect
5252
github.com/hashicorp/errwrap v1.1.0 // indirect
5353
github.com/hashicorp/go-multierror v1.1.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ github.com/lestrrat-go/httprc v1.0.6 h1:qgmgIRhpvBqexMJjA/PmwSvhNk679oqD1RbovdCG
136136
github.com/lestrrat-go/httprc v1.0.6/go.mod h1:mwwz3JMTPBjHUkkDv/IGJ39aALInZLrhBp0X7KGUZlo=
137137
github.com/lestrrat-go/iter v1.0.2 h1:gMXo1q4c2pHmC3dn8LzRhJfP1ceCbgSiT9lUydIzltI=
138138
github.com/lestrrat-go/iter v1.0.2/go.mod h1:Momfcq3AnRlRjI5b5O8/G5/BvpzrhoFTZcn06fEOPt4=
139-
github.com/lestrrat-go/jwx/v2 v2.1.5 h1:PQI5gzadLfJ22ckLrejPVX6eGXKM4M4eGi5fW2jjA3o=
140-
github.com/lestrrat-go/jwx/v2 v2.1.5/go.mod h1:Y722kU5r/8mV7fYDifjug0r8FK8mZdw0K0GpJw/l8pU=
139+
github.com/lestrrat-go/jwx/v2 v2.1.6 h1:hxM1gfDILk/l5ylers6BX/Eq1m/pnxe9NBwW6lVfecA=
140+
github.com/lestrrat-go/jwx/v2 v2.1.6/go.mod h1:Y722kU5r/8mV7fYDifjug0r8FK8mZdw0K0GpJw/l8pU=
141141
github.com/lestrrat-go/option v1.0.1 h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU=
142142
github.com/lestrrat-go/option v1.0.1/go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmtT7T5nBBp3I=
143143
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=

0 commit comments

Comments
 (0)