Skip to content

Commit 9d5416b

Browse files
authored
chore(deps): update deps (#3583)
1 parent 286e964 commit 9d5416b

10 files changed

+24434
-16725
lines changed

go/private/repositories.bzl

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ def go_rules_dependencies(force = False):
5050
wrapper(
5151
http_archive,
5252
name = "bazel_skylib",
53-
# 1.4.1, latest as of 2023-03-27
53+
# 1.4.2, latest as of 2023-06-08
5454
urls = [
55-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz",
56-
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz",
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",
5757
],
58-
sha256 = "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7",
58+
sha256 = "66ffd9315665bfaafc96b52278f57c7e2dd09f5ede279ea6d39b2be471e7e3aa",
5959
strip_prefix = "",
6060
)
6161

@@ -86,13 +86,13 @@ def go_rules_dependencies(force = False):
8686
wrapper(
8787
http_archive,
8888
name = "org_golang_x_sys",
89-
# v0.6.0, latest as of 2023-03-27
89+
# v0.8.0, latest as of 2023-06-08
9090
urls = [
91-
"https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.6.0.zip",
92-
"https://github.com/golang/sys/archive/refs/tags/v0.6.0.zip",
91+
"https://mirror.bazel.build/github.com/golang/sys/archive/refs/tags/v0.8.0.zip",
92+
"https://github.com/golang/sys/archive/refs/tags/v0.8.0.zip",
9393
],
94-
sha256 = "7f2399398b2eb4f1f495cc754d6353566e0ad934ee0eb46505e55162e0def56d",
95-
strip_prefix = "sys-0.6.0",
94+
sha256 = "58ef1f478ba923715bc493f2e0a431d4b2d428f1e3409f6acaac452945f6fd2f",
95+
strip_prefix = "sys-0.8.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 2023-03-27
108+
# master, as of 2023-06-08
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 = "cb1a05581c33b3705ede6c08edf9b9c1dbc579559ba30f532704c324e42bf801",
144-
# v1.30.0, latest as of 2023-03-27
144+
# v1.30.0, latest as of 2023-06-08
145145
urls = [
146146
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.zip",
147147
"https://github.com/protocolbuffers/protobuf-go/archive/refs/tags/v1.30.0.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.3, latest as of 2023-03-27
166+
# v1.5.3, latest as of 2023-06-08
167167
urls = [
168168
"https://mirror.bazel.build/github.com/golang/protobuf/archive/refs/tags/v1.5.3.zip",
169169
"https://github.com/golang/protobuf/archive/refs/tags/v1.5.3.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 2023-03-27
186+
# v0.3.2, latest as of 2023-06-08
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 2023-03-27
200+
# v1.3.2, latest as of 2023-06-08
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 2023-03-27
227+
# main, as of 2023-06-08
228228
urls = [
229-
"https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/6ac7f18bb9d5eeeb13a9f1ae4f21e4374a1952f8.zip",
230-
"https://github.com/googleapis/go-genproto/archive/6ac7f18bb9d5eeeb13a9f1ae4f21e4374a1952f8.zip",
229+
"https://mirror.bazel.build/github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip",
230+
"https://github.com/googleapis/go-genproto/archive/e85fd2cbaebc35e54b279b5e9b1057db87dacd57.zip",
231231
],
232-
sha256 = "3470e7a89b24971b20c4bb8900a668df25279e4b741f72bc09418c1f22543215",
233-
strip_prefix = "go-genproto-6ac7f18bb9d5eeeb13a9f1ae4f21e4374a1952f8",
232+
sha256 = "da966a75fdc2f9d8006bc51e683490ff969ff637bbc030812cd9c5697e3a7cab",
233+
strip_prefix = "go-genproto-e85fd2cbaebc35e54b279b5e9b1057db87dacd57",
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-12-05
250+
# master, as of 2023-06-08
251251
urls = [
252-
"https://mirror.bazel.build/github.com/googleapis/googleapis/archive/83c3605afb5a39952bf0a0809875d41cf2a558ca.zip",
253-
"https://github.com/googleapis/googleapis/archive/83c3605afb5a39952bf0a0809875d41cf2a558ca.zip",
252+
"https://mirror.bazel.build/github.com/googleapis/googleapis/archive/77c99e43177c76ae1c1edacee7b6ac4e35a42f3d.zip",
253+
"https://github.com/googleapis/googleapis/archive/77c99e43177c76ae1c1edacee7b6ac4e35a42f3d.zip",
254254
],
255-
sha256 = "ba694861340e792fd31cb77274eacaf6e4ca8bda97707898f41d8bebfd8a4984",
256-
strip_prefix = "googleapis-83c3605afb5a39952bf0a0809875d41cf2a558ca",
255+
sha256 = "34ac509ced3e261ef8093c3af3c6030be6c856d9b599620ce35781850a1e6010",
256+
strip_prefix = "googleapis-77c99e43177c76ae1c1edacee7b6ac4e35a42f3d",
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 2023-03-27
272+
# v1.7.0-rc.1, latest as of 2023-06-08
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

Comments
 (0)