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
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 /internal/auth
parent436803f5975eefd697c83d6ad6e5c43360be8310 (diff)
build: bump jwt library to v4.0.0
Diffstat (limited to 'internal/auth')
-rw-r--r--internal/auth/auth_code.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/auth/auth_code.go b/internal/auth/auth_code.go
index 328ca00c..9ab912dc 100644
--- a/internal/auth/auth_code.go
+++ b/internal/auth/auth_code.go
@@ -10,7 +10,7 @@ import (
"fmt"
"io"
- "github.com/golang-jwt/jwt"
+ "github.com/golang-jwt/jwt/v4"
"github.com/gorilla/securecookie"
"golang.org/x/crypto/hkdf"
)