@@ -31,7 +31,7 @@ require (
31
31
github.com/firefart/nonamedreturns v1.0.4
32
32
github.com/fzipp/gocyclo v0.6.0
33
33
github.com/go-critic/go-critic v0.6.5
34
- github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
34
+ github.com/go-xmlfmt/xmlfmt v1.1.2
35
35
github.com/gofrs/flock v0.8.1
36
36
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
37
37
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
@@ -78,7 +78,7 @@ require (
78
78
github.com/pkg/errors v0.9.1
79
79
github.com/polyfloyd/go-errorlint v1.0.6
80
80
github.com/quasilyte/go-ruleguard/dsl v0.3.22
81
- github.com/ryancurrah/gomodguard v1.2.4
81
+ github.com/ryancurrah/gomodguard v1.3.0
82
82
github.com/ryanrolds/sqlclosecheck v0.3.0
83
83
github.com/sanposhiho/wastedassign/v2 v2.0.6
84
84
github.com/sashamelentyev/interfacebloat v1.1.0
@@ -154,7 +154,6 @@ require (
154
154
github.com/olekukonko/tablewriter v0.0.5 // indirect
155
155
github.com/pelletier/go-toml v1.9.5 // indirect
156
156
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
157
- github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
158
157
github.com/pmezard/go-difflib v1.0.0 // indirect
159
158
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
160
159
github.com/prometheus/client_golang v1.12.1 // indirect
@@ -171,6 +170,7 @@ require (
171
170
github.com/spf13/jwalterweatherman v1.1.0 // indirect
172
171
github.com/stretchr/objx v0.5.0 // indirect
173
172
github.com/subosito/gotenv v1.4.1 // indirect
173
+ github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect
174
174
github.com/tklauser/go-sysconf v0.3.11 // indirect
175
175
github.com/tklauser/numcpus v0.6.0 // indirect
176
176
github.com/valyala/bytebufferpool v1.0.0 // indirect
0 commit comments