api: update googleapis buf module version (#23001)

This updates the version of buf.build/googleapis/googleapis to the
latest pushed version. The BSR had a change in the googleapis module to
to concerns with the number of files in BSR, requiring previous commits
to be removed. See https://docs.buf.build/faq#googleapis-failure for
more details. This PR fixes the issue for envoy.

Signed-off-by: bufdev <bufdev-github@buf.build>

Signed-off-by: bufdev <bufdev-github@buf.build>

Mirrored from https://github.com/envoyproxy/envoy @ 68758cef311f65e8813df6b7235ead660cd952f8
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent 6025b366c7
commit 3bd8437380
  1. 10
      buf.lock
  2. 2
      buf.yaml

@ -8,19 +8,19 @@ deps:
- remote: buf.build
owner: cncf
repository: xds
commit: 0492166643854ea08814f4349286f9cb
commit: f6f9b109ae2f445e9c1c00bb765b5373
- remote: buf.build
owner: envoyproxy
repository: protoc-gen-validate
commit: dc09a417d27241f7b069feae2cd74a0e
commit: 45685e052c7e406b9fbd441fc7a568a5
- remote: buf.build
owner: gogo
repository: protobuf
commit: 4df00b267f944190a229ce3695781e99
commit: 5461a3dfa9d941da82028ab185dc2a0e
- remote: buf.build
owner: googleapis
repository: googleapis
commit: d1a849b8f8304950832335723096e954
commit: 62f35d8aed1149c291d606d958a7ce32
- remote: buf.build
owner: opencensus
repository: opencensus
@ -28,4 +28,4 @@ deps:
- remote: buf.build
owner: opentelemetry
repository: opentelemetry
commit: 187ea5573ff044faa892a5d244cb2b48
commit: 038316eb65414db8bb0cd88c47a4ee0f

@ -1,6 +1,6 @@
version: v1
deps:
- buf.build/googleapis/googleapis:d1a849b8f8304950832335723096e954
- buf.build/googleapis/googleapis:62f35d8aed1149c291d606d958a7ce32
- buf.build/opencensus/opencensus
- buf.build/beta/prometheus
- buf.build/opentelemetry/opentelemetry

Loading…
Cancel
Save