go.mod: update to latest version of golang.org/x/tools (#156)

This commit is contained in:
Robert van Gent
2019-04-23 09:43:42 -07:00
committed by Ross Light
parent e9e631cd71
commit 63cf8b9f27
2 changed files with 15 additions and 1 deletions

5
go.mod
View File

@@ -3,5 +3,8 @@ module github.com/google/wire
require (
github.com/google/go-cmp v0.2.0
github.com/pmezard/go-difflib v1.0.0
golang.org/x/tools v0.0.0-20190205201329-379209517ffe
golang.org/x/crypto v0.0.0-20190422183909-d864b10871cd // indirect
golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 // indirect
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
golang.org/x/tools v0.0.0-20190422233926-fe54fb35175b
)