Use go.step.sm/crypto/jose

Replace use of github.com/smallstep/cli/crypto with the new package
go.step.sm/crypto/jose.
This commit is contained in:
Mariano Cano 2020-08-24 14:44:11 -07:00
parent 32ba80f446
commit ba918100d0
53 changed files with 183 additions and 187 deletions

View file

@ -32,7 +32,7 @@ import (
"github.com/smallstep/certificates/errs"
"github.com/smallstep/certificates/logging"
"github.com/smallstep/certificates/templates"
"github.com/smallstep/cli/jose"
"go.step.sm/crypto/jose"
"golang.org/x/crypto/ssh"
)