diff --git a/pkg/prompt/prompt.go b/pkg/prompt/prompt.go index e33e4ac2b..36ac3ed62 100644 --- a/pkg/prompt/prompt.go +++ b/pkg/prompt/prompt.go @@ -192,15 +192,6 @@ func GetTagFromUser(repoName, projectName, reference string) string { return <-tag } -func GetTagNameFromUser() string { - repoName := make(chan string) - - go func() { - }() - - return <-repoName -} - func GetScannerIdFromUser() string { scannerId := make(chan string)