Update github.com/lestrrat-go/jwx to v1.2.6 (#65)

This commit is contained in:
Lukas Malkmus 2021-09-20 14:25:42 +02:00 committed by GitHub
parent 255b7cda08
commit 6047f9231e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 18 deletions

4
go.mod
View file

@ -3,6 +3,6 @@ module github.com/go-chi/jwtauth/v5
go 1.15
require (
github.com/go-chi/chi/v5 v5.0.0
github.com/lestrrat-go/jwx v1.1.6
github.com/go-chi/chi/v5 v5.0.4
github.com/lestrrat-go/jwx v1.2.6
)