Skip to content

Commit

Permalink
Bump cobra to 1.6.1, replace completion command
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-frank committed Jul 11, 2021
1 parent 7f949ae commit c827c4a
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 173 deletions.
75 changes: 0 additions & 75 deletions cmd/completion.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/root.go
Expand Up @@ -53,7 +53,6 @@ func init() {
rootCmd.AddCommand(newMessageCmd().cmd)
rootCmd.AddCommand(newMessageAttemptCmd().cmd)
rootCmd.AddCommand(newVerifyCmd().cmd)
rootCmd.AddCommand(newCompletionCmd().cmd)
rootCmd.AddCommand(newOpenCmd().cmd)
rootCmd.AddCommand(newListenCmd().cmd)
}
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -9,8 +9,8 @@ require (
github.com/manifoldco/promptui v0.8.0
github.com/mitchellh/go-homedir v1.1.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/svix/svix-libs v0.18.0
github.com/tidwall/pretty v1.1.1
)

0 comments on commit c827c4a

Please sign in to comment.