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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-08-23 20:59:18 +02:00
committed by GitHub
parent 6a6997f990
commit 069e83d6b9
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.2.0
honnef.co/go/tools v0.2.1
)