mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-10 16:03:34 +08:00
go.mod: Update direct dependencies
This commit is contained in:
@ -175,9 +175,7 @@ func (d customCertLifetime) Modify(cert *x509.Certificate, _ provisioner.SignOpt
|
||||
return nil
|
||||
}
|
||||
|
||||
const (
|
||||
defaultInternalCertLifetime = 12 * time.Hour
|
||||
)
|
||||
const defaultInternalCertLifetime = 12 * time.Hour
|
||||
|
||||
// Interface guards
|
||||
var (
|
||||
|
Reference in New Issue
Block a user