1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-28 08:49:11 +02:00

chore(deps): update golang.org/x/tools commit hash to da514ac (#154)

This commit is contained in:
renovate[bot] 2019-06-18 10:30:25 -07:00 committed by Minko Gechev
parent 6b655960fa
commit f399fe4409
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -10,5 +10,5 @@ require (
github.com/olekukonko/tablewriter v0.0.1
github.com/pkg/errors v0.8.1
golang.org/x/sys v0.0.0-20190616132722-15dcb6c0061f // indirect
golang.org/x/tools v0.0.0-20190617174016-6fea9ef05e7a
golang.org/x/tools v0.0.0-20190617192825-da514acc4774
)

2
go.sum
View File

@ -63,3 +63,5 @@ golang.org/x/tools v0.0.0-20190614215004-5aca471b1d59 h1:rBGSbLsDaYExWFDBn79o7jc
golang.org/x/tools v0.0.0-20190614215004-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
golang.org/x/tools v0.0.0-20190617174016-6fea9ef05e7a h1:gdHr3XuwwcWiVcNwFFdaMAXkLC9SGW3+yn63Pol+wL0=
golang.org/x/tools v0.0.0-20190617174016-6fea9ef05e7a/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
golang.org/x/tools v0.0.0-20190617192825-da514acc4774 h1:hL3a3nRZsZm7FQGehfRB1w5y8mbrLyMSAgki4j0z3I0=
golang.org/x/tools v0.0.0-20190617192825-da514acc4774/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=