Update tools version #12

Merged
fyrchik merged 1 commit from dstepanov-yadro/linters:feat/tools_version_up into master 2023-12-12 07:17:41 +00:00
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -4,5 +4,5 @@ go 1.20
require (
github.com/mitchellh/mapstructure v1.5.0
golang.org/x/tools v0.12.0
golang.org/x/tools v0.14.0
)

2
go.sum
View file

@ -2,3 +2,5 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
golang.org/x/tools v0.12.0 h1:YW6HUoUmYBpwSgyaGaZq1fHjrBjX1rlpZ54T6mu2kss=
golang.org/x/tools v0.12.0/go.mod h1:Sc0INKfu04TlqNoRA1hgpFZbhYXHPr4V5DzpSBTPqQM=
golang.org/x/tools v0.14.0 h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=
golang.org/x/tools v0.14.0/go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg=