linters/go.mod
Alexander Chuprov ed4e79b1aa
Some checks failed
Tests and linters / Staticcheck (pull_request) Failing after 46s
Tests and linters / Tests (pull_request) Failing after 3m7s
Tests and linters / Lint (pull_request) Failing after 5m52s
Tests and linters / Build lib (pull_request) Failing after 1m20s
[#7] Bump required go version to go1.20
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
2023-08-09 16:20:26 +03:00

8 lines
137 B
Modula-2

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