linters/go.mod
Alexander Chuprov 628ee422df
All checks were successful
Tests and linters / Lint (pull_request) Successful in 36s
Tests and linters / Tests (pull_request) Successful in 1m1s
Tests and linters / Staticcheck (pull_request) Successful in 1m0s
Tests and linters / Build lib (pull_request) Successful in 1m7s
[#26] go.mod: Update version
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
2024-11-11 21:12:04 +03:00

8 lines
139 B
Modula-2

module git.frostfs.info/TrueCloudLab/linters
go 1.22.0
require (
github.com/mitchellh/mapstructure v1.5.0
golang.org/x/tools v0.27.0
)