@@ -45,7 +45,7 @@ def go_rules_dependencies():
45
45
_maybe (
46
46
http_archive ,
47
47
name = "bazel_skylib" ,
48
- # 1.2.1, latest as of 2022-05-09
48
+ # 1.2.1, latest as of 2022-06-05
49
49
urls = [
50
50
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz" ,
51
51
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz" ,
@@ -81,13 +81,13 @@ def go_rules_dependencies():
81
81
_maybe (
82
82
http_archive ,
83
83
name = "org_golang_x_sys" ,
84
- # master, as of 2022-05-09
84
+ # master, as of 2022-06-05
85
85
urls = [
86
- "https://mirror.bazel.build/github.com/golang/sys/archive/988cb79eb6c60b82d4b236dd5d6ffd415d9a8425 .zip" ,
87
- "https://github.com/golang/sys/archive/988cb79eb6c60b82d4b236dd5d6ffd415d9a8425 .zip" ,
86
+ "https://mirror.bazel.build/github.com/golang/sys/archive/bc2c85ada10aa9b6aa9607e9ac9ad0761b95cf1d .zip" ,
87
+ "https://github.com/golang/sys/archive/bc2c85ada10aa9b6aa9607e9ac9ad0761b95cf1d .zip" ,
88
88
],
89
- sha256 = "fa11c10192787e5391146d64ebdfd57558837cd19edaf7e8c17da526836dff17 " ,
90
- strip_prefix = "sys-988cb79eb6c60b82d4b236dd5d6ffd415d9a8425 " ,
89
+ sha256 = "58173316192a3633655a1b4f444f68b41867991007ee70010526fd7bdfee95d2 " ,
90
+ strip_prefix = "sys-bc2c85ada10aa9b6aa9607e9ac9ad0761b95cf1d " ,
91
91
patches = [
92
92
# releaser:patch-cmd gazelle -repo_root . -go_prefix golang.org/x/sys -go_naming_convention import_alias
93
93
Label ("//third_party:org_golang_x_sys-gazelle.patch" ),
@@ -100,13 +100,13 @@ def go_rules_dependencies():
100
100
_maybe (
101
101
http_archive ,
102
102
name = "org_golang_x_xerrors" ,
103
- # master, as of 2022-05-09
103
+ # master, as of 2022-06-05
104
104
urls = [
105
- "https://mirror.bazel.build/github.com/golang/xerrors/archive/2f41105eb62f341cfe208d06de4ee3bdd3a083da .zip" ,
106
- "https://github.com/golang/xerrors/archive/2f41105eb62f341cfe208d06de4ee3bdd3a083da .zip" ,
105
+ "https://mirror.bazel.build/github.com/golang/xerrors/archive/f3a8303e98df87cf4205e70f82c1c3c19f345f91 .zip" ,
106
+ "https://github.com/golang/xerrors/archive/f3a8303e98df87cf4205e70f82c1c3c19f345f91 .zip" ,
107
107
],
108
- sha256 = "abc22b8b94c0d5abe70afde55afbb1e0f8135cb3a39fb54a851777d4f33ccb12 " ,
109
- strip_prefix = "xerrors-2f41105eb62f341cfe208d06de4ee3bdd3a083da " ,
108
+ sha256 = "66a904eb44dd161695394f106666364b5d1988edb93023af38b3b5c801d3a344 " ,
109
+ strip_prefix = "xerrors-f3a8303e98df87cf4205e70f82c1c3c19f345f91 " ,
110
110
patches = [
111
111
# releaser:patch-cmd gazelle -repo_root . -go_prefix golang.org/x/xerrors -go_naming_convention import_alias
112
112
Label ("//third_party:org_golang_x_xerrors-gazelle.patch" ),
@@ -136,10 +136,10 @@ def go_rules_dependencies():
136
136
http_archive ,
137
137
name = "org_golang_google_protobuf" ,
138
138
sha256 = "dc4339bd2011a230d81d5ec445361efeb78366f1d30a7757e8fbea3e7221080e" ,
139
- # v1.28.0, latest as of 2022-05-09
139
+ # v1.28.0, latest as of 2022-06-05
140
140
urls = [
141
141
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.28.0.zip" ,
142
- "https://github.com/protocolbuffers/protobuf-go/archive/v1.28.0.zip" ,
142
+ "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/ v1.28.0.zip" ,
143
143
],
144
144
strip_prefix = "protobuf-go-1.28.0" ,
145
145
patches = [
@@ -158,10 +158,10 @@ def go_rules_dependencies():
158
158
_maybe (
159
159
http_archive ,
160
160
name = "com_github_golang_protobuf" ,
161
- # v1.5.2, latest as of 2022-05-09
161
+ # v1.5.2, latest as of 2022-06-05
162
162
urls = [
163
- "https://mirror.bazel.build/github.com/golang/protobuf/archive/v1.5.2.zip" ,
164
- "https://github.com/golang/protobuf/archive/v1.5.2.zip" ,
163
+ "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/ v1.5.2.zip" ,
164
+ "https://github.com/golang/protobuf/archive/refs/tags/ v1.5.2.zip" ,
165
165
],
166
166
sha256 = "5bd0a70e2f3829db9d0e340887af4e921c5e0e5bb3f8d1be49a934204cb16445" ,
167
167
strip_prefix = "protobuf-1.5.2" ,
@@ -178,10 +178,10 @@ def go_rules_dependencies():
178
178
_maybe (
179
179
http_archive ,
180
180
name = "com_github_mwitkow_go_proto_validators" ,
181
- # v0.3.2, latest as of 2022-05-09
181
+ # v0.3.2, latest as of 2022-06-05
182
182
urls = [
183
- "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/v0.3.2.zip" ,
184
- "https://github.com/mwitkow/go-proto-validators/archive/v0.3.2.zip" ,
183
+ "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/ v0.3.2.zip" ,
184
+ "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/ v0.3.2.zip" ,
185
185
],
186
186
sha256 = "d8697f05a2f0eaeb65261b480e1e6035301892d9fc07ed945622f41b12a68142" ,
187
187
strip_prefix = "go-proto-validators-0.3.2" ,
@@ -192,10 +192,10 @@ def go_rules_dependencies():
192
192
_maybe (
193
193
http_archive ,
194
194
name = "com_github_gogo_protobuf" ,
195
- # v1.3.2, latest as of 2022-05-09
195
+ # v1.3.2, latest as of 2022-06-05
196
196
urls = [
197
- "https://mirror.bazel.build/github.com/gogo/protobuf/archive/v1.3.2.zip" ,
198
- "https://github.com/gogo/protobuf/archive/v1.3.2.zip" ,
197
+ "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/ v1.3.2.zip" ,
198
+ "https://github.com/gogo/protobuf/archive/refs/tags/ v1.3.2.zip" ,
199
199
],
200
200
sha256 = "f89f8241af909ce3226562d135c25b28e656ae173337b3e58ede917aa26e1e3c" ,
201
201
strip_prefix = "protobuf-1.3.2" ,
@@ -219,13 +219,13 @@ def go_rules_dependencies():
219
219
_maybe (
220
220
http_archive ,
221
221
name = "org_golang_google_genproto" ,
222
- # main, as of 2022-05-09
222
+ # main, as of 2022-06-05
223
223
urls = [
224
- "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/f39f71e6c8f3d2f3aa4fd64a01bb28f83376b893 .zip" ,
225
- "https://github.com/googleapis/go-genproto/archive/f39f71e6c8f3d2f3aa4fd64a01bb28f83376b893 .zip" ,
224
+ "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e326c6e8e9c8d23afed6c564e1c6c7e7693d58d0 .zip" ,
225
+ "https://github.com/googleapis/go-genproto/archive/e326c6e8e9c8d23afed6c564e1c6c7e7693d58d0 .zip" ,
226
226
],
227
- sha256 = "2ce6165564927f9b9983bf8c85d250e2c28ad43b056d7b748cdac7c3a388b6c3 " ,
228
- strip_prefix = "go-genproto-f39f71e6c8f3d2f3aa4fd64a01bb28f83376b893 " ,
227
+ sha256 = "6c958610ba32da9d446f89765265f5b794c7d30b727550564ad2bee01b752b24 " ,
228
+ strip_prefix = "go-genproto-e326c6e8e9c8d23afed6c564e1c6c7e7693d58d0 " ,
229
229
patches = [
230
230
# releaser:patch-cmd gazelle -repo_root . -go_prefix google.golang.org/genproto -go_naming_convention import_alias -proto disable_global
231
231
Label ("//third_party:org_golang_google_genproto-gazelle.patch" ),
@@ -242,13 +242,13 @@ def go_rules_dependencies():
242
242
_maybe (
243
243
http_archive ,
244
244
name = "go_googleapis" ,
245
- # master, as of 2022-05-09
245
+ # master, as of 2022-06-05
246
246
urls = [
247
- "https://mirror.bazel.build/github.com/googleapis/googleapis/archive/10c88bb5c489c8ad1edb0e7f6a17cdd07147966e .zip" ,
248
- "https://github.com/googleapis/googleapis/archive/10c88bb5c489c8ad1edb0e7f6a17cdd07147966e .zip" ,
247
+ "https://mirror.bazel.build/github.com/googleapis/googleapis/archive/530ca55953b470ab3b37dc9de37fcfa59410b741 .zip" ,
248
+ "https://github.com/googleapis/googleapis/archive/530ca55953b470ab3b37dc9de37fcfa59410b741 .zip" ,
249
249
],
250
- sha256 = "e8b434794608a9af0c0721cfaeedebe37d3676a4ee9dbeed868e5e2982b5abcc " ,
251
- strip_prefix = "googleapis-10c88bb5c489c8ad1edb0e7f6a17cdd07147966e " ,
250
+ sha256 = "9181bb36a1df4f397375ec5aa480db797b882073518801e3a20b0e46418f2f90 " ,
251
+ strip_prefix = "googleapis-530ca55953b470ab3b37dc9de37fcfa59410b741 " ,
252
252
patches = [
253
253
# releaser:patch-cmd find . -name BUILD.bazel -delete
254
254
Label ("//third_party:go_googleapis-deletebuild.patch" ),
@@ -264,10 +264,10 @@ def go_rules_dependencies():
264
264
_maybe (
265
265
http_archive ,
266
266
name = "com_github_golang_mock" ,
267
- # v1.6.0, latest as of 2022-05-13
267
+ # v1.6.0, latest as of 2022-06-05
268
268
urls = [
269
- "https://mirror.bazel.build/github.com/golang/mock/archive/v1.6.0.zip" ,
270
- "https://github.com/golang/mock/archive/v1.6.0.zip" ,
269
+ "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/ v1.6.0.zip" ,
270
+ "https://github.com/golang/mock/archive/refs/tags/ v1.6.0.zip" ,
271
271
],
272
272
patches = [
273
273
# releaser:patch-cmd gazelle -repo_root . -go_prefix github.com/golang/mock -go_naming_convention import_alias
0 commit comments