Skip to content

Commit

Permalink
Update jwkset (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahParks authored Jan 10, 2025
1 parent 7a4b6af commit 54c2a0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ module github.com/MicahParks/keyfunc/v3
go 1.21

require (
github.com/MicahParks/jwkset v0.6.0
github.com/MicahParks/jwkset v0.7.0
github.com/golang-jwt/jwt/v5 v5.2.1
golang.org/x/time v0.9.0
)

retract (
[v3.3.6, v3.3.7] // Potential race condition in refresh goroutine: https://github.com/MicahParks/jwkset/pull/42
v3.3.0 // Incorrect return type in keyfunc.Keyfunc interface
[v3.0.0, v3.3.5] // HTTP client only overwrites and appends JWK to local cache during refresh: https://github.com/MicahParks/jwkset/issues/40
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/MicahParks/jwkset v0.6.0 h1:l9BdSMVzhmEFXTTlTPIhK2FuDTFYawMA1hrpxQRajBI=
github.com/MicahParks/jwkset v0.6.0/go.mod h1:lNJLP4R63A/8lT9GO6FWOr/fIooTSwViFijyxwIW9EU=
github.com/MicahParks/jwkset v0.7.0 h1:CXWuiYBk5NuTl+N/3UI3UcYNH79yWuKAZWZkc/y+7Ok=
github.com/MicahParks/jwkset v0.7.0/go.mod h1:fVrj6TmG1aKlJEeceAz7JsXGTXEn72zP1px3us53JrA=
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY=
Expand Down

0 comments on commit 54c2a0a

Please sign in to comment.