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-08-04 05:01:29 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-04 07:58:06 +0300
commitaa6a59d3e5d4ab2a562cc735dd628c6ddaa9c3c1 (patch)
tree4f755f9273e8c95bf31f6a385005c8e4dffdda9a /go.mod
parent436803f5975eefd697c83d6ad6e5c43360be8310 (diff)
build: bump jwt library to v4.0.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 0b6962d0..7bd8a1f1 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.15
require (
github.com/andybalholm/brotli v1.0.3
github.com/cenkalti/backoff/v4 v4.0.2
- github.com/golang-jwt/jwt v3.2.2+incompatible
+ github.com/golang-jwt/jwt/v4 v4.0.0
github.com/golang/mock v1.3.1
github.com/golangci/golangci-lint v1.27.0
github.com/gorilla/context v1.1.1