From b451f2d3fc3e981d7998ea4b8c505a159db08d89 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 9 Aug 2025 10:41:01 +0300 Subject: [PATCH] fix jwt dep --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 2e8193f..b50e320 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/dustin/go-humanize v1.0.1 // indirect github.com/fsnotify/fsnotify v1.9.0 // indirect github.com/go-viper/mapstructure/v2 v2.4.0 // indirect - github.com/golang-jwt/jwt/v5 v5.3.0 // indirect + github.com/golang-jwt/jwt/v5 v5.3.0 github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/ncruces/go-strftime v0.1.9 // indirect @@ -41,6 +41,5 @@ require ( require ( github.com/go-chi/cors v1.2.2 - github.com/golang-jwt/jwt v3.2.2+incompatible gopkg.in/yaml.v3 v3.0.1 // indirect )