Skip to content

Commit 51917b7

Browse files
committed
Add missing dependencies to vendor, and fix generation imports
Signed-off-by: Daniel Nephin <dnephin@docker.com>
1 parent 3ef3474 commit 51917b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

man/generate.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"os"
88
"path/filepath"
99

10-
"github.com/docker/docker/cli/command"
11-
"github.com/docker/docker/cli/command/commands"
10+
"github.com/docker/cli/cli/command"
11+
"github.com/docker/cli/cli/command/commands"
1212
"github.com/docker/docker/pkg/term"
1313
"github.com/spf13/cobra"
1414
"github.com/spf13/cobra/doc"

0 commit comments

Comments
 (0)