Skip to content

Commit 4ed2bfc

Browse files
committed
Revert "Add counterfeiter"
This reverts commit 096f30a.
1 parent 8423de7 commit 4ed2bfc

File tree

6 files changed

+9
-804
lines changed

6 files changed

+9
-804
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)