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:
authorKamil Trzciński <ayufan@ayufan.eu>2020-10-20 13:30:41 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2020-10-20 13:30:41 +0300
commit05c6facd72644095ca1aeff88c564dfb411fe34f (patch)
tree9292efadd79fff678a74f2f2b6cb38648c24e981 /go.mod
parent7f8e9bd39def730616a4c7d1d5f00ee6ca9ea76a (diff)
Revert "Add Host and SNI-based rate limiting"
This reverts commit 7f8e9bd39def730616a4c7d1d5f00ee6ca9ea76a.
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 caf3d242..9e021ca5 100644
--- a/go.mod
+++ b/go.mod
@@ -34,7 +34,6 @@ require (
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
- golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/tools v0.0.0-20200502202811-ed308ab3e770
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
honnef.co/go/tools v0.0.1-2020.1.3 // indirect