Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
justinsb committed Jan 13, 2021
commit b1670d8382538e69c88f75e62ee90b0c808adc0d
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