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

Format file.

This commit is contained in:
Mariano Cano
2019-09-16 16:23:28 -07:00
committed by max furman
parent 1c6a93b6e5
commit b9fe76b196

View File

@@ -9,14 +9,13 @@ import (
"fmt" "fmt"
"time" "time"
"github.com/smallstep/cli/crypto/sshutil"
"golang.org/x/crypto/ed25519"
"github.com/pkg/errors" "github.com/pkg/errors"
"github.com/smallstep/cli/command" "github.com/smallstep/cli/command"
"github.com/smallstep/cli/crypto/sshutil"
"github.com/smallstep/cli/errs" "github.com/smallstep/cli/errs"
"github.com/smallstep/cli/utils" "github.com/smallstep/cli/utils"
"github.com/urfave/cli" "github.com/urfave/cli"
"golang.org/x/crypto/ed25519"
"golang.org/x/crypto/ssh" "golang.org/x/crypto/ssh"
) )