From 53ebdbb5903d05f32221e8773a9d4e014497ca5c 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/v3/init.go | 2 -- 1 file changed, 2 deletions(-) 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"