Run gofmt
This commit is contained in:
parent
42c5599305
commit
c9dfd408b7
@ -316,7 +316,7 @@ const (
|
||||
|
||||
// CertificateACMEStatus holds the status for an ACME issuer
|
||||
type CertificateACMEStatus struct {
|
||||
Order ACMEOrderStatus `json:"order"`
|
||||
Order ACMEOrderStatus `json:"order"`
|
||||
}
|
||||
|
||||
type ACMEOrderStatus struct {
|
||||
|
||||
@ -2,8 +2,8 @@ package acme
|
||||
|
||||
import (
|
||||
"github.com/jetstack/cert-manager/pkg/apis/certmanager/v1alpha1"
|
||||
"github.com/jetstack/cert-manager/third_party/crypto/acme"
|
||||
"github.com/jetstack/cert-manager/pkg/util/pki"
|
||||
"github.com/jetstack/cert-manager/third_party/crypto/acme"
|
||||
)
|
||||
|
||||
// This file includes some utility functions that can be used throughout the
|
||||
|
||||
Loading…
Reference in New Issue
Block a user