use jwx v2 (#73)

This commit is contained in:
Nicola Murino 2022-11-13 17:18:43 +01:00 committed by GitHub
parent 137d669fb7
commit 84b5aa8ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 64 additions and 86 deletions

6
go.mod
View file

@ -1,8 +1,8 @@
module github.com/go-chi/jwtauth/v5
go 1.15
go 1.16
require (
github.com/go-chi/chi/v5 v5.0.4
github.com/lestrrat-go/jwx v1.2.6
github.com/go-chi/chi/v5 v5.0.7
github.com/lestrrat-go/jwx/v2 v2.0.6
)