summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-10-16 15:20:27 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-10-16 15:20:27 -0600
commitbce2edd22da8c419f7f4db7bccf719046b4700c7 (patch)
treee7db6c5c752484a2db8370cde75f0545c4d900d4 /go.mod
parenta458544d9f6e6aaf72aeab0454acfa482880d3d6 (diff)
tls: Asynchronous cert management at startup (uses CertMagic v0.8.0)
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 9e188f5..0a66a78 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.7.5
+ github.com/mholt/certmagic v0.8.0
github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190906142622-1265e9b150c6
github.com/rs/cors v1.7.0
github.com/russross/blackfriday/v2 v2.0.1