summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-11-12 15:02:35 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2020-11-12 15:03:07 -0700
commit95af4262a8adf12e0c5eb178d9e521903eb8b0e4 (patch)
treededf6b9b7fe6622f455002e88590a1e29346ad5b /go.mod
parent3db60e6cbace3c03b7fe6cbaf8fd49fd42fde5b2 (diff)
caddytls: Support ACME alt cert chain preferences
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 76e7a77..8a0d4f2 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
github.com/Masterminds/sprig/v3 v3.1.0
github.com/alecthomas/chroma v0.8.0
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
- github.com/caddyserver/certmagic v0.12.1-0.20201021150819-90d1550af48c
+ github.com/caddyserver/certmagic v0.12.1-0.20201112220015-12df2be5a021
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.5.1