8000 build(deps): bump github.com/ashanbrown/makezero from 1.2.0 to 2.0.1 … · golangci/golangci-lint@e905d80 · GitHub
[go: up one dir, main page]

Skip to content

Commit e905d80

Browse files
authored
build(deps): bump github.com/ashanbrown/makezero from 1.2.0 to 2.0.1 (#5782)
1 parent 4af8bfc commit e905d80

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/alingse/asasalint v0.0.11
2222
github.com/alingse/nilnesserr v0.2.0
2323
github.com/ashanbrown/forbidigo v1.6.0
24-
github.com/ashanbrown/makezero v1.2.0
24+
github.com/ashanbrown/makezero/v2 v2.0.1
2525
github.com/bkielbasa/cyclop v1.2.3
2626
github.com/blizzy78/varnamelen v0.8.0
2727
github.com/bombsimon/wsl/v4 v4.7.0

go.sum

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

pkg/golinters/makezero/makezero.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package makezero
33
import (
44
"fmt"
55

6-
"github.com/ashanbrown/makezero/makezero"
6+
"github.com/ashanbrown/makezero/v2/makezero"
77
"golang.org/x/tools/go/analysis"
88

99
"github.com/golangci/golangci-lint/v2/pkg/config"

0 commit comments

Comments
 (0)
0