Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-05-16 04:17:50 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-05-16 04:17:50 +0300
commit26913ad2f75a5deb35664c95b00c6c88f9018992 (patch)
tree1ef287fdff727ef1004706bfc3a60c347f06d033 /go.mod
parentaf6faf982f66cb62320bd16ed15939b9a0449007 (diff)
Update module github.com/golang-jwt/jwt/v4 to v4.5.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2a8925e9..59c712f9 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ module gitlab.com/gitlab-org/gitlab-pages
go 1.18
require (
- github.com/golang-jwt/jwt/v4 v4.1.0
+ github.com/golang-jwt/jwt/v4 v4.5.0
github.com/golang/mock v1.6.0
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.8.0