add github.com/golang-jwt/jwt/v5 to the project

This commit is contained in:
2025-08-06 11:31:33 +03:00
parent b5a6de0b62
commit 0c25d00171
2 changed files with 6 additions and 0 deletions

2
go.mod
View File

@@ -19,6 +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/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
@@ -40,5 +41,6 @@ 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
)