@@ -50,12 +50,12 @@ def go_rules_dependencies(force = False):
50
50
wrapper (
51
51
http_archive ,
52
52
name = "bazel_skylib" ,
53
- # 1.4.2 , latest as of 2023-09-18
53
+ # 1.5.0 , latest as of 2023-11-16
54
54
urls = [
55
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2 /bazel-skylib-1.4.2 .tar.gz" ,
56
- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2 /bazel-skylib-1.4.2 .tar.gz" ,
55
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0 /bazel-skylib-1.5.0 .tar.gz" ,
56
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0 /bazel-skylib-1.5.0 .tar.gz" ,
57
57
],
58
- sha256 = "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa " ,
58
+ sha256 = "cd55a062e763b9349921f0f5db8c3933288dc8ba4f76dd9416aac68acee3cb94 " ,
59
59
strip_prefix = "" ,
60
60
)
61
61
@@ -64,7 +64,7 @@ def go_rules_dependencies(force = False):
64
64
wrapper (
65
65
http_archive ,
66
66
name = "org_golang_x_tools" ,
67
- # v0.15.0, latest as of 2023-11-12
67
+ # v0.15.0, latest as of 2023-11-16
68
68
urls = [
69
69
"https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ,
70
70
"https://github.com/golang/tools/archive/refs/tags/v0.15.0.zip" ,
@@ -105,13 +105,13 @@ def go_rules_dependencies(force = False):
105
105
wrapper (
106
106
http_archive ,
107
107
name = "org_golang_x_sys" ,
108
- # v0.13 .0, latest as of 2023-10-29
108
+ # v0.14 .0, latest as of 2023-11-16
109
109
urls = [
110
- "https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.13 .0.zip" ,
111
- "https://github.com/golang/sys/archive/refs/tags/v0.13 .0.zip" ,
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" ,
112
112
],
113
- sha256 = "24abdcbecddb288fb1007f8cb814b1592531d5bb62817bc30925e3175f3f5749 " ,
114
- strip_prefix = "sys-0.13 .0" ,
113
+ sha256 = "0791dad0d738ef5e92304d6691d58e37c8a643844f13dfad26d28e1adb6c61ce " ,
114
+ strip_prefix = "sys-0.14 .0" ,
115
115
patches = [
116
116
# releaser:patch-cmd gazelle -repo_root . -go_prefix golang.org/x/sys -go_naming_convention import_alias
117
117
Label ("//third_party:org_golang_x_sys-gazelle.patch" ),
@@ -124,13 +124,13 @@ def go_rules_dependencies(force = False):
124
124
wrapper (
125
125
http_archive ,
126
126
name = "org_golang_x_xerrors" ,
127
- # master, as of 2023-09-18
127
+ # master, as of 2023-11-16
128
128
urls = [
129
- "https://mirror.bazel.build/github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4 .zip" ,
130
- "https://github.com/golang/xerrors/archive/04be3eba64a22a838cdb17b8dca15a52871c08b4 .zip" ,
129
+ "https://mirror.bazel.build/github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d .zip" ,
130
+ "https://github.com/golang/xerrors/archive/104605ab7028f4af38a8aff92ac848a51bd53c5d .zip" ,
131
131
],
132
- sha256 = "ffad2b06ef2e09d040da2ff08077865e99ab95d4d0451737fc8e33706bb01634 " ,
133
- strip_prefix = "xerrors-04be3eba64a22a838cdb17b8dca15a52871c08b4 " ,
132
+ sha256 = "007a5988932222d36c106636de7f0031bb26c426327a8f1253fbf17c7c9756c1 " ,
133
+ strip_prefix = "xerrors-104605ab7028f4af38a8aff92ac848a51bd53c5d " ,
134
134
patches = [
135
135
# releaser:patch-cmd gazelle -repo_root . -go_prefix golang.org/x/xerrors -go_naming_convention import_alias
136
136
Label ("//third_party:org_golang_x_xerrors-gazelle.patch" ),
@@ -160,7 +160,7 @@ def go_rules_dependencies(force = False):
160
160
http_archive ,
161
161
name = "org_golang_google_protobuf" ,
162
162
sha256 = "f5d1f6d0e9b836aceb715f1df2dc065083a55b07ecec3b01b5e89d039b14da02" ,
163
- # v1.31.0, latest as of 2023-09-18
163
+ # v1.31.0, latest as of 2023-11-16
164
164
urls = [
165
165
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ,
166
166
"https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.31.0.zip" ,
@@ -182,7 +182,7 @@ def go_rules_dependencies(force = False):
182
182
wrapper (
183
183
http_archive ,
184
184
name = "com_github_golang_protobuf" ,
185
- # v1.5.3, latest as of 2023-09-18
185
+ # v1.5.3, latest as of 2023-11-16
186
186
urls = [
187
187
"https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ,
188
188
"https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip" ,
@@ -202,7 +202,7 @@ def go_rules_dependencies(force = False):
202
202
wrapper (
203
203
http_archive ,
204
204
name = "com_github_mwitkow_go_proto_validators" ,
205
- # v0.3.2, latest as of 2023-09-18
205
+ # v0.3.2, latest as of 2023-11-16
206
206
urls = [
207
207
"https://mirror.bazel.build/github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" ,
208
208
"https://github.com/mwitkow/go-proto-validators/archive/refs/tags/v0.3.2.zip" ,
@@ -216,7 +216,7 @@ def go_rules_dependencies(force = False):
216
216
wrapper (
217
217
http_archive ,
218
218
name = "com_github_gogo_protobuf" ,
219
- # v1.3.2, latest as of 2023-09-18
219
+ # v1.3.2, latest as of 2023-11-16
220
220
urls = [
221
221
"https://mirror.bazel.build/github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ,
222
222
"https://github.com/gogo/protobuf/archive/refs/tags/v1.3.2.zip" ,
@@ -242,13 +242,13 @@ def go_rules_dependencies(force = False):
242
242
wrapper (
243
243
http_archive ,
244
244
name = "org_golang_google_genproto" ,
245
- # main, as of 2023-09-18
245
+ # main, as of 2023-11-16
246
246
urls = [
247
- "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/007df8e322eb3e384d36c0821e2337825c203ca6 .zip" ,
248
- "https://github.com/googleapis/go-genproto/archive/007df8e322eb3e384d36c0821e2337825c203ca6 .zip" ,
247
+ "https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20 .zip" ,
248
+ "https://github.com/googleapis/go-genproto/archive/bbf56f31fb17579209f44dda2d2567d20ff21a20 .zip" ,
249
249
],
250
- sha256 = "e7d0f3faed86258ed4e8e5527a8e98ff00fbd5b1a9b379a99a4aa2f76ce8bbcc " ,
251
- strip_prefix = "go-genproto-007df8e322eb3e384d36c0821e2337825c203ca6 " ,
250
+ sha256 = "28f26095dca7821661b37190516955185c295a49c44d026de24df7755d46c389 " ,
251
+ strip_prefix = "go-genproto-bbf56f31fb17579209f44dda2d2567d20ff21a20 " ,
252
252
patches = [
253
253
# releaser:patch-cmd gazelle -repo_root . -go_prefix google.golang.org/genproto -go_naming_convention import_alias -proto disable_global
254
254
Label ("//third_party:org_golang_google_genproto-gazelle.patch" ),
@@ -260,7 +260,7 @@ def go_rules_dependencies(force = False):
260
260
_maybe (
261
261
http_archive ,
262
262
name = "com_github_golang_mock" ,
263
- # v1.7.0-rc.1, latest as of 2023-09-18
263
+ # v1.7.0-rc.1, latest as of 2023-11-16
264
264
urls = [
265
265
"https://mirror.bazel.build/github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ,
266
266
"https://github.com/golang/mock/archive/refs/tags/v1.7.0-rc.1.zip" ,
0 commit comments