1
1
module github.com/golangci/golangci-lint
2
2
3
- go 1.16
3
+ go 1.18
4
4
5
5
require (
6
6
4d63.com/gochecknoglobals v0.1.0
@@ -19,7 +19,7 @@ require (
19
19
github.com/breml/errchkjson v0.2.3
20
20
github.com/butuzov/ireturn v0.1.1
21
21
github.com/charithe/durationcheck v0.0.9
22
- github.com/daixiang0/gci v0.3.2
22
+ github.com/daixiang0/gci v0.3.3
23
23
github.com/denis-tingaikin/go-header v0.4.3
24
24
github.com/esimonov/ifshort v1.0.4
25
25
github.com/fatih/color v1.13.0
@@ -64,7 +64,6 @@ require (
64
64
github.com/nishanths/predeclared v0.2.1
65
65
github.com/pkg/errors v0.9.1
66
66
github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b
67
- github.com/prometheus/procfs v0.6.0 // indirect
68
67
github.com/quasilyte/go-ruleguard/dsl v0.3.17
69
68
github.com/ryancurrah/gomodguard v1.2.3
70
69
github.com/ryanrolds/sqlclosecheck v0.3.0
@@ -95,11 +94,81 @@ require (
95
94
github.com/yagipy/maintidx v1.0.0
96
95
github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
97
96
gitlab.com/bosi/decorder v0.2.1
98
- golang.org/x/tools v0.1.9
97
+ golang.org/x/tools v0.1.10
99
98
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
100
99
honnef.co/go/tools v0.2.2
101
100
mvdan.cc/gofumpt v0.3.0
102
101
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
103
- mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
104
102
mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
105
103
)
104
+
105
+ require (
106
+ github.com/Masterminds/semver v1.5.0 // indirect
107
+ github.com/beorn7/perks v1.0.1 // indirect
108
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
109
+ github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af // indirect
110
+ github.com/davecgh/go-spew v1.1.1 // indirect
111
+ github.com/ettle/strcase v0.1.1 // indirect
112
+ github.com/fatih/structtag v1.2.0 // indirect
113
+ github.com/fsnotify/fsnotify v1.5.1 // indirect
114
+ github.com/go-ole/go-ole v1.2.6 // indirect
115
+ github.com/go-toolsmith/astcast v1.0.0 // indirect
116
+ github.com/go-toolsmith/astcopy v1.0.0 // indirect
117
+ github.com/go-toolsmith/astequal v1.0.1 // indirect
118
+ github.com/go-toolsmith/astfmt v1.0.0 // indirect
119
+ github.com/go-toolsmith/astp v1.0.0 // indirect
120
+ github.com/go-toolsmith/strparse v1.0.0 // indirect
121
+ github.com/go-toolsmith/typep v1.0.2 // indirect
122
+ github.com/gobwas/glob v0.2.3 // indirect
123
+ github.com/golang/protobuf v1.5.2 // indirect
124
+ github.com/google/go-cmp v0.5.7 // indirect
125
+ github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
126
+ github.com/gostaticanalysis/comment v1.4.2 // indirect
127
+ github.com/hashicorp/errwrap v1.0.0 // indirect
128
+ github.com/hashicorp/hcl v1.0.0 // indirect
129
+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
130
+ github.com/kisielk/gotool v1.0.0 // indirect
131
+ github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
132
+ github.com/magiconair/properties v1.8.5 // indirect
133
+ github.com/mattn/go-isatty v0.0.14 // indirect
134
+ github.com/mattn/go-runewidth v0.0.9 // indirect
135
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
136
+ github.com/mitchellh/mapstructure v1.4.3 // indirect
137
+ github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
138
+ github.com/olekukonko/tablewriter v0.0.5 // indirect
139
+ github.com/pelletier/go-toml v1.9.4 // indirect
140
+ github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
141
+ github.com/pmezard/go-difflib v1.0.0 // indirect
142
+ github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
143
+ github.com/prometheus/client_golang v1.7.1 // indirect
144
+ github.com/prometheus/client_model v0.2.0 // indirect
145
+ github.com/prometheus/common v0.10.0 // indirect
146
+ github.com/prometheus/procfs v0.6.0 // indirect
147
+ github.com/quasilyte/go-ruleguard v0.3.15 // indirect
148
+ github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 // indirect
149
+ github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 // indirect
150
+ github.com/spf13/afero v1.6.0 // indirect
151
+ github.com/spf13/cast v1.4.1 // indirect
152
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
153
+ github.com/stretchr/objx v0.1.1 // indirect
154
+ github.com/subosito/gotenv v1.2.0 // indirect
155
+ github.com/tklauser/go-sysconf v0.3.9 // indirect
156
+ github.com/tklauser/numcpus v0.3.0 // indirect
157
+ github.com/valyala/bytebufferpool v1.0.0 // indirect
158
+ github.com/yusufpapurcu/wmi v1.2.2 // indirect
159
+ golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
160
+ golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
161
+ golang.org/x/text v0.3.7 // indirect
162
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
163
+ google.golang.org/protobuf v1.27.1 // indirect
164
+ gopkg.in/ini.v1 v1.66.2 // indirect
165
+ gopkg.in/yaml.v2 v2.4.0 // indirect
166
+ mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
167
+ )
168
+
169
+ require github.com/hashicorp/go-version v1.2.1
170
+
171
+ require (
172
+ github.com/hexops/gotextdiff v1.0.3 // indirect
173
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
174
+ )
0 commit comments