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-07-27 17:31:25 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-17 14:47:01 +0300
commitd18f89a1da3091bb41b6954923576416f833ab93 (patch)
tree58680181d2e43bc67f64f260316dd5014dec520e /go.mod
parentd922473a13483bee223217c08a3b4914a910b636 (diff)
build: remove backoff 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 1dac1973..302dbfea 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,6 @@ go 1.15
require (
github.com/andybalholm/brotli v1.0.3
- github.com/cenkalti/backoff/v4 v4.0.2
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/golang/mock v1.3.1
github.com/golangci/golangci-lint v1.27.0