Skip to content

Commit 2e75446

Browse files
committed
build(deps): bump github.com/ashanbrown/makezero from 1.2.0 to 2.0.1
1 parent af60e9f commit 2e75446

File tree

3 files changed

+15
-20
lines changed

3 files changed

+15
-20
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
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
@@ -129,8 +129,8 @@ require (
129129
go.augendre.info/fatcontext v0.8.0
130130
go.uber.org/automaxprocs v1.6.0
131131
golang.org/x/mod v0.24.0
132-
golang.org/x/sys v0.32.0
133-
golang.org/x/tools v0.32.0
132+
golang.org/x/sys v0.33.0
133+
golang.org/x/tools v0.33.0
134134
gopkg.in/yaml.v3 v3.0.1
135135
honnef.co/go/tools v0.6.1
136136
mvdan.cc/gofumpt v0.8.0
@@ -209,7 +209,7 @@ require (
209209
go.uber.org/zap v1.24.0 // indirect
210210
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
211211
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
212-
golang.org/x/sync v0.13.0 // indirect
212+
golang.org/x/sync v0.14.0 // indirect
213213
golang.org/x/text v0.24.0 // indirect
214214
google.golang.org/protobuf v1.36.6 // indirect
215215
gopkg.in/ini.v1 v1.67.0 // indirect

go.sum

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

pkg/golinters/makezero/makezero.go

Lines changed: 1 addition & 1 deletion
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)