[#26] go.mod: Update version
All checks were successful
Tests and linters / Tests (pull_request) Successful in 2m42s
Tests and linters / Build lib (pull_request) Successful in 2m46s
Tests and linters / Lint (pull_request) Successful in 4m0s
Tests and linters / Staticcheck (pull_request) Successful in 4m7s

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2024-11-11 19:03:33 +03:00
parent 007db8eff4
commit 9cb5f1591f
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.0
require (
github.com/mitchellh/mapstructure v1.5.0
golang.org/x/tools v0.24.0
golang.org/x/tools v0.25.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.25.0 h1:oFU9pkj/iJgs+0DT+VMHrx+oBKs/LJMV+Uvg78sl+fE=
golang.org/x/tools v0.25.0/go.mod h1:/vtpO8WL1N9cQC3FN5zPqb//fRXskFHbLKk4OW1Q7rg=