@@ -50,7 +50,7 @@ def go_rules_dependencies(force = False):
50
50
wrapper (
51
51
http_archive ,
52
52
name = "bazel_skylib" ,
53
- # 1.3.0, latest as of 2022-09-10
53
+ # 1.3.0, latest as of 2022-11-21
54
54
urls = [
55
55
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz" ,
56
56
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz" ,
@@ -86,13 +86,13 @@ def go_rules_dependencies(force = False):
86
86
wrapper (
87
87
http_archive ,
88
88
name = "org_golang_x_sys" ,
89
- # master, as of 2022-09-10
89
+ # v0.2.0, latest as of 2022-11-21
90
90
urls = [
91
- "https://mirror.bazel.build/github.com/golang/sys/archive/aba9fc2a8ff2c9439446386f616b860442f0cf9a .zip" ,
92
- "https://github.com/golang/sys/archive/aba9fc2a8ff2c9439446386f616b860442f0cf9a .zip" ,
91
+ "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.2.0 .zip" ,
92
+ "https://github.com/golang/sys/archive/refs/tags/v0.2.0 .zip" ,
93
93
],
94
- sha256 = "ed02417470528e20fca4c422043984e565c4d8acaa0cb946408125f676acb1ea " ,
95
- strip_prefix = "sys-aba9fc2a8ff2c9439446386f616b860442f0cf9a " ,
94
+ sha256 = "ad14d9ab9ca570e1762a7c381546a19c97ce0520134b7451c3fae98390a138b5 " ,
95
+ strip_prefix = "sys-0.2.0 " ,
96
96
patches = [
97
97
# releaser:patch-cmd gazelle -repo_root . -go_prefix golang.org/x/sys -go_naming_convention import_alias
98
98
Label ("//third_party:org_golang_x_sys-gazelle.patch" ),
@@ -105,7 +105,7 @@ def go_rules_dependencies(force = False):
105
105
wrapper (
106
106
http_archive ,
107
107
name = "org_golang_x_xerrors" ,
108
- # master, as of 2022-09-10
108
+ # master, as of 2022-11-21
109
109
urls = [
110
110
"https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" ,
111
111
"https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" ,
@@ -141,7 +141,7 @@ def go_rules_dependencies(force = False):
141
141
http_archive ,
142
142
name = "org_golang_google_protobuf" ,
143
143
sha256 = "cbaac40c1faf6a3647316d46ec9c614e99aa92c539a78b7c1e4dec3ff5f73694" ,
144
- # v1.28.1, latest as of 2022-09-10
144
+ # v1.28.1, latest as of 2022-11-21
145
145
urls = [
146
146
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.28.1.zip" ,
147
147
"https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.28.1.zip" ,
@@ -163,7 +163,7 @@ def go_rules_dependencies(force = False):
163
163
wrapper (
164
164
http_archive ,
165
165
name = "com_github_golang_protobuf" ,
166
- # v1.5.2, latest as of 2022-09-10
166
+ # v1.5.2, latest as of 2022-11-21
167
167
urls = [
168
168
"https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.2.zip" ,
169
169
"https://github.com/golang/protobuf/archive/refs/tags/v1.5.2.zip" ,
@@ -183,7 +183,7 @@ def go_rules_dependencies(force = False):
183
183
wrapper (
184
184
http_archive ,
185
185
name = "com_github_mwitkow_go_proto_validators" ,
186
- # v0.3.2, latest as of 2022-09-10
186
+ # v0.3.2, latest as of 2022-11-21
187
187
urls = [
188
188
"https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" ,
189
189
"https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" ,
@@ -197,7 +197,7 @@ def go_rules_dependencies(force = False):
197
197
wrapper (
198
198
http_archive ,
199
199
name = "com_github_gogo_protobuf" ,
200
- # v1.3.2, latest as of 2022-09-10
200
+ # v1.3.2, latest as of 2022-11-21
201
201
urls = [
202
202
"https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ,
203
203
"https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ,
@@ -224,13 +224,13 @@ def go_rules_dependencies(force = False):
224
224
wrapper (
225
225
http_archive ,
226
226
name = "org_golang_google_genproto" ,
227
- # main, as of 2022-09-10
227
+ # main, as of 2022-11-21
228
228
urls = [
229
- "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/69f6226f97e558dbaa68715071622af0d86b3a17 .zip" ,
230
- "https://github.com/googleapis/go-genproto/archive/69f6226f97e558dbaa68715071622af0d86b3a17 .zip" ,
229
+ "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/16455021b5e60501e2adf67e15f857d2f5d95388 .zip" ,
230
+ "https://github.com/googleapis/go-genproto/archive/16455021b5e60501e2adf67e15f857d2f5d95388 .zip" ,
231
231
],
232
- sha256 = "0d47b1ae576fffd1280538ba0b2bca5d08d6dc8df9b2a41e0ce096e37d73e2c9 " ,
233
- strip_prefix = "go-genproto-69f6226f97e558dbaa68715071622af0d86b3a17 " ,
232
+ sha256 = "48523e2630ef0da7ce171d0fa801048609b7533dc8c852f8d55b06968910a317 " ,
233
+ strip_prefix = "go-genproto-16455021b5e60501e2adf67e15f857d2f5d95388 " ,
234
234
patches = [
235
235
# releaser:patch-cmd gazelle -repo_root . -go_prefix google.golang.org/genproto -go_naming_convention import_alias -proto disable_global
236
236
Label ("//third_party:org_golang_google_genproto-gazelle.patch" ),
@@ -247,13 +247,13 @@ def go_rules_dependencies(force = False):
247
247
wrapper (
248
248
http_archive ,
249
249
name = "go_googleapis" ,
250
- # master, as of 2022-09-10
250
+ # master, as of 2022-11-21
251
251
urls = [
252
- "https://mirror.bazel.build/github.com/googleapis/googleapis/archive/8167badf3ce86086c69db2942a8995bb2de56c51 .zip" ,
253
- "https://github.com/googleapis/googleapis/archive/8167badf3ce86086c69db2942a8995bb2de56c51 .zip" ,
252
+ "https://mirror.bazel.build/github.com/googleapis/googleapis/archive/b6b751420f6b055d9445e81d35f90c0a2ee16b05 .zip" ,
253
+ "https://github.com/googleapis/googleapis/archive/b6b751420f6b055d9445e81d35f90c0a2ee16b05 .zip" ,
254
254
],
255
- sha256 = "b97d75f1c937ed2235c501fafc475f51a3280d26f9410831686fdfd1b4f612f9 " ,
256
- strip_prefix = "googleapis-8167badf3ce86086c69db2942a8995bb2de56c51 " ,
255
+ sha256 = "9b6ed7278a1a82746be257d9d7e8289d6a480571dc22afd89073f3045fad0b46 " ,
256
+ strip_prefix = "googleapis-b6b751420f6b055d9445e81d35f90c0a2ee16b05 " ,
257
257
patches = [
258
258
# releaser:patch-cmd find . -name BUILD.bazel -delete
259
259
Label ("//third_party:go_googleapis-deletebuild.patch" ),
@@ -269,7 +269,7 @@ def go_rules_dependencies(force = False):
269
269
_maybe (
270
270
http_archive ,
271
271
name = "com_github_golang_mock" ,
272
- # v1.7.0-rc.1, latest as of 2022-09-10
272
+ # v1.7.0-rc.1, latest as of 2022-11-21
273
273
urls = [
274
274
"https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ,
275
275
"https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ,
0 commit comments