We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea41793 commit 6c25d06Copy full SHA for 6c25d06
go.mod
@@ -64,7 +64,7 @@ require (
64
github.com/tetafro/godot v1.4.3
65
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
66
github.com/tomarrell/wrapcheck v0.0.0-20200807122107-df9e8bcb914d
67
- github.com/tommy-muehle/go-mnd v1.3.1-0.20201008215730-16041ac3fe65
+ github.com/tommy-muehle/go-mnd/v2 v2.3.1
68
github.com/ultraware/funlen v0.0.3
69
github.com/ultraware/whitespace v0.0.4
70
github.com/uudashr/gocognit v1.0.1
go.sum
pkg/golinters/gomnd.go
@@ -1,7 +1,7 @@
1
package golinters
2
3
import (
4
- mnd "github.com/tommy-muehle/go-mnd"
+ mnd "github.com/tommy-muehle/go-mnd/v2"
5
"golang.org/x/tools/go/analysis"
6
7
"github.com/golangci/golangci-lint/pkg/config"
0 commit comments