Skip to content

Commit

Permalink
chore(bazel): update Bazel Go deps (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Aug 7, 2023
1 parent a2c228b commit 3a2abcf
Showing 1 changed file with 74 additions and 74 deletions.
148 changes: 74 additions & 74 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ def com_googleapis_gapic_generator_go_repositories():
# This is part of a fix for https://github.com/googleapis/gapic-generator-go/issues/387.
build_extra_args = ["-exclude=longrunning/autogen/info.go"],
importpath = "cloud.google.com/go",
sum = "h1:8uYAkj3YHTP/1iwReuHPxLSbdcyc+dSBbzFMrVwDR6Q=",
version = "v0.110.6",
sum = "h1:rJyC7nWRg2jWGZ4wSJ5nY65GTdYJkg0cd/uXb+ACI6o=",
version = "v0.110.7",
)
go_repository(
name = "com_google_cloud_go_accessapproval",
Expand All @@ -434,14 +434,14 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_aiplatform",
importpath = "cloud.google.com/go/aiplatform",
sum = "h1:FLTOQdXDqigyOPYrGGE5AiTpDyRROIZrPU1eXfKzKTY=",
version = "v1.45.0",
sum = "h1:M5davZWCTzE043rJCn+ZLW6hSxfG1KAx4vJTtas2/ec=",
version = "v1.48.0",
)
go_repository(
name = "com_google_cloud_go_analytics",
importpath = "cloud.google.com/go/analytics",
sum = "h1:T400N/hkELka6OsgK20JYoit0xvKnZtWoe36ft4wGBs=",
version = "v0.21.2",
sum = "h1:TFBC1ZAqX9/jL56GEXdLrVe5vT3I22bDVWyDwZX4IEg=",
version = "v0.21.3",
)
go_repository(
name = "com_google_cloud_go_apigateway",
Expand Down Expand Up @@ -514,15 +514,15 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_beyondcorp",
importpath = "cloud.google.com/go/beyondcorp",
sum = "h1:doSatyJyIY1ffqsHuv5DiPSYoXZRIUrJYLArWLZqE/E=",
version = "v0.6.1",
sum = "h1:VPg+fZXULQjs8LiMeWdLaB5oe8G9sEoZ0I0j6IMiG1Q=",
version = "v1.0.0",
)

go_repository(
name = "com_google_cloud_go_bigquery",
importpath = "cloud.google.com/go/bigquery",
sum = "h1:JKLNdxI0N+TIUWD6t9KN646X27N5dQWq9dZbbTWZ8hc=",
version = "v1.52.0",
sum = "h1:K3wLbjbnSlxhuG5q4pntHv5AEbQM1QqHKGYgwFIqOTg=",
version = "v1.53.0",
)
go_repository(
name = "com_google_cloud_go_billing",
Expand Down Expand Up @@ -551,8 +551,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_cloudbuild",
importpath = "cloud.google.com/go/cloudbuild",
sum = "h1:N6Tl7Xhi0+GWGdt0i2WwaLZKgKeGP4m9A/cERzZcU5k=",
version = "v1.10.1",
sum = "h1:YBbAWcvE4x6xPWTyS+OU4eiUpz5rCS3VCM/aqmfddPA=",
version = "v1.13.0",
)
go_repository(
name = "com_google_cloud_go_clouddms",
Expand All @@ -564,14 +564,14 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_cloudtasks",
importpath = "cloud.google.com/go/cloudtasks",
sum = "h1:zyF35LjQyVQQnWbglmVDbsgOHqkbkaxTeRDisEJsXtE=",
version = "v1.11.1",
sum = "h1:cMh9Q6dkvh+Ry5LAPbD/U2aw6KAqdiU6FttwhbTo69w=",
version = "v1.12.1",
)
go_repository(
name = "com_google_cloud_go_compute",
importpath = "cloud.google.com/go/compute",
sum = "h1:6aKEtlUiwEpJzM001l0yFkpXmUVXaN8W+fbkb2AZNbg=",
version = "v1.20.1",
sum = "h1:tP41Zoavr8ptEqaW6j+LQOnyBBhO7OkOMAGrgLopTwY=",
version = "v1.23.0",
)
go_repository(
name = "com_google_cloud_go_compute_metadata",
Expand All @@ -583,14 +583,14 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_contactcenterinsights",
importpath = "cloud.google.com/go/contactcenterinsights",
sum = "h1:hy4L0bc3fQNZZrhPjuoH62RiisD5B71/S1OZNunsTRk=",
version = "v1.9.1",
sum = "h1:YR2aPedGVQPpFBZXJnPkqRj8M//8veIZZH5ZvICoXnI=",
version = "v1.10.0",
)
go_repository(
name = "com_google_cloud_go_container",
importpath = "cloud.google.com/go/container",
sum = "h1:WKBegIfJJc+CL2PIgNpQuvLgGW/CoGJjge5Yjpc0YuU=",
version = "v1.22.1",
sum = "h1:N51t/cgQJFqDD/W7Mb+IvmAPHrf8AbPx7Bb7aF4lROE=",
version = "v1.24.0",
)

go_repository(
Expand All @@ -602,8 +602,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_datacatalog",
importpath = "cloud.google.com/go/datacatalog",
sum = "h1:cFPBt8V5V2T3mu/96tc4nhcMB+5cYcpwjBfn79bZDI8=",
version = "v1.14.1",
sum = "h1:qVeQcw1Cz93/cGu2E7TYUPh8Lz5dn5Ws2siIuQ17Vng=",
version = "v1.16.0",
)
go_repository(
name = "com_google_cloud_go_dataflow",
Expand Down Expand Up @@ -633,14 +633,14 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_dataplex",
importpath = "cloud.google.com/go/dataplex",
sum = "h1:RvUH/k3Qi5AOXUAmQVsNCcND9qwJJq3biMSPngO0TQY=",
version = "v1.8.1",
sum = "h1:yoBWuuUZklYp7nx26evIhzq8+i/nvKYuZr1jka9EqLs=",
version = "v1.9.0",
)
go_repository(
name = "com_google_cloud_go_dataproc",
importpath = "cloud.google.com/go/dataproc",
sum = "h1:W47qHL3W4BPkAIbk4SWmIERwsWBaNnWm0P2sdx3YgGU=",
version = "v1.12.0",
name = "com_google_cloud_go_dataproc_v2",
importpath = "cloud.google.com/go/dataproc/v2",
sum = "h1:4OpSiPMMGV3XmtPqskBU/RwYpj3yMFjtMLj/exi425Q=",
version = "v2.0.1",
)

go_repository(
Expand All @@ -652,28 +652,28 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_datastore",
importpath = "cloud.google.com/go/datastore",
sum = "h1:i8HMKsqg/Sl3ZlOTGl471Z8j2uKtbRDT9VXJUIVlMik=",
version = "v1.12.1",
sum = "h1:ktbC66bOQB3HJPQe8qNI1/aiQ77PMu7hD4mzE6uxe3w=",
version = "v1.13.0",
)

go_repository(
name = "com_google_cloud_go_datastream",
importpath = "cloud.google.com/go/datastream",
sum = "h1:BxAt9Tvi1hoEqI4fvyXh/Oc8vd7b5aCZb3bzewh8Dvg=",
version = "v1.9.1",
sum = "h1:ra/+jMv36zTAGPfi8TRne1hXme+UsKtdcK4j6bnqQiw=",
version = "v1.10.0",
)
go_repository(
name = "com_google_cloud_go_deploy",
importpath = "cloud.google.com/go/deploy",
sum = "h1:rp+Sf2bWuqJYBuygQl6diFAdvlR8kklhD+stDvyl1zM=",
version = "v1.11.0",
sum = "h1:A+w/xpWgz99EYzB6e31gMGAI/P5jTZ2UO7veQK5jQ8o=",
version = "v1.13.0",
)

go_repository(
name = "com_google_cloud_go_dialogflow",
importpath = "cloud.google.com/go/dialogflow",
sum = "h1:kP0t9SX0w3Fbs1q36mSZ3GQuyOgauVhdNXw0wK4cmOI=",
version = "v1.38.0",
sum = "h1:sCJbaXt6ogSbxWQnERKAzos57f02PP6WkGbOZvXUdwc=",
version = "v1.40.0",
)
go_repository(
name = "com_google_cloud_go_dlp",
Expand All @@ -685,8 +685,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_documentai",
importpath = "cloud.google.com/go/documentai",
sum = "h1:DK9nDulPQgdy3pJIYjMIRrFSAe/Ch3TpfHVn83aV/Gk=",
version = "v1.20.0",
sum = "h1:dW8ex9yb3oT9s1yD2+yLcU8Zq15AquRZ+wd0U+TkxFw=",
version = "v1.22.0",
)
go_repository(
name = "com_google_cloud_go_domains",
Expand Down Expand Up @@ -716,8 +716,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_eventarc",
importpath = "cloud.google.com/go/eventarc",
sum = "h1:8ZAkv7MTnAhix5kSw+Cm/xVzG8+OhC+flZGL9iRdpQA=",
version = "v1.12.1",
sum = "h1:xIP3XZi0Xawx8DEfh++mE2lrIi5kQmCr/KcWhJ1q0J4=",
version = "v1.13.0",
)
go_repository(
name = "com_google_cloud_go_filestore",
Expand Down Expand Up @@ -761,8 +761,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_gkemulticloud",
importpath = "cloud.google.com/go/gkemulticloud",
sum = "h1:vg81EW3GQ4RO4PT1MdNHE8aF87EiohZp/WwMWfUTTR0=",
version = "v0.6.1",
sum = "h1:MluqhtPVZReoriP5+adGIw+ij/RIeRik8KApCW2WMTw=",
version = "v1.0.0",
)
go_repository(
name = "com_google_cloud_go_gsuiteaddons",
Expand Down Expand Up @@ -798,8 +798,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_kms",
importpath = "cloud.google.com/go/kms",
sum = "h1:xZmZuwy2cwzsocmKDOPu4BL7umg8QXagQx6fKVmf45U=",
version = "v1.12.1",
sum = "h1:xYl5WEaSekKYN5gGRyhjvZKM22GVBBCzegGNVPy+aIs=",
version = "v1.15.0",
)

go_repository(
Expand Down Expand Up @@ -836,8 +836,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_maps",
importpath = "cloud.google.com/go/maps",
sum = "h1:m4BlGu0qnPwuq5aToT3atcVckS+hf40jsRXveJhusJI=",
version = "v1.3.0",
sum = "h1:PdfgpBLhAoSzZrQXP+/zBc78fIPLZSJp5y8+qSMn2UU=",
version = "v1.4.0",
)

go_repository(
Expand All @@ -855,8 +855,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_metastore",
importpath = "cloud.google.com/go/metastore",
sum = "h1:sF2yYgo2P4b3hJP2LlIZoafZixtabF/fnORDDMkFeqQ=",
version = "v1.11.1",
sum = "h1:+9DsxUOHvsqvC0ylrRc/JwzbXJaaBpfIK3tX0Lx8Tcc=",
version = "v1.12.0",
)
go_repository(
name = "com_google_cloud_go_monitoring",
Expand Down Expand Up @@ -930,8 +930,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_policytroubleshooter",
importpath = "cloud.google.com/go/policytroubleshooter",
sum = "h1:AZ2n6dw6OnYpDZAUk6WK1drupzTWNMRk/uatXEIDAsU=",
version = "v1.7.1",
sum = "h1:XTMHy31yFmXgQg57CB3w9YQX8US7irxDX0Fl0VwlZyY=",
version = "v1.8.0",
)

go_repository(
Expand All @@ -943,8 +943,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_pubsub",
importpath = "cloud.google.com/go/pubsub",
sum = "h1:JOEkgEYBuUTHSyHS4TcqOFuWr+vD6qO/imsFqShUCp4=",
version = "v1.32.0",
sum = "h1:6SPCPvWav64tj0sVX/+npCBKhUi/UjJehy9op/V3p2g=",
version = "v1.33.0",
)
go_repository(
name = "com_google_cloud_go_pubsublite",
Expand Down Expand Up @@ -1032,8 +1032,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_servicedirectory",
importpath = "cloud.google.com/go/servicedirectory",
sum = "h1:J/0csas97yAQ+dcc7i8HqbaOA4KOfPu7BPhJdxYRhCk=",
version = "v1.10.1",
sum = "h1:pBWpjCFVGWkzVTkqN3TBBIqNSoSHY86/6RL0soSQ4z8=",
version = "v1.11.0",
)

go_repository(
Expand All @@ -1052,8 +1052,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_speech",
importpath = "cloud.google.com/go/speech",
sum = "h1:KIV99afoYTJqA2qi8Cjbl5DpjSRzvqFgKcptGXg6kxw=",
version = "v1.17.1",
sum = "h1:MCagaq8ObV2tr1kZJcJYgXYbIn8Ai5rp42tyGYw9rls=",
version = "v1.19.0",
)
go_repository(
name = "com_google_cloud_go_storage",
Expand Down Expand Up @@ -1096,14 +1096,14 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_translate",
importpath = "cloud.google.com/go/translate",
sum = "h1:7P75urEfnR/gU+7oYn5GuMsV9tJAiBGLJv06G10mM/E=",
version = "v1.8.1",
sum = "h1:PQHamiOzlehqLBJMnM72lXk/OsMQewZB12BKJ8zXrU0=",
version = "v1.8.2",
)
go_repository(
name = "com_google_cloud_go_video",
importpath = "cloud.google.com/go/video",
sum = "h1:gWi0caJILQb9VwZPq28R1Wrg5YMsoLIvtvKDSglcQL8=",
version = "v1.17.1",
sum = "h1:BRyyS+wU+Do6VOXnb8WfPr42ZXti9hzmLKLUCkggeK4=",
version = "v1.19.0",
)

go_repository(
Expand All @@ -1127,8 +1127,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "com_google_cloud_go_vmwareengine",
importpath = "cloud.google.com/go/vmwareengine",
sum = "h1:roQrCAkaysVvXxFMuK26lORi+gablOY54htDtDDow0w=",
version = "v0.4.1",
sum = "h1:qsJ0CPlOQu/3MFBGklu752v3AkD+Pdu091UmXJ+EjTA=",
version = "v1.0.0",
)

go_repository(
Expand Down Expand Up @@ -1200,8 +1200,8 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "org_golang_google_api",
importpath = "google.golang.org/api",
sum = "h1:8t2/+qZ26kAOGSmOiHwVycqVaDg7q3JDILrNi/Z6rvc=",
version = "v0.132.0",
sum = "h1:ktL4Goua+UBgoP1eL1/60LwZJqa1sIzkLmvoR3hR6Gw=",
version = "v0.134.0",
)

go_repository(
Expand All @@ -1214,34 +1214,34 @@ def com_googleapis_gapic_generator_go_repositories():
go_repository(
name = "org_golang_google_genproto",
importpath = "google.golang.org/genproto",
sum = "h1:2CKO8yUZZPdYiN1S9T7/PWPcFeZbzWrK88x4dT+j/Qg=",
version = "v0.0.0-20230720185612-659f7aaaa771",
sum = "h1:L6iMMGrtzgHsWofoFcihmDEMYeDR9KN/ThbPWGrh++g=",
version = "v0.0.0-20230803162519-f966b187b2e5",
)
go_repository(
name = "org_golang_google_genproto_googleapis_api",
importpath = "google.golang.org/genproto/googleapis/api",
sum = "h1:lCbbUxUDD+DiXx9Q6F/ttL0aAu7N2pz8XnmMm8ZW4NE=",
version = "v0.0.0-20230717213848-3f92550aa753",
sum = "h1:z3vDksarJxsAKM5dmEGv0GHwE2hKJ096wZra71Vs4sw=",
version = "v0.0.0-20230726155614-23370e0ffb3e",
)
go_repository(
name = "org_golang_google_genproto_googleapis_bytestream",
importpath = "google.golang.org/genproto/googleapis/bytestream",
sum = "h1:Hm7pO7oy28D47G/nht5kL85gWK/270UoRu7tx7rU0xg=",
version = "v0.0.0-20230711160842-782d3b101e98",
sum = "h1:gm8vsVR64Jx1GxHY8M+p8YA2bxU/H/lymcutB2l7l9s=",
version = "v0.0.0-20230720185612-659f7aaaa771",
)

go_repository(
name = "org_golang_google_genproto_googleapis_rpc",
importpath = "google.golang.org/genproto/googleapis/rpc",
sum = "h1:Z8qdAF9GFsmcUuWQ5KVYIpP3PCKydn/YKORnghIalu4=",
version = "v0.0.0-20230720185612-659f7aaaa771",
sum = "h1:eSaPbMR4T7WfH9FvABk36NBMacoTUKdWCvV0dx+KfOg=",
version = "v0.0.0-20230803162519-f966b187b2e5",
)

go_repository(
name = "org_golang_google_grpc",
importpath = "google.golang.org/grpc",
sum = "h1:fVRFRnXvU+x6C4IlHZewvJOVHoOv1TUuQyoRsYnB4bI=",
version = "v1.56.2",
sum = "h1:kfzNeI/klCGD2YPMUlaGNT3pxvYfga7smW3Vth8Zsiw=",
version = "v1.57.0",
)

go_repository(
Expand Down

0 comments on commit 3a2abcf

Please sign in to comment.