summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-10-11 10:48:06 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-10-11 10:48:06 -0600
commit4aa3af4b78addcf65ce6b254be10f006bae1c9ac (patch)
tree838606a2794e0750cbca4b684731da9e0d6bc8d0 /go.mod
parent8715a28320c78061b57d1889db8c12ce1ca283a8 (diff)
go.mod: Use latest certmagic which uses lego v3.1.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 a3d0f33..9e188f5 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.4
+ github.com/mholt/certmagic v0.7.5
github.com/muhammadmuzzammil1998/jsonc v0.0.0-20190906142622-1265e9b150c6
github.com/rs/cors v1.7.0
github.com/russross/blackfriday/v2 v2.0.1