Skip to content

Commit

Permalink
Remove misleading help that mentioned dep
Browse files Browse the repository at this point in the history
dep is no longer used by the project (we use go mod instead); remove
the help test that suggests we will suggest it.
  • Loading branch information
justinsb committed Jan 13, 2021
1 parent 26d7b42 commit b1670d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pkg/plugins/golang/v2/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ Writes the following files:
- a Patch file for customizing image for manager manifests
- a Patch file for enabling prometheus metrics
- a main.go to run
project will prompt the user to run 'dep ensure' after writing the project files.
`
ctx.Examples = fmt.Sprintf(` # Scaffold a project using the apache2 license with "The Kubernetes authors" as owners
%s init --project-version=2 --domain example.org --license apache2 --owner "The Kubernetes authors"
Expand Down
2 changes: 0 additions & 2 deletions pkg/plugins/golang/v3/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ Writes the following files:
- a Patch file for customizing image for manager manifests
- a Patch file for enabling prometheus metrics
- a main.go to run
project will prompt the user to run 'dep ensure' after writing the project files.
`
ctx.Examples = fmt.Sprintf(` # Scaffold a project using the apache2 license with "The Kubernetes authors" as owners
%s init --project-version=2 --domain example.org --license apache2 --owner "The Kubernetes authors"
Expand Down

0 comments on commit b1670d8

Please sign in to comment.