linters/go.mod
Alexander Chuprov 0928da6b4f
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
[#26] go.mod: Update version
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
2024-11-11 10:12:59 +03:00

8 lines
139 B
Modula-2

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