[#26] go.mod: Update version
All checks were successful
Tests and linters / Lint (pull_request) Successful in 49s
Tests and linters / Staticcheck (pull_request) Successful in 53s
Tests and linters / Tests (pull_request) Successful in 1m1s
Tests and linters / Build lib (pull_request) Successful in 1m7s

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2024-11-11 10:12:59 +03:00
parent 007db8eff4
commit 0928da6b4f
Signed by: achuprov
GPG key ID: 2D916FFD803B0EDD
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.22
go 1.22.1
require (
github.com/mitchellh/mapstructure v1.5.0
golang.org/x/tools v0.24.0
golang.org/x/tools v0.27.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.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24=
golang.org/x/tools v0.24.0/go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ=
golang.org/x/tools v0.27.0 h1:qEKojBykQkQ4EynWy4S8Weg69NumxKdn40Fce3uc/8o=
golang.org/x/tools v0.27.0/go.mod h1:sUi0ZgbwW9ZPAq26Ekut+weQPR5eIM6GQLQ1Yjm1H0Q=