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=