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:
authorJaime Martinez <jmartinez@gitlab.com>2023-11-06 18:33:03 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2023-11-06 18:33:03 +0300
commitfdb24f8053fae1a4caff72097a4b2e80cb40bb1e (patch)
treed4ab9fd04d6c156a5bc7f2d0c8efc499d98cefca /go.mod
parent27c081fad0bc2a29f0392dad809e00faa4a5a618 (diff)
Update module github.com/golang-jwt/jwt/v4 to v5
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 d5bfd5c3..ef2c7cb6 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.5.0
+ github.com/golang-jwt/jwt/v5 v5.0.0
github.com/golang/mock v1.6.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0