[#23] go.mod: Update version
All checks were successful
Tests and linters / Tests (pull_request) Successful in 44s
Tests and linters / Build lib (pull_request) Successful in 50s
Tests and linters / Staticcheck (pull_request) Successful in 59s
Tests and linters / Lint (pull_request) Successful in 2m42s

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2024-07-29 17:43:07 +03:00
parent ec63f386a7
commit 9ea0089703
2 changed files with 4 additions and 4 deletions

4
go.mod
View file

@ -1,8 +1,8 @@
module git.frostfs.info/TrueCloudLab/linters
go 1.20
go 1.21
require (
github.com/mitchellh/mapstructure v1.5.0
golang.org/x/tools v0.17.0
golang.org/x/tools v0.22.0
)

4
go.sum
View file

@ -1,4 +1,4 @@
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
golang.org/x/tools v0.17.0 h1:FvmRgNOcs3kOa+T20R1uhfP9F6HgG2mfxDv1vrx1Htc=
golang.org/x/tools v0.17.0/go.mod h1:xsh6VxdV005rRVaS6SSAf9oiAqljS7UZUacMZ8Bnsps=
golang.org/x/tools v0.22.0 h1:gqSGLZqv+AI9lIQzniJ0nZDRG5GBPsSi+DRNHWNz6yA=
golang.org/x/tools v0.22.0/go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c=