Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit 54fc7ce

Browse files
build(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.19 to 2.0.21
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx) from 2.0.19 to 2.0.21. - [Release notes](https://github.com/lestrrat-go/jwx/releases) - [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes) - [Commits](lestrrat-go/jwx@v2.0.19...v2.0.21) --- updated-dependencies: - dependency-name: github.com/lestrrat-go/jwx/v2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef49366 commit 54fc7ce

File tree

2 files changed

+60
-38
lines changed

2 files changed

+60
-38
lines changed

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require (
7171
github.com/whilp/git-urls v1.0.0
7272
github.com/xeipuuv/gojsonschema v1.2.0
7373
github.com/zclconf/go-cty v1.13.0
74-
golang.org/x/crypto v0.20.0
74+
golang.org/x/crypto v0.21.0
7575
golang.org/x/oauth2 v0.17.0
7676
gopkg.in/yaml.v2 v2.4.0
7777
gopkg.in/yaml.v3 v3.0.1
@@ -113,8 +113,8 @@ require (
113113
github.com/hashicorp/go-multierror v1.1.1 // indirect
114114
github.com/hashicorp/hcl v1.0.0 // indirect
115115
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
116-
github.com/lestrrat-go/httprc v1.0.4 // indirect
117-
github.com/lestrrat-go/jwx/v2 v2.0.19 // indirect
116+
github.com/lestrrat-go/httprc v1.0.5 // indirect
117+
github.com/lestrrat-go/jwx/v2 v2.0.21 // indirect
118118
github.com/lithammer/fuzzysearch v1.1.8 // indirect
119119
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
120120
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
@@ -274,8 +274,8 @@ require (
274274
go.starlark.net v0.0.0-20240123142251-f86470692795 // indirect
275275
golang.org/x/image v0.10.0 // indirect
276276
golang.org/x/sync v0.6.0 // indirect
277-
golang.org/x/sys v0.17.0 // indirect
278-
golang.org/x/term v0.17.0 // indirect
277+
golang.org/x/sys v0.18.0 // indirect
278+
golang.org/x/term v0.18.0 // indirect
279279
golang.org/x/text v0.14.0 // indirect
280280
golang.org/x/time v0.5.0 // indirect
281281
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect

0 commit comments

Comments
 (0)