Revert "Add counterfeiter"

This reverts commit 096f30a319.
This commit is contained in:
Sam Coe 2021-06-22 13:55:30 -07:00
parent 8423de7f50
commit 4ed2bfc4a0
No known key found for this signature in database
GPG key ID: 8E322C20F811D086
6 changed files with 9 additions and 804 deletions

4
go.mod
View file

@ -22,7 +22,6 @@ require (
github.com/mattn/go-colorable v0.1.8
github.com/mattn/go-isatty v0.0.12
github.com/mattn/go-runewidth v0.0.10
github.com/maxbrunsfeld/counterfeiter/v6 v6.4.1
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/mitchellh/go-homedir v1.1.0
github.com/muesli/termenv v0.8.1
@ -33,9 +32,10 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed
golang.org/x/text v0.3.4 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)