linters/go.mod
Dmitrii Stepanov 6cb26575c0
All checks were successful
Tests and linters / Tests (pull_request) Successful in 54s
Tests and linters / Lint (pull_request) Successful in 1m3s
Tests and linters / Build lib (pull_request) Successful in 1m21s
Tests and linters / Staticcheck (pull_request) Successful in 1m10s
[#12] go.mod: Update tools version
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2023-12-11 13:31:29 +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.14.0
)