fix(deps): update module golang.org/x/tools to v0.20.0
This commit is contained in:
7
go.mod
7
go.mod
@@ -4,10 +4,11 @@ go 1.19
|
||||
|
||||
require (
|
||||
github.com/pmezard/go-difflib v1.0.0
|
||||
golang.org/x/tools v0.17.0
|
||||
golang.org/x/tools v0.20.0
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/mod v0.14.0 // indirect
|
||||
golang.org/x/sys v0.14.0 // indirect
|
||||
golang.org/x/mod v0.17.0 // indirect
|
||||
golang.org/x/sync v0.7.0 // indirect
|
||||
golang.org/x/sys v0.19.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user