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

+1-1
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/gomnd.go

+1-1
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)