diff options
author | Matthew Holt <[email protected]> | 2024-12-19 12:17:02 -0700 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2024-12-19 12:17:07 -0700 |
commit | ed1c594cdbddf89829eaf1174f414028577b432d (patch) | |
tree | 917b260acf9d1a9851134cf90a6386017875a73f /modules/caddytls/automation.go | |
parent | 66c80caf236e2d98e61bf1bc8bb062d7b8c25430 (diff) | |
download | caddy-ed1c594cdbddf89829eaf1174f414028577b432d.tar.gz caddy-ed1c594cdbddf89829eaf1174f414028577b432d.zip |
go.mod: Upgrade ACMEz to v3; and upgrade CertMagic
Diffstat (limited to 'modules/caddytls/automation.go')
-rw-r--r-- | modules/caddytls/automation.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddytls/automation.go b/modules/caddytls/automation.go index f6a535077..1bc86020d 100644 --- a/modules/caddytls/automation.go +++ b/modules/caddytls/automation.go @@ -25,7 +25,7 @@ import ( "strings" "github.com/caddyserver/certmagic" - "github.com/mholt/acmez/v2" + "github.com/mholt/acmez/v3" "go.uber.org/zap" "go.uber.org/zap/zapcore" |