You've already forked step-ca-cli
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user