Skip to content

Commit b1670d8

Browse files
committed
Remove misleading help that mentioned dep
dep is no longer used by the project (we use go mod instead); remove the help test that suggests we will suggest it.
1 parent 26d7b42 commit b1670d8

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)