diff --git a/go.mod b/go.mod index 5487e9a..036d830 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,8 @@ module git.frostfs.info/TrueCloudLab/linters -go 1.19 - -require golang.org/x/tools v0.9.3 +go 1.20 require ( - github.com/mitchellh/mapstructure v1.5.0 // indirect - golang.org/x/mod v0.12.0 // indirect - golang.org/x/sys v0.10.0 // indirect + github.com/mitchellh/mapstructure v1.5.0 + golang.org/x/tools v0.12.0 )