all: remove unused dependencies (#228)
This commit is contained in:
2
go.mod
2
go.mod
@@ -3,10 +3,8 @@ module github.com/google/wire
|
||||
go 1.12
|
||||
|
||||
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