1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-09 03:22:43 +03:00

Use pemutil, randutil, and keyutil from go.step.sm/crypto

This commit is contained in:
Mariano Cano
2022-09-30 14:30:40 -07:00
parent d7a542f920
commit 116600896d
31 changed files with 85 additions and 79 deletions

View File

@@ -21,7 +21,6 @@ import (
"time"
"github.com/pkg/errors"
"github.com/smallstep/cli/crypto/randutil"
"github.com/smallstep/cli/exec"
"github.com/smallstep/cli/flags"
"github.com/smallstep/cli/jose"
@@ -29,6 +28,7 @@ import (
"github.com/urfave/cli"
"go.step.sm/cli-utils/command"
"go.step.sm/cli-utils/errs"
"go.step.sm/crypto/randutil"
)
// These are the OAuth2.0 client IDs from the Step CLI. This application is