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>2021-11-17 03:34:13 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-11-17 03:34:13 +0300
commitdbb496cb31e211a0df7b4a1603a56ba5337a3404 (patch)
treee5cd6ae33df57131a8ec5465d2a442ccf5b4237d /go.mod
parent62c53f8d423c76089bbdcf5559962d7930cf8bd4 (diff)
parent1d0f0e81ba7db826d42051705e89ba304ad95ce7 (diff)
Merge branch 'bump/go-jwt' into 'master'
refactor: replace deprecated StandardClaims with RFC7519-compliant RegisteredClaims See merge request gitlab-org/gitlab-pages!608
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 cd1776cb..f526563f 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,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