Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-17 06:11:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-17 06:11:13 +0300
commit4f45a841a19e1d2ec32d3c0dd256978251c11061 (patch)
tree22436975aae4278c3a2f43618924b58997713d8e /workhorse/upload_test.go
parent86eb30c847058217f94dd71918d8c3ea647cb61d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'workhorse/upload_test.go')
-rw-r--r--workhorse/upload_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/workhorse/upload_test.go b/workhorse/upload_test.go
index 0c4ac2357a3..24c14bb12aa 100644
--- a/workhorse/upload_test.go
+++ b/workhorse/upload_test.go
@@ -14,7 +14,7 @@ import (
"strings"
"testing"
- "github.com/dgrijalva/jwt-go"
+ "github.com/golang-jwt/jwt/v4"
"github.com/stretchr/testify/require"
"gitlab.com/gitlab-org/gitlab/workhorse/internal/api"