summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2021-08-30 13:14:42 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2021-08-30 13:14:42 -0600
commitf43fd6f3884d957afc391da3ca689a43ba27eccb (patch)
treee20af86ab1e2b7608f6e922abf673322775761d5 /go.mod
parent84b906a248a7cf7299f39f2f997822cb38387759 (diff)
go.mod: Upgrade CertMagic to v0.14.4
Adds more debug logging
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 1174b7f..0db9b57 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.14.3
+ github.com/caddyserver/certmagic v0.14.4
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