File tree Expand file tree Collapse file tree 3 files changed +230
-42
lines changed Expand file tree Collapse file tree 3 files changed +230
-42
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,12 @@ module github.com/linuxsuren/go-cli-plugin
33go 1.15
44
55require (
6- github.com/gosuri/uilive v0.0.3 // indirect
7- github.com/gosuri/uiprogress v0.0.1
8- github.com/linuxsuren/cobra-extension v0.0.10
9- github.com/linuxsuren/http-downloader v0.0.10
10- github.com/mattn/go-isatty v0.0.12 // indirect
6+ github.com/linuxsuren/cobra-extension v0.0.16
7+ github.com/linuxsuren/http-downloader v0.0.23
118 github.com/mitchellh/go-homedir v1.1.0
129 github.com/pkg/errors v0.9.1
13- github.com/spf13/cobra v1.1.1
10+ github.com/spf13/cobra v1.1.3
1411 golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
15- golang.org/x/text v0.3.4 // indirect
1612 gopkg.in/src-d/go-git.v4 v4.13.1
1713 gopkg.in/yaml.v2 v2.4.0
1814)
You can’t perform that action at this time.
0 commit comments