summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2021-02-10 19:49:23 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2021-02-10 19:49:23 -0700
commit51e3fdba7738e577b5ccfbad5bd7712fa594afc0 (patch)
treea67a11bb72e030a1e85c0d611b93990cd0b273d5 /go.mod
parent5ef76ff3e6e73282deb59df8b1a14bb966de36be (diff)
caddytls: Save email with account if not already specified
I'm pretty sure this fixes a bug when the default email is used...
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 a4335d9..4342a36 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.2
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
- github.com/caddyserver/certmagic v0.12.1-0.20210126230115-267fdad76a0f
+ github.com/caddyserver/certmagic v0.12.1-0.20210211020017-ebb8d8b435b4
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.6.0