fix(deps): update module golang.org/x/tools to v0.2.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-26 15:19:37 +00:00
parent a2207b25e3
commit ffc9403000
2 changed files with 19 additions and 1 deletions

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.14
require (
github.com/pmezard/go-difflib v1.0.0
golang.org/x/tools v0.1.10
golang.org/x/tools v0.2.0
)