From e6b235927314e952e3841c9d655aacb6ce868c16 Mon Sep 17 00:00:00 2001 From: Panagiotis Siatras Date: Fri, 18 Mar 2022 18:48:43 +0200 Subject: [PATCH] ca: fixed import statement order --- ca/client_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ca/client_test.go b/ca/client_test.go index 794d0e35..4628d19b 100644 --- a/ca/client_test.go +++ b/ca/client_test.go @@ -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"