Skip to content

Commit 6ca2b1a

Browse files
committed
chore: update dependencies
1 parent cf2f1f3 commit 6ca2b1a

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golangci/golangci-lint
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
4d63.com/gocheckcompilerdirectives v1.2.1
@@ -39,7 +39,7 @@ require (
3939
github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
4040
github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
4141
github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
42-
github.com/golangci/misspell v0.3.5
42+
github.com/golangci/misspell v0.4.0
4343
github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
4444
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
4545
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
@@ -112,7 +112,7 @@ require (
112112
gitlab.com/bosi/decorder v0.2.3
113113
golang.org/x/tools v0.5.0
114114
gopkg.in/yaml.v3 v3.0.1
115-
honnef.co/go/tools v0.3.3
115+
honnef.co/go/tools v0.4.0-0.dev.0.20221209223220-58c4d7e4b720
116116
mvdan.cc/gofumpt v0.4.0
117117
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
118118
mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
@@ -179,7 +179,7 @@ require (
179179
go.uber.org/multierr v1.6.0 // indirect
180180
go.uber.org/zap v1.17.0 // indirect
181181
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
182-
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect
182+
golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect
183183
golang.org/x/mod v0.7.0 // indirect
184184
golang.org/x/sync v0.1.0 // indirect
185185
golang.org/x/sys v0.4.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)