summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-10-21 12:03:51 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-10-21 12:03:51 -0600
commitfaf67b10670a14c24ce601be703dfb65f07ffa45 (patch)
tree6c6a677c073224460193dfeba8e0b7a15d33ebde /go.mod
parent208f2ff93c1bd2c009e4b96f664c1808ede79f3a (diff)
tls: Make the on-demand rate limiter actually work
This required a custom rate limiter implementation in CertMagic
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0a66a78..be5f485 100644
--- a/go.mod
+++ b/go.mod
@@ -14,7 +14,7 @@ require (
github.com/klauspost/compress v1.8.6
github.com/klauspost/cpuid v1.2.1
github.com/lucas-clemente/quic-go v0.12.1
- github.com/mholt/certmagic v0.8.0
+ github.com/mholt/certmagic v0.8.3
github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190906142622-1265e9b150c6
github.com/rs/cors v1.7.0
github.com/russross/blackfriday/v2 v2.0.1