linters/go.mod

12 lines
232 B
Modula-2
Raw Normal View History

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