From d321f75340ace9d3934540d687ea0f1633be36b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 10:46:19 +0200 Subject: [PATCH] Bump github.com/cristalhq/jwt/v4 from 4.0.0 to 4.0.2 in /jwt (#6) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- jwt/go.mod | 2 +- jwt/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jwt/go.mod b/jwt/go.mod index 70087e1..5960c2d 100644 --- a/jwt/go.mod +++ b/jwt/go.mod @@ -3,7 +3,7 @@ module github.com/cristaloleg/benches/jwt go 1.17 require ( - github.com/cristalhq/jwt/v4 v4.0.0 + github.com/cristalhq/jwt/v4 v4.0.2 github.com/golang-jwt/jwt v3.2.2+incompatible github.com/lestrrat-go/jwx v1.2.26 github.com/pascaldekloe/jwt v1.10.0 diff --git a/jwt/go.sum b/jwt/go.sum index f8f7f48..c9a815f 100644 --- a/jwt/go.sum +++ b/jwt/go.sum @@ -1,5 +1,5 @@ -github.com/cristalhq/jwt/v4 v4.0.0 h1:gy4qHXjr7U8aPn9G8onlLfnC2UpjTyOg9QvEK/sDqq4= -github.com/cristalhq/jwt/v4 v4.0.0/go.mod h1:HnYraSNKDRag1DZP92rYHyrjyQHnVEHPNqesmzs+miQ= +github.com/cristalhq/jwt/v4 v4.0.2 h1:g/AD3h0VicDamtlM70GWGElp8kssQEv+5wYd7L9WOhU= +github.com/cristalhq/jwt/v4 v4.0.2/go.mod h1:HnYraSNKDRag1DZP92rYHyrjyQHnVEHPNqesmzs+miQ= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=