1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

use "golang.org/x/net/context" instead of "context"

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
Andrew Hsu
2016-11-10 08:23:19 -08:00
parent c5fbdc8572
commit dc32cb6c77

View File

@@ -2,7 +2,6 @@ package swarm
import (
"bufio"
"context"
"fmt"
"io"
"strings"
@@ -13,6 +12,7 @@ import (
"github.com/docker/docker/api/types/swarm"
"github.com/docker/docker/cli"
"github.com/docker/docker/cli/command"
"golang.org/x/net/context"
)
func newUnlockCommand(dockerCli *command.DockerCli) *cobra.Command {