summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2022-01-30 22:46:25 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2022-01-30 22:46:25 -0700
commit599c81d753a1af8ffbb6d733321cc76f170c41e4 (patch)
tree6120666750c4f9580793ef35e458419fea0baebd /go.mod
parent741b0502ee7cb0ecbd6dd0517c4f186729f52718 (diff)
Interrim upgrade CertMagic
For auto-replace certificate on revocation for on-demand mode, until a proper release is made.
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 01f8f3e..91e8fd9 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.2
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
- github.com/caddyserver/certmagic v0.15.2
+ github.com/caddyserver/certmagic v0.15.3-0.20220131045834-9245be5a2f16
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