Skip to content

Commit ae75d43

Browse files
🌱 Bump github.com/golangci/golangci-lint in /tools (#2331)
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.48.0 to 1.50.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.48.0...v1.50.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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4d97f9 commit ae75d43

File tree

2 files changed

+87
-67
lines changed

2 files changed

+87
-67
lines changed

tools/go.mod

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
require (
66
github.com/golang/mock v1.6.0
7-
github.com/golangci/golangci-lint v1.48.0
7+
github.com/golangci/golangci-lint v1.50.0
88
github.com/google/addlicense v1.0.0
99
github.com/google/ko v0.11.3-0.20220812194550-f9b4471f654a
1010
github.com/goreleaser/goreleaser v1.10.3
@@ -21,6 +21,7 @@ require (
2121
cloud.google.com/go/kms v1.4.0 // indirect
2222
cloud.google.com/go/storage v1.25.0 // indirect
2323
code.gitea.io/sdk/gitea v0.15.1 // indirect
24+
github.com/Abirdcfly/dupword v0.0.7 // indirect
2425
github.com/AlekSi/pointer v1.2.0 // indirect
2526
github.com/Antonboom/errname v0.1.7 // indirect
2627
github.com/Antonboom/nilnil v0.1.1 // indirect
@@ -42,13 +43,13 @@ require (
4243
github.com/DisgoOrg/log v1.1.3 // indirect
4344
github.com/DisgoOrg/restclient v1.2.8 // indirect
4445
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
45-
github.com/GaijinEntertainment/go-exhaustruct/v2 v2.2.2 // indirect
46+
github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 // indirect
4647
github.com/Masterminds/goutils v1.1.1 // indirect
4748
github.com/Masterminds/semver v1.5.0 // indirect
4849
github.com/Masterminds/semver/v3 v3.1.1 // indirect
4950
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
5051
github.com/Microsoft/go-winio v0.5.2 // indirect
51-
github.com/OpenPeeDeeP/depguard v1.1.0 // indirect
52+
github.com/OpenPeeDeeP/depguard v1.1.1 // indirect
5253
github.com/ProtonMail/go-crypto v0.0.0-20220812142511-0d231b687066 // indirect
5354
github.com/acomagu/bufpipe v1.0.3 // indirect
5455
github.com/alessio/shellescape v1.4.1 // indirect
@@ -107,7 +108,8 @@ require (
107108
github.com/cloudflare/circl v1.2.0 // indirect
108109
github.com/containerd/stargz-snapshotter/estargz v0.12.0 // indirect
109110
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
110-
github.com/daixiang0/gci v0.6.3 // indirect
111+
github.com/curioswitch/go-reassign v0.2.0 // indirect
112+
github.com/daixiang0/gci v0.8.0 // indirect
111113
github.com/davecgh/go-spew v1.1.1 // indirect
112114
github.com/denis-tingaikin/go-header v0.4.3 // indirect
113115
github.com/dghubble/go-twitter v0.0.0-20220716041154-837915ec2f79 // indirect
@@ -130,7 +132,7 @@ require (
130132
github.com/firefart/nonamedreturns v1.0.4 // indirect
131133
github.com/fsnotify/fsnotify v1.5.4 // indirect
132134
github.com/fzipp/gocyclo v0.6.0 // indirect
133-
github.com/go-critic/go-critic v0.6.4 // indirect
135+
github.com/go-critic/go-critic v0.6.5 // indirect
134136
github.com/go-git/gcfg v1.5.0 // indirect
135137
github.com/go-git/go-billy/v5 v5.3.1 // indirect
136138
github.com/go-git/go-git/v5 v5.4.2 // indirect
@@ -148,8 +150,8 @@ require (
148150
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
149151
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
150152
github.com/go-toolsmith/astcast v1.0.0 // indirect
151-
github.com/go-toolsmith/astcopy v1.0.1 // indirect
152-
github.com/go-toolsmith/astequal v1.0.2 // indirect
153+
github.com/go-toolsmith/astcopy v1.0.2 // indirect
154+
github.com/go-toolsmith/astequal v1.0.3 // indirect
153155
github.com/go-toolsmith/astfmt v1.0.0 // indirect
154156
github.com/go-toolsmith/astp v1.0.0 // indirect
155157
github.com/go-toolsmith/strparse v1.0.0 // indirect
@@ -164,7 +166,7 @@ require (
164166
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 // indirect
165167
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect
166168
github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe // indirect
167-
github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a // indirect
169+
github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2 // indirect
168170
github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 // indirect
169171
github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca // indirect
170172
github.com/golangci/misspell v0.3.5 // indirect
@@ -211,6 +213,7 @@ require (
211213
github.com/kevinburke/ssh_config v1.2.0 // indirect
212214
github.com/kisielk/errcheck v1.6.2 // indirect
213215
github.com/kisielk/gotool v1.0.0 // indirect
216+
github.com/kkHAIKE/contextcheck v1.1.2 // indirect
214217
github.com/klauspost/compress v1.15.9 // indirect
215218
github.com/klauspost/pgzip v1.2.5 // indirect
216219
github.com/kulti/thelper v0.6.3 // indirect
@@ -224,15 +227,16 @@ require (
224227
github.com/lufeee/execinquery v1.2.1 // indirect
225228
github.com/magiconair/properties v1.8.6 // indirect
226229
github.com/mailru/easyjson v0.7.7 // indirect
230+
github.com/maratori/testableexamples v1.0.0 // indirect
227231
github.com/maratori/testpackage v1.1.0 // indirect
228232
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // indirect
229-
github.com/mattn/go-colorable v0.1.12 // indirect
233+
github.com/mattn/go-colorable v0.1.13 // indirect
230234
github.com/mattn/go-ieproxy v0.0.7 // indirect
231-
github.com/mattn/go-isatty v0.0.14 // indirect
235+
github.com/mattn/go-isatty v0.0.16 // indirect
232236
github.com/mattn/go-runewidth v0.0.13 // indirect
233237
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
234238
github.com/mbilski/exhaustivestruct v1.2.0 // indirect
235-
github.com/mgechev/revive v1.2.3 // indirect
239+
github.com/mgechev/revive v1.2.4 // indirect
236240
github.com/mitchellh/copystructure v1.2.0 // indirect
237241
github.com/mitchellh/go-homedir v1.1.0 // indirect
238242
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -246,7 +250,7 @@ require (
246250
github.com/muesli/termenv v0.12.1-0.20220615005108-4e9068de9898 // indirect
247251
github.com/nakabonne/nestif v0.3.1 // indirect
248252
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
249-
github.com/nishanths/exhaustive v0.8.1 // indirect
253+
github.com/nishanths/exhaustive v0.8.3 // indirect
250254
github.com/nishanths/predeclared v0.2.2 // indirect
251255
github.com/oklog/ulid v1.3.1 // indirect
252256
github.com/olekukonko/tablewriter v0.0.5 // indirect
@@ -257,22 +261,23 @@ require (
257261
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
258262
github.com/pkg/errors v0.9.1 // indirect
259263
github.com/pmezard/go-difflib v1.0.0 // indirect
260-
github.com/polyfloyd/go-errorlint v1.0.2 // indirect
264+
github.com/polyfloyd/go-errorlint v1.0.5 // indirect
261265
github.com/prometheus/client_golang v1.13.0 // indirect
262266
github.com/prometheus/client_model v0.2.0 // indirect
263267
github.com/prometheus/common v0.37.0 // indirect
264268
github.com/prometheus/procfs v0.8.0 // indirect
265-
github.com/quasilyte/go-ruleguard v0.3.17 // indirect
266-
github.com/quasilyte/gogrep v0.0.0-20220429205452-5e2753ee08f9 // indirect
269+
github.com/quasilyte/go-ruleguard v0.3.18 // indirect
270+
github.com/quasilyte/gogrep v0.0.0-20220828223005-86e4605de09f // indirect
267271
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
268272
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
269273
github.com/rivo/uniseg v0.3.4 // indirect
270274
github.com/russross/blackfriday/v2 v2.1.0 // indirect
271275
github.com/ryancurrah/gomodguard v1.2.4 // indirect
272276
github.com/ryanrolds/sqlclosecheck v0.3.0 // indirect
273277
github.com/sanposhiho/wastedassign/v2 v2.0.7 // indirect
274-
github.com/sashamelentyev/usestdlibvars v1.10.0 // indirect
275-
github.com/securego/gosec/v2 v2.12.0 // indirect
278+
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
279+
github.com/sashamelentyev/usestdlibvars v1.20.0 // indirect
280+
github.com/securego/gosec/v2 v2.13.1 // indirect
276281
github.com/sergi/go-diff v1.2.0 // indirect
277282
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect
278283
github.com/sigstore/cosign v1.12.0 // indirect
@@ -296,12 +301,12 @@ require (
296301
github.com/stretchr/objx v0.4.0 // indirect
297302
github.com/stretchr/testify v1.8.0 // indirect
298303
github.com/subosito/gotenv v1.4.1 // indirect
299-
github.com/sylvia7788/contextcheck v1.0.5 // indirect
300304
github.com/tdakkota/asciicheck v0.1.1 // indirect
301305
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
302306
github.com/tetafro/godot v1.4.11 // indirect
303307
github.com/theupdateframework/go-tuf v0.5.0 // indirect
304308
github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 // indirect
309+
github.com/timonwong/loggercheck v0.9.3 // indirect
305310
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
306311
github.com/tomarrell/wrapcheck/v2 v2.6.2 // indirect
307312
github.com/tommy-muehle/go-mnd/v2 v2.5.0 // indirect
@@ -324,12 +329,13 @@ require (
324329
go.uber.org/zap v1.22.0 // indirect
325330
gocloud.dev v0.26.0 // indirect
326331
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
327-
golang.org/x/exp/typeparams v0.0.0-20220722155223-a9213eeb770e // indirect
332+
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
333+
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect
328334
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
329335
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
330336
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
331-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
332-
golang.org/x/sys v0.0.0-20220907062415-87db552b00fd // indirect
337+
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect
338+
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
333339
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
334340
golang.org/x/text v0.3.8-0.20211004125949-5bd84dd9b33b // indirect
335341
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
@@ -350,7 +356,7 @@ require (
350356
k8s.io/apimachinery v0.24.3 // indirect
351357
k8s.io/klog/v2 v2.70.1 // indirect
352358
k8s.io/utils v0.0.0-20220812165043-ad590609e2e5 // indirect
353-
mvdan.cc/gofumpt v0.3.1 // indirect
359+
mvdan.cc/gofumpt v0.4.0 // indirect
354360
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect
355361
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
356362
mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 // indirect

0 commit comments

Comments
 (0)