diff --git a/go.mod b/go.mod index 043673e..a79eb75 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.2 require ( github.com/golang-jwt/jwt/v5 v5.2.1 github.com/lehigh-university-libraries/go-islandora v0.0.0-20241204195121-b4515e46e282 - github.com/lestrrat-go/jwx v1.2.30 + github.com/lestrrat-go/jwx/v2 v2.1.3 github.com/lestrrat-go/jwx/v2 v2.1.3 github.com/sfomuseum/go-edtf v1.2.1 )