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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-11-02 20:25:29 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-11-02 20:25:29 +0300
commitc302052d71e3aed3c5ed1f51f95a168f0ad9c739 (patch)
treee9a4d19384e11f3cac5539cfb9c3178cce01b526 /go.mod
parent2b5f9c3202c73306a6d7bafb58b7570b7dfec87d (diff)
build: bump golang-jwt/jwt to 4.1.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 0ff516ed..7a29e639 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module gitlab.com/gitlab-org/gitlab-pages
go 1.16
require (
- github.com/golang-jwt/jwt/v4 v4.0.0
+ github.com/golang-jwt/jwt/v4 v4.1.0
github.com/golang/mock v1.3.1
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.8.0