summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatt Holt <mholt@users.noreply.github.com>2023-12-07 11:00:02 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2023-12-07 13:26:21 -0700
commit6d9a83376b5e19b3c0368541ee46044ab284038b (patch)
treeb7d376d76db325380da265d3fb34c5d512ef291a /go.mod
parentdf5edf6bdb29eb7cf8934f4040bfaa126fa77288 (diff)
caddytls: Sync distributed storage cleaning (#5940)v2.7.6
* caddytls: Log out remote addr to detect abuse * caddytls: Sync distributed storage cleaning * Handle errors * Update certmagic to fix tiny bug * Split off port when logging remote IP * Upgrade CertMagic
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 25ec8179..4a2c40c0 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/alecthomas/chroma/v2 v2.9.1
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
- github.com/caddyserver/certmagic v0.19.3-0.20231030175448-e8e6167a2a51
+ github.com/caddyserver/certmagic v0.20.0
github.com/dustin/go-humanize v1.0.1
github.com/go-chi/chi/v5 v5.0.10
github.com/google/cel-go v0.15.1