diff --git a/go.mod b/go.mod index fe9979c..f1fd6db 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.23 require ( github.com/BurntSushi/toml v1.4.0 - github.com/golang-jwt/jwt/v5 v5.2.1 + github.com/golang-jwt/jwt/v5 v5.2.2 github.com/joho/godotenv v1.5.1 )