@@ -50,7 +50,7 @@ def go_rules_dependencies(force = False):
5050 wrapper (
5151 http_archive ,
5252 name = "bazel_skylib" ,
53- # 1.3.0, latest as of 2022-11-21
53+ # 1.3.0, latest as of 2022-12-05
5454 urls = [
5555 "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz" ,
5656 "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):
8686 wrapper (
8787 http_archive ,
8888 name = "org_golang_x_sys" ,
89- # v0.2 .0, latest as of 2022-11-21
89+ # v0.3 .0, latest as of 2022-12-05
9090 urls = [
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" ,
91+ "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.3 .0.zip" ,
92+ "https://github.com/golang/sys/archive/refs/tags/v0.3 .0.zip" ,
9393 ],
94- sha256 = "ad14d9ab9ca570e1762a7c381546a19c97ce0520134b7451c3fae98390a138b5 " ,
95- strip_prefix = "sys-0.2 .0" ,
94+ sha256 = "06e72b7166ec73e4ee6454e25d68abba7bf1e0beabebe09fe38b379b836dc976 " ,
95+ strip_prefix = "sys-0.3 .0" ,
9696 patches = [
9797 # releaser:patch-cmd gazelle -repo_root . -go_prefix golang.org/x/sys -go_naming_convention import_alias
9898 Label ("//third_party:org_golang_x_sys-gazelle.patch" ),
@@ -105,7 +105,7 @@ def go_rules_dependencies(force = False):
105105 wrapper (
106106 http_archive ,
107107 name = "org_golang_x_xerrors" ,
108- # master, as of 2022-11-21
108+ # master, as of 2022-12-05
109109 urls = [
110110 "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" ,
111111 "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4.zip" ,
@@ -141,7 +141,7 @@ def go_rules_dependencies(force = False):
141141 http_archive ,
142142 name = "org_golang_google_protobuf" ,
143143 sha256 = "cbaac40c1faf6a3647316d46ec9c614e99aa92c539a78b7c1e4dec3ff5f73694" ,
144- # v1.28.1, latest as of 2022-11-21
144+ # v1.28.1, latest as of 2022-12-05
145145 urls = [
146146 "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.28.1.zip" ,
147147 "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.28.1.zip" ,
@@ -163,7 +163,7 @@ def go_rules_dependencies(force = False):
163163 wrapper (
164164 http_archive ,
165165 name = "com_github_golang_protobuf" ,
166- # v1.5.2, latest as of 2022-11-21
166+ # v1.5.2, latest as of 2022-12-05
167167 urls = [
168168 "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.2.zip" ,
169169 "https://github.com/golang/protobuf/archive/refs/tags/v1.5.2.zip" ,
@@ -183,7 +183,7 @@ def go_rules_dependencies(force = False):
183183 wrapper (
184184 http_archive ,
185185 name = "com_github_mwitkow_go_proto_validators" ,
186- # v0.3.2, latest as of 2022-11-21
186+ # v0.3.2, latest as of 2022-12-05
187187 urls = [
188188 "https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" ,
189189 "https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" ,
@@ -197,7 +197,7 @@ def go_rules_dependencies(force = False):
197197 wrapper (
198198 http_archive ,
199199 name = "com_github_gogo_protobuf" ,
200- # v1.3.2, latest as of 2022-11-21
200+ # v1.3.2, latest as of 2022-12-05
201201 urls = [
202202 "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ,
203203 "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ,
@@ -224,13 +224,13 @@ def go_rules_dependencies(force = False):
224224 wrapper (
225225 http_archive ,
226226 name = "org_golang_google_genproto" ,
227- # main, as of 2022-11-21
227+ # main, as of 2022-12-05
228228 urls = [
229- "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/16455021b5e60501e2adf67e15f857d2f5d95388 .zip" ,
230- "https://github.com/googleapis/go-genproto/archive/16455021b5e60501e2adf67e15f857d2f5d95388 .zip" ,
229+ "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/67e5cbc046fddc8362f3cdb8d7897dfc780fbb12 .zip" ,
230+ "https://github.com/googleapis/go-genproto/archive/67e5cbc046fddc8362f3cdb8d7897dfc780fbb12 .zip" ,
231231 ],
232- sha256 = "48523e2630ef0da7ce171d0fa801048609b7533dc8c852f8d55b06968910a317 " ,
233- strip_prefix = "go-genproto-16455021b5e60501e2adf67e15f857d2f5d95388 " ,
232+ sha256 = "d4e4742a5af7fc026ec0ed5c14fd0d6b91118d0a5c7a3f76bcbfb371cdaabda0 " ,
233+ strip_prefix = "go-genproto-67e5cbc046fddc8362f3cdb8d7897dfc780fbb12 " ,
234234 patches = [
235235 # releaser:patch-cmd gazelle -repo_root . -go_prefix google.golang.org/genproto -go_naming_convention import_alias -proto disable_global
236236 Label ("//third_party:org_golang_google_genproto-gazelle.patch" ),
@@ -247,13 +247,13 @@ def go_rules_dependencies(force = False):
247247 wrapper (
248248 http_archive ,
249249 name = "go_googleapis" ,
250- # master, as of 2022-11-21
250+ # master, as of 2022-12-05
251251 urls = [
252- "https://mirror.bazel.build/github.com/googleapis/googleapis/archive/b6b751420f6b055d9445e81d35f90c0a2ee16b05 .zip" ,
253- "https://github.com/googleapis/googleapis/archive/b6b751420f6b055d9445e81d35f90c0a2ee16b05 .zip" ,
252+ "https://mirror.bazel.build/github.com/googleapis/googleapis/archive/83c3605afb5a39952bf0a0809875d41cf2a558ca .zip" ,
253+ "https://github.com/googleapis/googleapis/archive/83c3605afb5a39952bf0a0809875d41cf2a558ca .zip" ,
254254 ],
255- sha256 = "9b6ed7278a1a82746be257d9d7e8289d6a480571dc22afd89073f3045fad0b46 " ,
256- strip_prefix = "googleapis-b6b751420f6b055d9445e81d35f90c0a2ee16b05 " ,
255+ sha256 = "ba694861340e792fd31cb77274eacaf6e4ca8bda97707898f41d8bebfd8a4984 " ,
256+ strip_prefix = "googleapis-83c3605afb5a39952bf0a0809875d41cf2a558ca " ,
257257 patches = [
258258 # releaser:patch-cmd find . -name BUILD.bazel -delete
259259 Label ("//third_party:go_googleapis-deletebuild.patch" ),
@@ -269,7 +269,7 @@ def go_rules_dependencies(force = False):
269269 _maybe (
270270 http_archive ,
271271 name = "com_github_golang_mock" ,
272- # v1.7.0-rc.1, latest as of 2022-11-21
272+ # v1.7.0-rc.1, latest as of 2022-12-05
273273 urls = [
274274 "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ,
275275 "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ,
0 commit comments