wire: improve color output to term by using fatih/color (#186)

This commit is contained in:
Robert van Gent
2019-05-29 11:46:31 -07:00
committed by GitHub
parent ed1f30e1e8
commit 89bcaa23b9
4 changed files with 20 additions and 12 deletions

2
go.mod
View File

@@ -1,8 +1,10 @@
module github.com/google/wire
require (
github.com/fatih/color v1.7.0
github.com/google/go-cmp v0.2.0
github.com/google/subcommands v1.0.1
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/pmezard/go-difflib v1.0.0
golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b
)