chore: removes colorization from search

Deprecates `mgutz/ansi` and removes colorization from search as a first
step toward improving the functionality.
This commit is contained in:
Chris Lane
2020-02-15 10:01:44 -05:00
parent 3e4c1818a9
commit e0c35a74d4
18 changed files with 2 additions and 1632 deletions

1
go.mod
View File

@@ -7,7 +7,6 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/mattn/go-isatty v0.0.12
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/mitchellh/go-homedir v1.1.0
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v2 v2.2.8