summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-09-17 16:00:15 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-09-17 16:00:15 -0600
commit19f36667f75491f101b28b558551fc9639006f79 (patch)
tree3279231fa3e78a3172bd391a228494ddf3b33124 /go.mod
parent484cee1ac12ee590128d85da22b6b9df2efe02d4 (diff)
tls: Clean up expired OCSP staples and certificates
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 0e35662..36457f4 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@ require (
github.com/klauspost/compress v1.7.1-0.20190613161414-0b31f265a57b
github.com/klauspost/cpuid v1.2.1
github.com/lucas-clemente/quic-go v0.7.1-0.20190908032346-fc962d18373a
- github.com/mholt/certmagic v0.7.1
+ github.com/mholt/certmagic v0.7.2
github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190902132743-e4903c4dea48
github.com/rs/cors v1.6.0
github.com/russross/blackfriday/v2 v2.0.1