linters/go.mod

9 lines
137 B
Modula-2
Raw Permalink Normal View History

2023-07-18 08:16:27 +00:00
module git.frostfs.info/TrueCloudLab/linters
go 1.20
2023-07-18 08:16:27 +00:00
require (
github.com/mitchellh/mapstructure v1.5.0
golang.org/x/tools v0.12.0
2023-07-18 08:16:27 +00:00
)