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-11 03:22:27 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-11 03:23:19 +0300
commit755a47120eaacb36e6ba061be845e73820296003 (patch)
tree9309a25c9759a378f88668b6eaee359021da9f4f /go.mod
parentf53f45492f595551888a6d510aadfebab0ff91e4 (diff)
build: drop gorilla/context dependency
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7bd8a1f1..6729a78e 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,6 @@ require (
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
github.com/gorilla/handlers v1.4.2
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0