Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 2cea091

Browse files
Bump github.com/golangci/golangci-lint from 1.60.3 to 1.61.0 in /build (#143)
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.60.3 to 1.61.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.60.3...v1.61.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e1fa65 commit 2cea091

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

build/go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.1
44

55
require (
66
github.com/client9/misspell v0.3.4
7-
github.com/golangci/golangci-lint v1.60.3
7+
github.com/golangci/golangci-lint v1.61.0
88
github.com/goyek/goyek/v2 v2.2.0
99
github.com/goyek/x v0.2.0
1010
)
@@ -13,15 +13,15 @@ require (
1313
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
1414
4d63.com/gochecknoglobals v0.2.1 // indirect
1515
github.com/4meepo/tagalign v1.3.4 // indirect
16-
github.com/Abirdcfly/dupword v0.0.14 // indirect
16+
github.com/Abirdcfly/dupword v0.1.1 // indirect
1717
github.com/Antonboom/errname v0.1.13 // indirect
1818
github.com/Antonboom/nilnil v0.1.9 // indirect
1919
github.com/Antonboom/testifylint v1.4.3 // indirect
2020
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
21-
github.com/Crocmagnon/fatcontext v0.4.0 // indirect
21+
github.com/Crocmagnon/fatcontext v0.5.2 // indirect
2222
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
2323
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 // indirect
24-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
24+
github.com/Masterminds/semver/v3 v3.3.0 // indirect
2525
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect
2626
github.com/alecthomas/go-check-sumtype v0.1.4 // indirect
2727
github.com/alexkohler/nakedret/v2 v2.0.4 // indirect
@@ -42,9 +42,9 @@ require (
4242
github.com/cespare/xxhash/v2 v2.1.2 // indirect
4343
github.com/charithe/durationcheck v0.0.10 // indirect
4444
github.com/chavacava/garif v0.1.0 // indirect
45-
github.com/ckaznocha/intrange v0.1.2 // indirect
45+
github.com/ckaznocha/intrange v0.2.0 // indirect
4646
github.com/curioswitch/go-reassign v0.2.0 // indirect
47-
github.com/daixiang0/gci v0.13.4 // indirect
47+
github.com/daixiang0/gci v0.13.5 // indirect
4848
github.com/davecgh/go-spew v1.1.1 // indirect
4949
github.com/denis-tingaikin/go-header v0.5.0 // indirect
5050
github.com/ettle/strcase v0.2.0 // indirect
@@ -62,7 +62,7 @@ require (
6262
github.com/go-toolsmith/astp v1.1.0 // indirect
6363
github.com/go-toolsmith/strparse v1.1.0 // indirect
6464
github.com/go-toolsmith/typep v1.1.0 // indirect
65-
github.com/go-viper/mapstructure/v2 v2.0.0 // indirect
65+
github.com/go-viper/mapstructure/v2 v2.1.0 // indirect
6666
github.com/go-xmlfmt/xmlfmt v1.1.2 // indirect
6767
github.com/gobwas/glob v0.2.3 // indirect
6868
github.com/gofrs/flock v0.12.1 // indirect
@@ -120,25 +120,25 @@ require (
120120
github.com/nunnatsa/ginkgolinter v0.16.2 // indirect
121121
github.com/olekukonko/tablewriter v0.0.5 // indirect
122122
github.com/pelletier/go-toml v1.9.5 // indirect
123-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
123+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
124124
github.com/pmezard/go-difflib v1.0.0 // indirect
125125
github.com/polyfloyd/go-errorlint v1.6.0 // indirect
126126
github.com/prometheus/client_golang v1.12.1 // indirect
127127
github.com/prometheus/client_model v0.2.0 // indirect
128128
github.com/prometheus/common v0.32.1 // indirect
129129
github.com/prometheus/procfs v0.7.3 // indirect
130-
github.com/quasilyte/go-ruleguard v0.4.2 // indirect
130+
github.com/quasilyte/go-ruleguard v0.4.3-0.20240823090925-0fe6f58b47b1 // indirect
131131
github.com/quasilyte/go-ruleguard/dsl v0.3.22 // indirect
132132
github.com/quasilyte/gogrep v0.5.0 // indirect
133133
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
134134
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
135-
github.com/ryancurrah/gomodguard v1.3.3 // indirect
135+
github.com/ryancurrah/gomodguard v1.3.5 // indirect
136136
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
137137
github.com/sanposhiho/wastedassign/v2 v2.0.7 // indirect
138138
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
139139
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
140140
github.com/sashamelentyev/usestdlibvars v1.27.0 // indirect
141-
github.com/securego/gosec/v2 v2.20.1-0.20240822074752-ab3f6c1c83a0 // indirect
141+
github.com/securego/gosec/v2 v2.21.2 // indirect
142142
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect
143143
github.com/sirupsen/logrus v1.9.3 // indirect
144144
github.com/sivchari/containedctx v1.0.3 // indirect
@@ -157,7 +157,7 @@ require (
157157
github.com/stretchr/testify v1.9.0 // indirect
158158
github.com/subosito/gotenv v1.4.1 // indirect
159159
github.com/tdakkota/asciicheck v0.2.0 // indirect
160-
github.com/tetafro/godot v1.4.16 // indirect
160+
github.com/tetafro/godot v1.4.17 // indirect
161161
github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 // indirect
162162
github.com/timonwong/loggercheck v0.9.4 // indirect
163163
github.com/tomarrell/wrapcheck/v2 v2.9.0 // indirect
@@ -176,12 +176,12 @@ require (
176176
go.uber.org/automaxprocs v1.5.3 // indirect
177177
go.uber.org/multierr v1.6.0 // indirect
178178
go.uber.org/zap v1.24.0 // indirect
179-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
179+
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
180180
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect
181-
golang.org/x/mod v0.20.0 // indirect
181+
golang.org/x/mod v0.21.0 // indirect
182182
golang.org/x/sync v0.8.0 // indirect
183-
golang.org/x/sys v0.23.0 // indirect
184-
golang.org/x/text v0.17.0 // indirect
183+
golang.org/x/sys v0.25.0 // indirect
184+
golang.org/x/text v0.18.0 // indirect
185185
golang.org/x/tools v0.24.0 // indirect
186186
google.golang.org/protobuf v1.34.2 // indirect
187187
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)