From 2475f25ff70e9e48b812a268a00cc80b4e56ea86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:08:55 +0000 Subject: [PATCH] Update module github.com/lestrrat-go/jwx to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )