diff options
author | Matt Holt <[email protected]> | 2023-12-07 11:00:02 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-12-07 11:00:02 -0700 |
commit | 4a09cf0dc00724c3b0f76fe1ae4da887bde46240 (patch) | |
tree | b7d376d76db325380da265d3fb34c5d512ef291a /go.mod | |
parent | b24ae63ea612b1e5538602632d70b835ab339e59 (diff) | |
download | caddy-4a09cf0dc00724c3b0f76fe1ae4da887bde46240.tar.gz caddy-4a09cf0dc00724c3b0f76fe1ae4da887bde46240.zip |
caddytls: Sync distributed storage cleaning (#5940)
* 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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |