From faf67b10670a14c24ce601be703dfb65f07ffa45 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 21 Oct 2019 12:03:51 -0600 Subject: tls: Make the on-demand rate limiter actually work This required a custom rate limiter implementation in CertMagic --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3