Skip to content

Commit e759f8c

Browse files
committed
WIP: update dependencies
1 parent 29d0edf commit e759f8c

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ require (
3030
github.com/firefart/nonamedreturns v1.0.4
3131
github.com/fzipp/gocyclo v0.6.0
3232
github.com/go-critic/go-critic v0.6.5
33-
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
33+
github.com/go-xmlfmt/xmlfmt v1.1.2
3434
github.com/gofrs/flock v0.8.1
3535
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
3636
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
3737
github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
3838
github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
3939
github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
4040
github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
41-
github.com/golangci/misspell v0.3.5
41+
github.com/golangci/misspell v0.4.0
4242
github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
4343
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
4444
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
@@ -107,12 +107,12 @@ require (
107107
github.com/yagipy/maintidx v1.0.0
108108
github.com/yeya24/promlinter v0.2.0
109109
gitlab.com/bosi/decorder v0.2.3
110-
golang.org/x/tools v0.4.0
110+
golang.org/x/tools v0.4.1-0.20221208213631-3f74d914ae6d
111111
gopkg.in/yaml.v3 v3.0.1
112-
honnef.co/go/tools v0.3.3
112+
honnef.co/go/tools v0.4.0-0.dev.0.20221209223220-58c4d7e4b720
113113
mvdan.cc/gofumpt v0.4.0
114114
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
115-
mvdan.cc/unparam v0.0.0-20220706161116-678bad134442
115+
mvdan.cc/unparam v0.0.0-20221109083536-cac433cd1bcb
116116
)
117117

118118
require (
@@ -176,7 +176,7 @@ require (
176176
go.uber.org/multierr v1.6.0 // indirect
177177
go.uber.org/zap v1.17.0 // indirect
178178
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
179-
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect
179+
golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect
180180
golang.org/x/mod v0.7.0 // indirect
181181
golang.org/x/net v0.4.0 // indirect
182182
golang.org/x/sync v0.1.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)