File tree Expand file tree Collapse file tree 6 files changed +9
-804
lines changed
Expand file tree Collapse file tree 6 files changed +9
-804
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ require (
2222 github.com/mattn/go-colorable v0.1.8
2323 github.com/mattn/go-isatty v0.0.12
2424 github.com/mattn/go-runewidth v0.0.10
25- github.com/maxbrunsfeld/counterfeiter/v6 v6.4.1
2625 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
2726 github.com/mitchellh/go-homedir v1.1.0
2827 github.com/muesli/termenv v0.8.1
@@ -33,9 +32,10 @@ require (
3332 github.com/spf13/pflag v1.0.5
3433 github.com/stretchr/testify v1.6.1
3534 golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
36- golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
35+ golang.org/x/sync v0.0.0-20190423024810-112230192c58
3736 golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
3837 golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
38+ golang.org/x/text v0.3.4 // indirect
3939 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
4040)
4141
You can’t perform that action at this time.
0 commit comments