@@ -51,7 +51,7 @@ http_archive(
51
51
urls = [
52
52
"https://github.com/googleapis/googleapis/archive/522f79ca64f61da52731d51f7ead8696a2a3c61a.tar.gz" ,
53
53
],
54
- )
54
+ )
55
55
56
56
http_archive (
57
57
name = "com_engflow_engflowapis" ,
@@ -60,7 +60,7 @@ http_archive(
60
60
urls = [
61
61
"https://github.com/EngFlow/engflowapis/archive/0300f7885c4404d26ff494a329a5f2a3fcf67342.zip" ,
62
62
],
63
- )
63
+ )
64
64
65
65
http_archive (
66
66
name = "io_grpc_grpc_java" ,
@@ -77,15 +77,24 @@ http_archive(
77
77
urls = [
78
78
"https://github.com/bazelbuild/rules_kotlin/releases/download/v1.8.1/rules_kotlin_release.tgz" ,
79
79
],
80
- )
80
+ )
81
81
82
82
http_archive (
83
83
name = "io_bazel_rules_go" ,
84
84
sha256 = "91585017debb61982f7054c9688857a2ad1fd823fc3f9cb05048b0025c47d023" ,
85
85
urls = [
86
86
"https://github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.42.0.zip" ,
87
87
],
88
- )
88
+ )
89
+
90
+ http_archive (
91
+ name = "bazel_gazelle" ,
92
+ sha256 = "d3fa66a39028e97d76f9e2db8f1b0c11c099e8e01bf363a923074784e451f809" ,
93
+ urls = [
94
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazelle-v0.33.0.tar.gz" ,
95
+ "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.33.0/bazel-gazelle-v0.33.0.tar.gz" ,
96
+ ],
97
+ )
89
98
90
99
http_archive (
91
100
name = "rules_proto" ,
@@ -112,7 +121,7 @@ http_archive(
112
121
urls = [
113
122
"https://github.com/rules-proto-grpc/rules_proto_grpc/archive/4.5.0.tar.gz" ,
114
123
],
115
- )
124
+ )
116
125
117
126
load ("@rules_proto_grpc//java:repositories.bzl" , rules_proto_grpc_java_repos = "java_repos" )
118
127
@@ -132,7 +141,7 @@ http_archive(
132
141
urls = [
133
142
"https://github.com/protocolbuffers/protobuf/archive/376ba2f8bc5273e3c461f39a73bcc6504d70e2f4.tar.gz" ,
134
143
],
135
- )
144
+ )
136
145
137
146
load ("@com_google_protobuf//:protobuf_deps.bzl" , "protobuf_deps" )
138
147
@@ -194,10 +203,17 @@ scalatest_repositories()
194
203
scalatest_toolchain ()
195
204
196
205
load ("@io_bazel_rules_go//go:deps.bzl" , "go_register_toolchains" , "go_rules_dependencies" )
206
+ load ("@bazel_gazelle//:deps.bzl" , "gazelle_dependencies" )
207
+ load (":deps.bzl" , "go_dependencies" )
208
+
209
+ # gazelle:repository_macro deps.bzl%go_dependencies
210
+ go_dependencies ()
197
211
198
212
go_rules_dependencies ()
199
213
200
- go_register_toolchains (version = "1.20.5" )
214
+ go_register_toolchains (version = "1.21.2" )
215
+
216
+ gazelle_dependencies ()
201
217
202
218
load ("@io_bazel_rules_kotlin//kotlin:repositories.bzl" , "kotlin_repositories" )
203
219
@@ -263,7 +279,7 @@ http_archive(
263
279
urls = [
264
280
"https://github.com/bazelbuild/rules_perl/archive/366b6aa76b12056a9e0cc23364686f25dcc41702.zip" ,
265
281
],
266
- )
282
+ )
267
283
268
284
load ("@rules_perl//perl:deps.bzl" , "perl_register_toolchains" , "perl_rules_dependencies" )
269
285
@@ -297,7 +313,7 @@ http_archive(
297
313
sha256 = "2ab7ce101db02d7a1de48f8157cbd978f00a19bad44828fd213aa69fe352497d" ,
298
314
strip_prefix = "abseil-py-2.0.0" ,
299
315
url = "https://github.com/abseil/abseil-py/archive/refs/tags/v2.0.0.tar.gz" ,
300
- )
316
+ )
301
317
302
318
http_archive (
303
319
name = "build_bazel_rules_swift" ,
0 commit comments