Skip to content

Commit f50c6b9

Browse files
authored
chore: upgrade cobra-extension (#4)
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
1 parent 436d938 commit f50c6b9

File tree

3 files changed

+230
-42
lines changed

3 files changed

+230
-42
lines changed

go.mod

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@ module github.com/linuxsuren/go-cli-plugin
33
go 1.15
44

55
require (
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
)

0 commit comments

Comments
 (0)