Skip to content

Commit 6c25d06

Browse files
authored
fix: bump github.com/tommy-muehle/go-mnd/v2 to v2.3.1 (#1667)
1 parent ea41793 commit 6c25d06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require (
6464
github.com/tetafro/godot v1.4.3
6565
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
6666
github.com/tomarrell/wrapcheck v0.0.0-20200807122107-df9e8bcb914d
67-
github.com/tommy-muehle/go-mnd v1.3.1-0.20201008215730-16041ac3fe65
67+
github.com/tommy-muehle/go-mnd/v2 v2.3.1
6868
github.com/ultraware/funlen v0.0.3
6969
github.com/ultraware/whitespace v0.0.4
7070
github.com/uudashr/gocognit v1.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/gomnd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package golinters
22

33
import (
4-
mnd "github.com/tommy-muehle/go-mnd"
4+
mnd "github.com/tommy-muehle/go-mnd/v2"
55
"golang.org/x/tools/go/analysis"
66

77
"github.com/golangci/golangci-lint/pkg/config"

0 commit comments

Comments
 (0)