This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
linter_deps.bzl
193 lines (168 loc) · 6.51 KB
/
linter_deps.bzl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
load("@bazel_gazelle//:deps.bzl", "go_repository")
def linter_dependencies():
go_repository(
name = "com_github_timakin_bodyclose",
build_file_proto_mode = "disable_global",
importpath = "github.com/timakin/bodyclose",
sum = "h1:ig99OeTyDwQWhPe2iw9lwfQVF1KB3Q4fpP3X7/2VBG8=",
version = "v0.0.0-20200424151742-cb6215831a94",
)
go_repository(
name = "com_github_ashanbrown_forbidigo",
build_file_proto_mode = "disable_global",
importpath = "github.com/ashanbrown/forbidigo",
sum = "h1:WXhzLjOlnuDYPYQo/eFlcFMi8X/kLfvWLYu6CSoebis=",
version = "v1.5.1",
)
go_repository(
name = "com_github_gostaticanalysis_analysisutil",
build_file_proto_mode = "disable_global",
importpath = "github.com/gostaticanalysis/analysisutil",
version = "v0.7.1",
sum = "h1:ZMCjoue3DtDWQ5WyU16YbjbQEQ3VuzwxALrpYd+HeKk=",
)
go_repository(
name = "com_github_gostaticanalysis_comment",
build_file_proto_mode = "disable_global",
importpath = "github.com/gostaticanalysis/comment",
version = "v1.4.2",
sum = "h1:hlnx5+S2fY9Zo9ePo4AhgYsYHbM2+eAv8m/s1JiCd6Q=",
)
go_repository(
name = "com_github_gordonklaus_ineffassign",
build_file_proto_mode = "disable_global",
importpath = "github.com/gordonklaus/ineffassign",
version = "v0.0.0-20230107090616-13ace0543b28",
sum = "h1:9alfqbrhuD+9fLZ4iaAVwhlp5PEhmnBt7yvK2Oy5C1U=",
)
go_repository(
name = "com_github_go_critic_go_critic",
build_file_proto_mode = "disable_global",
importpath = "github.com/go-critic/go-critic",
version = "v0.11.4",
sum = "h1:O7kGOCx0NDIni4czrkRIXTnit0mkyKOCePh3My6OyEU=",
)
go_repository(
name = "com_github_go_toolsmith_astcast",
build_file_proto_mode = "disable_global",
importpath = "github.com/go-toolsmith/astcast",
version = "v1.1.0",
sum = "h1:+JN9xZV1A+Re+95pgnMgDboWNVnIMMQXwfBwLRPgSC8=",
)
go_repository(
name = "com_github_go_toolsmith_astcopy",
build_file_proto_mode = "disable_global",
importpath = "github.com/go-toolsmith/astcopy",
version = "v1.0.2",
sum = "h1:YnWf5Rnh1hUudj11kei53kI57quN/VH6Hp1n+erozn0=",
)
go_repository(
name = "com_github_go_toolsmith_astequal",
build_file_proto_mode = "disable_global",
importpath = "github.com/go-toolsmith/astequal",
version = "v1.1.0",
sum = "h1:kHKm1AWqClYn15R0K1KKE4RG614D46n+nqUQ06E1dTw=",
)
go_repository(
name = "com_github_go_toolsmith_astfmt",
build_file_proto_mode = "disable_global",
importpath = "github.com/go-toolsmith/astfmt",
version = "v1.1.0",
sum = "h1:iJVPDPp6/7AaeLJEruMsBUlOYCmvg0MoCfJprsOmcco=",
)
go_repository(
name = "com_github_go_toolsmith_astp",
build_file_proto_mode = "disable_global",
importpath = "github.com/go-toolsmith/astp",
version = "v1.1.0",
sum = "h1:dXPuCl6u2llURjdPLLDxJeZInAeZ0/eZwFJmqZMnpQA=",
)
go_repository(
name = "com_github_go_toolsmith_pkgload",
build_file_proto_mode = "disable_global",
importpath = "github.com/go-toolsmith/pkgload",
version = "v1.0.2-0.20220101231613-e814995d17c5",
sum = "h1:eD9POs68PHkwrx7hAB78z1cb6PfGq/jyWn3wJywsH1o=",
)
go_repository(
name = "com_github_go_toolsmith_strparse",
build_file_proto_mode = "disable_global",
importpath = "github.com/go-toolsmith/strparse",
version = "v1.1.0",
sum = "h1:GAioeZUK9TGxnLS+qfdqNbA4z0SSm5zVNtCQiyP2Bvw=",
)
go_repository(
name = "com_github_go_toolsmith_typep",
build_file_proto_mode = "disable_global",
importpath = "github.com/go-toolsmith/typep",
version = "v1.1.0",
sum = "h1:fIRYDyF+JywLfqzyhdiHzRop/GQDxxNhLGQ6gFUNHus=",
)
go_repository(
name = "com_github_quasilyte_go_ruleguard",
importpath = "github.com/quasilyte/go-ruleguard",
version = "v0.3.19",
sum = "h1:tfMnabXle/HzOb5Xe9CUZYWXKfkS1KwRmZyPmD9nVcc=",
)
go_repository(
name = "com_github_quasilyte_gogrep",
importpath = "github.com/quasilyte/gogrep",
version = "v0.5.0",
sum = "h1:eTKODPXbI8ffJMN+W2aE0+oL0z/nh8/5eNdiO34SOAo=",
)
go_repository(
name = "com_github_quasilyte_regex_syntax",
importpath = "github.com/quasilyte/regex/syntax",
version = "v0.0.0-20200407221936-30656e2c4a95",
sum = "h1:L8QM9bvf68pVdQ3bCFZMDmnt9yqcMBro1pC7F+IPYMY=",
)
go_repository(
name = "com_github_quasilyte_stdinfo",
importpath = "github.com/quasilyte/stdinfo",
version = "v0.0.0-20220114132959-f7386bf02567",
sum = "h1:M8mH9eK4OUR4lu7Gd+PU1fV2/qnDNfzT635KRSObncs=",
)
go_repository(
name = "org_golang_x_exp_typeparams",
importpath = "golang.org/x/exp/typeparams",
version = "v0.0.0-20240213143201-ec583247a57a",
sum = "h1:rrd/FiSCWtI24jk057yBSfEfHrzzjXva1VkDNWRXMag=",
)
go_repository(
name = "co_honnef_go_tools",
importpath = "honnef.co/go/tools",
version = "v0.4.3",
sum = "h1:o/n5/K5gXqk8Gozvs2cnL0F2S1/g1vcGCAx2vETjITw=",
)
go_repository(
name = "com_github_openpeedeep_depguard_v2",
importpath = "github.com/OpenPeeDeeP/depguard/v2",
version = "v2.0.1",
sum = "h1:yr9ZswukmNxl/hmJHEoLEjCF1d+f2pQrC0m1jzVljAE=",
)
go_repository(
name = "cc_mvdan_unparam",
importpath = "mvdan.cc/unparam",
version = "v0.0.0-20230312165513-e84e2d14e3b8",
sum = "h1:VuJo4Mt0EVPychre4fNlDWDuE5AjXtPJpRUWqZDQhaI=",
)
go_repository(
name = "com_4d63_gocheckcompilerdirectives",
importpath = "4d63.com/gocheckcompilerdirectives",
version = "v1.2.1",
sum = "h1:AHcMYuw56NPjq/2y615IGg2kYkBdTvOaojYCBcRE7MA=",
)
go_repository(
name = "com_github_gaijinentertainment_go_exhaustruct_v3",
build_file_proto_mode = "disable_global",
importpath = "github.com/GaijinEntertainment/go-exhaustruct/v3",
version = "v3.3.0",
sum = "h1:/fTUt5vmbkAcMBt4YQiuC23cV0kEsN1MVMNqeOW43cU=",
)
go_repository(
name = "in_gopkg_yaml_v3",
build_file_proto_mode = "disable_global",
importpath = "gopkg.in/yaml.v3",
sum = "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=",
version = "v3.0.1",
)