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-12-02 19:03:29 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-12-02 19:03:29 +0300
commit9bc89acf5e5859f1134de0d66112913de5cbedaa (patch)
treeb0638f4ddaff6d71d1a8817066f748dd6d59d4d0 /go.mod
parentb9209e80b7a4bc3536e54e23762aeabd6200888d (diff)
Update module github.com/golang-jwt/jwt/v5 to v5.2.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 ddcbb6af..32e4a601 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ module gitlab.com/gitlab-org/gitlab-pages
go 1.19
require (
- github.com/golang-jwt/jwt/v5 v5.0.0
+ github.com/golang-jwt/jwt/v5 v5.2.0
github.com/golang/mock v1.6.0
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.0