diff options
author | Matthew Holt <[email protected]> | 2021-08-30 13:14:42 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2021-08-30 13:14:42 -0600 |
commit | f43fd6f3884d957afc391da3ca689a43ba27eccb (patch) | |
tree | e20af86ab1e2b7608f6e922abf673322775761d5 /go.mod | |
parent | 84b906a248a7cf7299f39f2f997822cb38387759 (diff) | |
download | caddy-f43fd6f3884d957afc391da3ca689a43ba27eccb.tar.gz caddy-f43fd6f3884d957afc391da3ca689a43ba27eccb.zip |
go.mod: Upgrade CertMagic to v0.14.4v2.4.4
Adds more debug logging
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |