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