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