fix(deps): update module honnef.co/go/tools to v0.2.0 (#27)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-05-25 17:44:48 +02:00
committed by GitHub
parent 6f18dff4d9
commit 562ee26fda
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -13,5 +13,5 @@ require (
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
honnef.co/go/tools v0.1.4
honnef.co/go/tools v0.2.0
)