From b1670d8382538e69c88f75e62ee90b0c808adc0d Mon Sep 17 00:00:00 2001 From: Justin SB Date: Wed, 13 Jan 2021 07:58:19 -0500 Subject: [PATCH] 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. --- pkg/plugins/golang/v2/init.go | 2 -- pkg/plugins/golang/v3/init.go | 2 -- 2 files changed, 4 deletions(-) diff --git a/pkg/plugins/golang/v2/init.go b/pkg/plugins/golang/v2/init.go index dd7e221f925..08b619493c3 100644 --- a/pkg/plugins/golang/v2/init.go +++ b/pkg/plugins/golang/v2/init.go @@ -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" diff --git a/pkg/plugins/golang/v3/init.go b/pkg/plugins/golang/v3/init.go index b3308e0ba32..c191dce6e9d 100644 --- a/pkg/plugins/golang/v3/init.go +++ b/pkg/plugins/golang/v3/init.go @@ -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"