diff options
author | Matt Holt <[email protected]> | 2023-05-15 10:47:30 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2023-05-15 10:47:30 -0600 |
commit | 96919acc9d583ef11ea1f9c72a9991fb3f8aab9f (patch) | |
tree | 40b6b48bfe159176495c7904190e8098ca24d1ac /go.mod | |
parent | e96aafe1ca04e30fc10992a77ae08d3a3f3c5f05 (diff) | |
download | caddy-96919acc9d583ef11ea1f9c72a9991fb3f8aab9f.tar.gz caddy-96919acc9d583ef11ea1f9c72a9991fb3f8aab9f.zip |
caddyhttp: Refactor cert Managers (fix #5415) (#5533)
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.7.0 github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b - github.com/caddyserver/certmagic v0.17.3-0.20230510193943-53140d52202c + github.com/caddyserver/certmagic v0.17.3-0.20230511183644-8728b186fa68 github.com/dustin/go-humanize v1.0.1 github.com/go-chi/chi v4.1.2+incompatible github.com/google/cel-go v0.14.0 |