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

This commit is contained in:
2023-10-06 11:11:18 +00:00
parent e7936ebb48
commit b6ae5004ea
2 changed files with 9 additions and 3 deletions

6
go.mod
View File

@@ -4,10 +4,10 @@ go 1.19
require (
github.com/pmezard/go-difflib v1.0.0
golang.org/x/tools v0.12.0
golang.org/x/tools v0.14.0
)
require (
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)