Skip to content

Commit

Permalink
Bump cobra to 1.3.0, replace completion command (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-frank committed Dec 15, 2021
1 parent d8315aa commit f08d512
Show file tree
Hide file tree
Showing 4 changed files with 350 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
Original file line number Diff line number Diff line change
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)
rootCmd.AddCommand(newImportCmd().cmd)
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/fatih/color v1.7.0
github.com/fatih/color v1.13.0
github.com/gorilla/websocket v1.4.2
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.3.0
github.com/spf13/viper v1.10.0
github.com/svix/svix-libs v0.37.0
github.com/tidwall/pretty v1.1.1
)
Loading

0 comments on commit f08d512

Please sign in to comment.