summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatt Holt <mholt@users.noreply.github.com>2021-06-12 14:44:32 -0600
committerGitHub <noreply@github.com>2021-06-12 14:44:32 -0600
commit89aa3a5ef3e0da58d8a165ffe4c073fda52994db (patch)
tree10ecf06603fb46dd3b01cccbeb9f922903b291f2 /go.mod
parent05656a60b3b089ce1735a1ebb02539cca9f68fb4 (diff)
go.mod: Use CertMagic v0.14.0 (fix #4191)
* Force auto-renew for OCSP revoked status (maybe) (fix #4191) * Use latest commit * go.mod: Use CertMagic v0.14.0 (fix #4191) Correctly replaces revoked 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 9fc4f5b..f9a8668 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/alecthomas/chroma v0.9.1
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
- github.com/caddyserver/certmagic v0.13.1
+ github.com/caddyserver/certmagic v0.14.0
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
github.com/go-chi/chi v4.1.2+incompatible
github.com/google/cel-go v0.7.3