Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
remove dependency on krew
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Oct 5, 2019
1 parent 7fb5268 commit d14375c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 239 deletions.
9 changes: 0 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pkg/krew/krew.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

"github.com/google/go-github/github"
"github.com/sirupsen/logrus"
"sigs.k8s.io/krew/pkg/constants"
)

//UpdatePluginManifest updates the manifest with latest release info
Expand Down Expand Up @@ -67,5 +66,5 @@ func processPluginTemplate(templateFile string, releaseInfo *github.RepositoryRe

//PluginFileName returns the plugin file with extension
func PluginFileName(name string) string {
return fmt.Sprintf("%s%s", name, constants.ManifestExtension)
return fmt.Sprintf("%s%s", name, ".yaml")
}
202 changes: 0 additions & 202 deletions vendor/sigs.k8s.io/krew/LICENSE

This file was deleted.

25 changes: 0 additions & 25 deletions vendor/sigs.k8s.io/krew/pkg/constants/constants.go

This file was deleted.

This file was deleted.

0 comments on commit d14375c

Please sign in to comment.