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

@ -19,9 +19,9 @@ import (
"github.com/pkg/errors"
"github.com/smallstep/certificates/kms"
"github.com/smallstep/certificates/kms/apiv1"
"github.com/smallstep/cli/crypto/pemutil"
"github.com/smallstep/cli/ui"
"github.com/smallstep/cli/utils"
"go.step.sm/crypto/pemutil"
// Enable yubikey.
_ "github.com/smallstep/certificates/kms/yubikey"