Use always go.step.sm/crypto

This commit is contained in:
Mariano Cano 2020-08-14 15:33:50 -07:00
parent 533ad0ca20
commit d30a95236d
40 changed files with 70 additions and 60 deletions

View file

@ -16,9 +16,9 @@ import (
"github.com/smallstep/certificates/kms/apiv1"
"github.com/smallstep/certificates/kms/awskms"
"github.com/smallstep/cli/crypto/pemutil"
"github.com/smallstep/cli/ui"
"github.com/smallstep/cli/utils"
"go.step.sm/crypto/pemutil"
"golang.org/x/crypto/ssh"
)