forked from TrueCloudLab/certificates
ca: fixed import statement order
This commit is contained in:
parent
df89ed5acb
commit
e6b2359273
1 changed files with 2 additions and 1 deletions
|
@ -17,9 +17,10 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
"go.step.sm/crypto/x509util"
|
||||
"golang.org/x/crypto/ssh"
|
||||
|
||||
"go.step.sm/crypto/x509util"
|
||||
|
||||
"github.com/smallstep/assert"
|
||||
"github.com/smallstep/certificates/api"
|
||||
"github.com/smallstep/certificates/api/read"
|
||||
|
|
Loading…
Reference in a new issue