aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorclauverjat <[email protected]>2024-04-24 22:35:14 +0200
committerGitHub <[email protected]>2024-04-24 14:35:14 -0600
commit76c4cf5a56b4ee576001e649e72d6e7fdf730364 (patch)
tree32600f4fb78482a51d36ec8c78e9331d4b536c74 /go.mod
parent797973944f9bf60c84350a38848613b6247a66eb (diff)
downloadcaddy-76c4cf5a56b4ee576001e649e72d6e7fdf730364.tar.gz
caddy-76c4cf5a56b4ee576001e649e72d6e7fdf730364.zip
caddytls: Option to configure certificate lifetime (#6253)
* Add option to configure certificate lifetime * Bump CertMagic dep to latest master commit * Apply suggestions and ran go mod tidy * Update modules/caddytls/acmeissuer.go Co-authored-by: Matt Holt <[email protected]> --------- Co-authored-by: Matt Holt <[email protected]>
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 6c4fed3c4..90f6042fb 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.13.0
github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
- github.com/caddyserver/certmagic v0.20.1-0.20240412214119-167015dd6570
+ github.com/caddyserver/certmagic v0.20.1-0.20240419174353-855d4670a49d
github.com/caddyserver/zerossl v0.1.2
github.com/dustin/go-humanize v1.0.1
github.com/go-chi/chi/v5 v5.0.12