Skip to content

Commit

Permalink
fix: bump github.com/tommy-muehle/go-mnd/v2 to v2.3.1 (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 26, 2021
1 parent ea41793 commit 6c25d06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -64,7 +64,7 @@ require (
github.com/tetafro/godot v1.4.3
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
github.com/tomarrell/wrapcheck v0.0.0-20200807122107-df9e8bcb914d
github.com/tommy-muehle/go-mnd v1.3.1-0.20201008215730-16041ac3fe65
github.com/tommy-muehle/go-mnd/v2 v2.3.1
github.com/ultraware/funlen v0.0.3
github.com/ultraware/whitespace v0.0.4
github.com/uudashr/gocognit v1.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/golinters/gomnd.go
@@ -1,7 +1,7 @@
package golinters

import (
mnd "github.com/tommy-muehle/go-mnd"
mnd "github.com/tommy-muehle/go-mnd/v2"
"golang.org/x/tools/go/analysis"

"github.com/golangci/golangci-lint/pkg/config"
Expand Down

0 comments on commit 6c25d06

Please sign in to comment.