wire: improve color output to term by using fatih/color (#186)
This commit is contained in:
2
go.mod
2
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user