all: remove unused dependencies (#228)

This commit is contained in:
Ahmed
2019-12-11 19:11:01 +01:00
committed by Ross Light
parent b730ad0fbf
commit 578b29ef42
2 changed files with 0 additions and 10 deletions

2
go.mod
View File

@@ -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
)