all: update version of golang.org/x/tools (#122)

This commit is contained in:
Robert van Gent
2019-02-06 08:08:23 -08:00
committed by Ross Light
parent b1113bfdf1
commit dbfad100dd
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -3,5 +3,5 @@ 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-20181017214349-06f26fdaaa28
golang.org/x/tools v0.0.0-20190205201329-379209517ffe
)