linters/go.mod
Alexander Chuprov 9ea0089703
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
[#23] go.mod: Update version
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
2024-07-29 17:43:07 +03:00

8 lines
137 B
Modula-2

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