Skip to content

Commit 8246ca9

Browse files
chore(bazel): update Bazel Go deps (#1673)
1 parent a06360f commit 8246ca9

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

repositories.bzl

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def com_googleapis_gapic_generator_go_repositories():
4343
go_repository(
4444
name = "com_github_cncf_xds_go",
4545
importpath = "github.com/cncf/xds/go",
46-
sum = "h1:aQ3y1lwWyqYPiWZThqv1aFbZMiM9vblcSArJRf2Irls=",
47-
version = "v0.0.0-20250501225837-2ac532fd4443",
46+
sum = "h1:Y8xYupdHxryycyPlc9Y+bSQAYZnetRJ70VMVKm5CKI0=",
47+
version = "v0.0.0-20251022180443-0feb69152e9f",
4848
)
4949
go_repository(
5050
name = "com_github_creack_pty",
@@ -61,14 +61,14 @@ def com_googleapis_gapic_generator_go_repositories():
6161
go_repository(
6262
name = "com_github_envoyproxy_go_control_plane",
6363
importpath = "github.com/envoyproxy/go-control-plane",
64-
sum = "h1:zEqyPVyku6IvWCFwux4x9RxkLOMUL+1vC9xUFv5l2/M=",
65-
version = "v0.13.4",
64+
sum = "h1:K+fnvUM0VZ7ZFJf0n4L/BRlnsb9pL/GuDG6FqaH+PwM=",
65+
version = "v0.13.5-0.20251024222203-75eaa193e329",
6666
)
6767
go_repository(
6868
name = "com_github_envoyproxy_go_control_plane_envoy",
6969
importpath = "github.com/envoyproxy/go-control-plane/envoy",
70-
sum = "h1:jb83lalDRZSpPWW2Z7Mck/8kXZ5CQAFYVjQcdVIr83A=",
71-
version = "v1.32.4",
70+
sum = "h1:ixjkELDE+ru6idPxcHLj8LBVc2bFP7iBytj353BoHUo=",
71+
version = "v1.35.0",
7272
)
7373
go_repository(
7474
name = "com_github_envoyproxy_go_control_plane_ratelimit",
@@ -106,8 +106,8 @@ def com_googleapis_gapic_generator_go_repositories():
106106
go_repository(
107107
name = "com_github_go_jose_go_jose_v4",
108108
importpath = "github.com/go-jose/go-jose/v4",
109-
sum = "h1:TK/7NqRQZfgAh+Td8AlsrvtPoUyiHh0LqVvokh+1vHI=",
110-
version = "v4.1.2",
109+
sum = "h1:CVLmWDhDVRa6Mi/IgCgaopNosCaHz7zrMeF9MlZRkrs=",
110+
version = "v4.1.3",
111111
)
112112
go_repository(
113113
name = "com_github_go_logr_logr",
@@ -184,8 +184,8 @@ def com_googleapis_gapic_generator_go_repositories():
184184
go_repository(
185185
name = "com_github_googleapis_enterprise_certificate_proxy",
186186
importpath = "github.com/googleapis/enterprise-certificate-proxy",
187-
sum = "h1:GW/XbdyBFQ8Qe+YAmFU9uHLo7OnF5tL52HFAgMmyrf4=",
188-
version = "v0.3.6",
187+
sum = "h1:zrn2Ee/nWmHulBx5sAVrGgAa0f2/R35S4DJwfFaUPFQ=",
188+
version = "v0.3.7",
189189
)
190190
go_repository(
191191
name = "com_github_googleapis_gapic_showcase",
@@ -213,8 +213,8 @@ def com_googleapis_gapic_generator_go_repositories():
213213
go_repository(
214214
name = "com_github_googlecloudplatform_opentelemetry_operations_go_detectors_gcp",
215215
importpath = "github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp",
216-
sum = "h1:UQUsRi8WTzhZntp5313l+CHIAT95ojUI2lpP/ExlZa4=",
217-
version = "v1.29.0",
216+
sum = "h1:sBEjpZlNHzK1voKq9695PJSX2o5NEXl7/OL3coiIY0c=",
217+
version = "v1.30.0",
218218
)
219219
go_repository(
220220
name = "com_github_googlecloudplatform_opentelemetry_operations_go_exporter_metric",
@@ -374,8 +374,8 @@ def com_googleapis_gapic_generator_go_repositories():
374374
go_repository(
375375
name = "com_github_spiffe_go_spiffe_v2",
376376
importpath = "github.com/spiffe/go-spiffe/v2",
377-
sum = "h1:N2I01KCUkv1FAjZXJMwh95KK1ZIQLYbPfhaxw8WS0hE=",
378-
version = "v2.5.0",
377+
sum = "h1:l+DolpxNWYgruGQVV0xsfeya3CsC7m8iBzDnMpsbLuo=",
378+
version = "v2.6.0",
379379
)
380380
go_repository(
381381
name = "com_github_stretchr_objx",
@@ -463,8 +463,8 @@ def com_googleapis_gapic_generator_go_repositories():
463463
go_repository(
464464
name = "com_google_cloud_go_aiplatform",
465465
importpath = "cloud.google.com/go/aiplatform",
466-
sum = "h1:5E+YsR0Zi6ZJiC7yohfK13Ufoc29NoApRBajKuZhSeM=",
467-
version = "v1.108.0",
466+
sum = "h1:A1on/tr2Y7EwhW4M1dtuVMWioxFD5oiacZ85MOi9HH8=",
467+
version = "v1.109.0",
468468
)
469469
go_repository(
470470
name = "com_google_cloud_go_analytics",
@@ -673,8 +673,8 @@ def com_googleapis_gapic_generator_go_repositories():
673673
go_repository(
674674
name = "com_google_cloud_go_dataplex",
675675
importpath = "cloud.google.com/go/dataplex",
676-
sum = "h1:renSEYTQZMQ3ag7lM0BDmSj4FWqaTGW60YQ/lvAE5iA=",
677-
version = "v1.27.1",
676+
sum = "h1:rROI3iqMVI9nXT701ULoFRETQVAOAPC3mPSWFDxXFl0=",
677+
version = "v1.28.0",
678678
)
679679
go_repository(
680680
name = "com_google_cloud_go_dataproc_v2",
@@ -709,8 +709,8 @@ def com_googleapis_gapic_generator_go_repositories():
709709
go_repository(
710710
name = "com_google_cloud_go_dialogflow",
711711
importpath = "cloud.google.com/go/dialogflow",
712-
sum = "h1:76UcutgQuV8s1t2yIz6rdUCkosDT6nT3LCsybPzJI8k=",
713-
version = "v1.70.0",
712+
sum = "h1:P2VLpdyxu1gxsocyVWGfLzxvZ8Esxh2KULHhNuZ3FXI=",
713+
version = "v1.71.0",
714714
)
715715
go_repository(
716716
name = "com_google_cloud_go_dlp",
@@ -865,8 +865,8 @@ def com_googleapis_gapic_generator_go_repositories():
865865
go_repository(
866866
name = "com_google_cloud_go_maps",
867867
importpath = "cloud.google.com/go/maps",
868-
sum = "h1:E4KozZ8UzxTUA3R/QtZg1vw3f65miBUnoUHkSwf03dA=",
869-
version = "v1.25.0",
868+
sum = "h1:tcdo9oB3Ap4N9JJJFOhxRFldKUok4Mesd3ta7Rm79r0=",
869+
version = "v1.26.0",
870870
)
871871
go_repository(
872872
name = "com_google_cloud_go_mediatranslation",
@@ -901,8 +901,8 @@ def com_googleapis_gapic_generator_go_repositories():
901901
go_repository(
902902
name = "com_google_cloud_go_networkmanagement",
903903
importpath = "cloud.google.com/go/networkmanagement",
904-
sum = "h1:W5zdnH332yJFADTXlsHWLVkiXLKGWHjrsg7vXLGd+Ws=",
905-
version = "v1.20.1",
904+
sum = "h1:041d0RqmwP/H7AWkF/AoAwFvuCkz8shUMA4EoQt0lOA=",
905+
version = "v1.21.0",
906906
)
907907
go_repository(
908908
name = "com_google_cloud_go_networksecurity",
@@ -1213,8 +1213,8 @@ def com_googleapis_gapic_generator_go_repositories():
12131213
go_repository(
12141214
name = "io_opentelemetry_go_contrib_detectors_gcp",
12151215
importpath = "go.opentelemetry.io/contrib/detectors/gcp",
1216-
sum = "h1:F7q2tNlCaHY9nMKHR6XH9/qkp8FktLnIcy6jJNyOCQw=",
1217-
version = "v1.36.0",
1216+
sum = "h1:ZoYbqX7OaA/TAikspPl3ozPI6iY6LiIY9I8cUfm+pJs=",
1217+
version = "v1.38.0",
12181218
)
12191219
go_repository(
12201220
name = "io_opentelemetry_go_contrib_instrumentation_google_golang_org_grpc_otelgrpc",
@@ -1294,8 +1294,8 @@ def com_googleapis_gapic_generator_go_repositories():
12941294
"gazelle:resolve go go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc @io_opentelemetry_go_contrib_instrumentation_google_golang_org_grpc_otelgrpc//:go_default_library",
12951295
],
12961296
importpath = "google.golang.org/api",
1297-
sum = "h1:OaF+IbRwOottVCYV2wZan7KUq7UeNUQn1BcPc4K7lE4=",
1298-
version = "v0.255.0",
1297+
sum = "h1:u6Khm8+F9sxbCTYNoBHg6/Hwv0N/i+V94MvkOSor6oI=",
1298+
version = "v0.256.0",
12991299
)
13001300
go_repository(
13011301
name = "org_golang_google_appengine",
@@ -1306,32 +1306,32 @@ def com_googleapis_gapic_generator_go_repositories():
13061306
go_repository(
13071307
name = "org_golang_google_genproto",
13081308
importpath = "google.golang.org/genproto",
1309-
sum = "h1:MgBTzgUJFAmp2PlyqKJecSpZpjFxkYL3nDUIeH/6Q30=",
1310-
version = "v0.0.0-20251103181224-f26f9409b101",
1309+
sum = "h1:dDbsTLIK7EzwUq36kCSAsk0slouq/S0tWHeeGi97cD8=",
1310+
version = "v0.0.0-20251124214823-79d6a2a48846",
13111311
)
13121312
go_repository(
13131313
name = "org_golang_google_genproto_googleapis_api",
13141314
importpath = "google.golang.org/genproto/googleapis/api",
1315-
sum = "h1:+2XxjfsAu6vqFxwGBRcHiMaDCuZiqXGDUDVWVtrFAnE=",
1316-
version = "v0.0.0-20251029180050-ab9386a59fda",
1315+
sum = "h1:B14OtaXuMaCQsl2deSvNkyPKIzq3BjfxQp8d00QyWx4=",
1316+
version = "v0.0.0-20251111163417-95abcf5c77ba",
13171317
)
13181318
go_repository(
13191319
name = "org_golang_google_genproto_googleapis_bytestream",
13201320
importpath = "google.golang.org/genproto/googleapis/bytestream",
1321-
sum = "h1:Qf/faS3SeA4Pom839x7SRG3DdYxyCDAKKg8JUHxIKPM=",
1322-
version = "v0.0.0-20251029180050-ab9386a59fda",
1321+
sum = "h1:yPJt1QyhbMgVYk1uHU1fzFDusVK69zmYfO7uupO0/QE=",
1322+
version = "v0.0.0-20251103181224-f26f9409b101",
13231323
)
13241324
go_repository(
13251325
name = "org_golang_google_genproto_googleapis_rpc",
13261326
importpath = "google.golang.org/genproto/googleapis/rpc",
1327-
sum = "h1:tRPGkdGHuewF4UisLzzHHr1spKw92qLM98nIzxbC0wY=",
1328-
version = "v0.0.0-20251103181224-f26f9409b101",
1327+
sum = "h1:Wgl1rcDNThT+Zn47YyCXOXyX/COgMTIdhJ717F0l4xk=",
1328+
version = "v0.0.0-20251124214823-79d6a2a48846",
13291329
)
13301330
go_repository(
13311331
name = "org_golang_google_grpc",
13321332
importpath = "google.golang.org/grpc",
1333-
sum = "h1:UnVkv1+uMLYXoIz6o7chp59WfQUYA2ex/BXQ9rHZu7A=",
1334-
version = "v1.76.0",
1333+
sum = "h1:wVVY6/8cGA6vvffn+wWK5ToddbgdU3d8MNENr4evgXM=",
1334+
version = "v1.77.0",
13351335
)
13361336

13371337
#keep: frozen due to https://github.com/googleapis/gapic-generator-go/issues/1608
@@ -1363,20 +1363,20 @@ def com_googleapis_gapic_generator_go_repositories():
13631363
go_repository(
13641364
name = "org_golang_x_net",
13651365
importpath = "golang.org/x/net",
1366-
sum = "h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4=",
1367-
version = "v0.46.0",
1366+
sum = "h1:6/3JGEh1C88g7m+qzzTbl3A0FtsLguXieqofVLU/JAo=",
1367+
version = "v0.46.1-0.20251013234738-63d1a5100f82",
13681368
)
13691369
go_repository(
13701370
name = "org_golang_x_oauth2",
13711371
importpath = "golang.org/x/oauth2",
1372-
sum = "h1:jsCblLleRMDrxMN29H3z/k1KliIvpLgCkE6R8FXXNgY=",
1373-
version = "v0.32.0",
1372+
sum = "h1:4Q+qn+E5z8gPRJfmRy7C2gGG3T4jIprK6aSYgTXGRpo=",
1373+
version = "v0.33.0",
13741374
)
13751375
go_repository(
13761376
name = "org_golang_x_sync",
13771377
importpath = "golang.org/x/sync",
1378-
sum = "h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug=",
1379-
version = "v0.17.0",
1378+
sum = "h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=",
1379+
version = "v0.18.0",
13801380
)
13811381
go_repository(
13821382
name = "org_golang_x_sys",

0 commit comments

Comments
 (0)