go.mod: Upgrade CertMagic to v0.16.0

Includes several breaking changes; code base updated accordingly.

- Added lots of context arguments
- Use fs.ErrNotExist
- Rename ACMEManager -> ACMEIssuer; CertificateManager -> Manager
This commit is contained in:
Matthew Holt
2022-03-25 11:28:54 -06:00
parent a58f240d3e
commit d06d0e79f8
16 changed files with 73 additions and 62 deletions

View File

@@ -15,6 +15,7 @@
package caddy
import (
"context"
"os"
"os/signal"
@@ -55,7 +56,7 @@ func trapSignalsCrossPlatform() {
// exitProcessFromSignal exits the process from a system signal.
func exitProcessFromSignal(sigName string) {
logger := Log().With(zap.String("signal", sigName))
exitProcess(logger)
exitProcess(context.TODO(), logger)
}
// Exit codes. Generally, you should NOT