Permalink
Please
sign in to comment.
Browse files
Migrate from glog to klog (#390)
Kubernetes ecosystem has moved to klog. This is more actively maintained than glog. We might find caveats and gotchas along the way, but seems to be working fine locally. Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
- Loading branch information
Showing
with
161 additions
and 154 deletions.
- +1 β1 cmd/generate-plugin-overview/go.mod
- +6 β0 cmd/generate-plugin-overview/go.sum
- +6 β6 cmd/krew/cmd/install.go
- +14 β11 cmd/krew/cmd/root.go
- +2 β2 cmd/krew/cmd/uninstall.go
- +2 β2 cmd/krew/cmd/update.go
- +3 β3 cmd/krew/cmd/upgrade.go
- +2 β2 cmd/krew/main.go
- +21 β21 cmd/validate-krew-manifest/main.go
- +1 β2 go.mod
- +3 β4 go.sum
- +2 β2 hack/verify-code-patterns.sh
- +12 β12 pkg/download/downloader.go
- +3 β3 pkg/download/fetch.go
- +2 β2 pkg/download/verifier.go
- +2 β2 pkg/environment/environment.go
- +3 β3 pkg/gitutil/git.go
- +4 β4 pkg/index/indexscanner/scanner.go
- +3 β3 pkg/info/info.go
- +23 β23 pkg/installation/install.go
- +16 β16 pkg/installation/move.go
- +3 β3 pkg/installation/platform.go
- +9 β9 pkg/installation/upgrade.go
- +3 β3 pkg/installation/util.go
- +13 β13 pkg/receiptsmigration/migration.go
- +2 β2 pkg/receiptsmigration/oldenvironment/environment.go

Oops, something went wrong.
0 comments on commit
51122e9