go.mod: Update direct dependencies

This commit is contained in:
Matthew Holt
2021-06-03 12:18:25 -06:00
parent b4cef492cc
commit ecd5eeab38
5 changed files with 357 additions and 331 deletions

View File

@ -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 (