ca: fixed import statement order

This commit is contained in:
Panagiotis Siatras 2022-03-18 18:48:43 +02:00
parent df89ed5acb
commit e6b2359273
No known key found for this signature in database
GPG key ID: 529695F03A572804

View file

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