@@ -50,7 +50,7 @@ def go_rules_dependencies(force = False):
5050 wrapper (
5151 http_archive ,
5252 name = "bazel_skylib" ,
53- # 1.5.0, latest as of 2023-11-16
53+ # 1.5.0, latest as of 2023-12-15
5454 urls = [
5555 "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ,
5656 "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz" ,
@@ -105,13 +105,13 @@ def go_rules_dependencies(force = False):
105105 wrapper (
106106 http_archive ,
107107 name = "org_golang_x_sys" ,
108- # v0.14 .0, latest as of 2023-11-16
108+ # v0.15 .0, latest as of 2023-12-15
109109 urls = [
110- "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.14 .0.zip" ,
111- "https://github.com/golang/sys/archive/refs/tags/v0.14 .0.zip" ,
110+ "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.15 .0.zip" ,
111+ "https://github.com/golang/sys/archive/refs/tags/v0.15 .0.zip" ,
112112 ],
113- sha256 = "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce " ,
114- strip_prefix = "sys-0.14 .0" ,
113+ sha256 = "36e7b6587b60eabebcd5102211ef5fabc6c6f40d93dd0db83dcefd13cdeb1b71 " ,
114+ strip_prefix = "sys-0.15 .0" ,
115115 patches = [
116116 # releaser:patch-cmd gazelle -repo_root . -go_prefix golang.org/x/sys -go_naming_convention import_alias
117117 Label ("//third_party:org_golang_x_sys-gazelle.patch" ),
@@ -124,7 +124,7 @@ def go_rules_dependencies(force = False):
124124 wrapper (
125125 http_archive ,
126126 name = "org_golang_x_xerrors" ,
127- # master, as of 2023-11-16
127+ # master, as of 2023-12-15
128128 urls = [
129129 "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ,
130130 "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d.zip" ,
@@ -160,7 +160,7 @@ def go_rules_dependencies(force = False):
160160 http_archive ,
161161 name = "org_golang_google_protobuf" ,
162162 sha256 = "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02" ,
163- # v1.31.0, latest as of 2023-11-16
163+ # v1.31.0, latest as of 2023-12-15
164164 urls = [
165165 "https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ,
166166 "https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ,
@@ -199,7 +199,7 @@ def go_rules_dependencies(force = False):
199199 wrapper (
200200 http_archive ,
201201 name = "com_github_golang_protobuf" ,
202- # v1.5.3, latest as of 2023-11-16
202+ # v1.5.3, latest as of 2023-12-15
203203 urls = [
204204 "https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ,
205205 "https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ,
@@ -217,7 +217,7 @@ def go_rules_dependencies(force = False):
217217 wrapper (
218218 http_archive ,
219219 name = "com_github_gogo_protobuf" ,
220- # v1.3.2, latest as of 2023-11-16
220+ # v1.3.2, latest as of 2023-12-15
221221 urls = [
222222 "https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ,
223223 "https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ,
@@ -243,13 +243,13 @@ def go_rules_dependencies(force = False):
243243 wrapper (
244244 http_archive ,
245245 name = "org_golang_google_genproto" ,
246- # main, as of 2023-11-16
246+ # main, as of 2023-12-15
247247 urls = [
248- "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20 .zip" ,
249- "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20 .zip" ,
248+ "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/995d672761c0c5b9ac6127b488b48825f9a2e5fb .zip" ,
249+ "https://github.com/googleapis/go-genproto/archive/995d672761c0c5b9ac6127b488b48825f9a2e5fb .zip" ,
250250 ],
251- sha256 = "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389 " ,
252- strip_prefix = "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20 " ,
251+ sha256 = "14164722fe3c601a0515a911b319a4d6a397f96ee74d9c12b57e5b5501f8cb48 " ,
252+ strip_prefix = "go-genproto-995d672761c0c5b9ac6127b488b48825f9a2e5fb " ,
253253 patches = [
254254 # releaser:patch-cmd gazelle -repo_root . -go_prefix google.golang.org/genproto -go_naming_convention import_alias -proto disable_global
255255 Label ("//third_party:org_golang_google_genproto-gazelle.patch" ),
@@ -261,7 +261,7 @@ def go_rules_dependencies(force = False):
261261 _maybe (
262262 http_archive ,
263263 name = "com_github_golang_mock" ,
264- # v1.7.0-rc.1, latest as of 2023-11-16
264+ # v1.7.0-rc.1, latest as of 2023-12-18
265265 urls = [
266266 "https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ,
267267 "https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ,
0 commit comments