Skip to content

Commit 3ad354c

Browse files
authored
Merge pull request #1945 from justinsb/no_more_dep
✨ Remove misleading help that mentioned dep
2 parents 26d7b42 + b1670d8 commit 3ad354c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pkg/plugins/golang/v2/init.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ Writes the following files:
6363
- a Patch file for customizing image for manager manifests
6464
- a Patch file for enabling prometheus metrics
6565
- a main.go to run
66-
67-
project will prompt the user to run 'dep ensure' after writing the project files.
6866
`
6967
ctx.Examples = fmt.Sprintf(` # Scaffold a project using the apache2 license with "The Kubernetes authors" as owners
7068
%s init --project-version=2 --domain example.org --license apache2 --owner "The Kubernetes authors"

pkg/plugins/golang/v3/init.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ Writes the following files:
6464
- a Patch file for customizing image for manager manifests
6565
- a Patch file for enabling prometheus metrics
6666
- a main.go to run
67-
68-
project will prompt the user to run 'dep ensure' after writing the project files.
6967
`
7068
ctx.Examples = fmt.Sprintf(` # Scaffold a project using the apache2 license with "The Kubernetes authors" as owners
7169
%s init --project-version=2 --domain example.org --license apache2 --owner "The Kubernetes authors"

0 commit comments

Comments
 (0)