Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support fish shell completion #3231

Merged
merged 6 commits into from Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelogs/unreleased/3231-jenting
@@ -0,0 +1 @@
Support fish shell completion
3 changes: 2 additions & 1 deletion go.mod
Expand Up @@ -3,7 +3,6 @@ module github.com/vmware-tanzu/velero
go 1.15

require (
cloud.google.com/go v0.46.2 // indirect
github.com/Azure/azure-sdk-for-go v42.0.0+incompatible
github.com/Azure/go-autorest/autorest v0.9.6
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
Expand Down Expand Up @@ -86,3 +85,5 @@ replace k8s.io/metrics => k8s.io/metrics v0.18.4
replace k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.18.4

replace k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.18.4

replace github.com/spf13/cobra v0.0.7 => github.com/spf13/cobra v1.1.1
jenting marked this conversation as resolved.
Show resolved Hide resolved