Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/pubsub v1.45.3 -> v1.47.0 age adoption passing confidence require minor
github.com/apache/beam/sdks/v2 v2.61.0 -> v2.63.0 age adoption passing confidence require minor
go (source) 1.23.4 -> 1.24.0 age adoption passing confidence toolchain minor

Release Notes

apache/beam (github.com/apache/beam/sdks/v2)

v2.63.0: Beam 2.63.0 release

Compare Source

We are happy to present the new 2.63.0 release of Beam.
This release includes both improvements and new functionality.
See the download page for this release.

For more information on changes in 2.63.0, check out the detailed release notes.

I/Os

  • Support gcs-connector 3.x+ in GcsUtil (#​33368)
  • Support for X source added (Java/Python) (#X).
  • Introduced --groupFilesFileLoad pipeline option to mitigate side-input related issues in BigQueryIO
    batch FILE_LOAD on certain runners (including Dataflow Runner V2) (Java) (#​33587).

New Features / Improvements

  • Add BigQuery vector/embedding ingestion and enrichment components to apache_beam.ml.rag (Python) (#​33413).
  • Upgraded to protobuf 4 (Java) (#​33192).
  • [GCSIO] Added retry logic to each batch method of the GCS IO (Python) (#​33539)
  • [GCSIO] Enable recursive deletion for GCSFileSystem Paths (Python) (#​33611).
  • External, Process based Worker Pool support added to the Go SDK container. (#​33572)
  • Support the Process Environment for execution in the Go SDK. (#​33651)
  • Prism
    • Prism now uses the same single port for both pipeline submission and execution on workers. Requests are differentiated by worker-id. (#​33438)
      • This avoids port starvation and provides clarity on port use when running Prism in non-local environments.
    • Support for @​RequiresTimeSortedInputs added. (#​33513)
    • Initial support for AllowedLateness added. (#​33542)
    • The Go SDK's inprocess Prism runner (AKA the Go SDK default runner) now supports non-loopback mode environment types. (#​33572)
    • Support the Process Environment for execution in Prism (#​33651)
    • Support the AnyOf Environment for execution in Prism (#​33705)
      • This improves support for developing Xlang pipelines, when using a compatible cross language service.
  • Partitions are now configurable for the DaskRunner in the Python SDK (#​33805).
  • [Dataflow Streaming] Enable Windmill GetWork Response Batching by default (#​33847).
    • With this change user workers will request batched GetWork responses from backend and backend will send multiple WorkItems in the same response proto.
    • The feature can be disabled by passing --windmillRequestBatchedGetWorkResponse=false

Breaking Changes

  • AWS V1 I/Os have been removed (Java). As part of this, x-lang Python Kinesis I/O has been updated to consume the V2 IO and it also no longer supports setting producer_properties (#​33430).
  • Upgraded to protobuf 4 (Java) (#​33192), but forced Debezium IO to use protobuf 3 (#​33541 because Debezium clients are not protobuf 4 compatible. This may cause conflicts when using clients which are only compatible with protobuf 4.
  • Minimum Go version for Beam Go updated to 1.22.10 (#​33609)

Bugfixes

  • Fix data loss issues when reading gzipped files with TextIO (Python) (#​18390, #​31040).
  • [BigQueryIO] Fixed an issue where Storage Write API sometimes doesn't pick up auto-schema updates (#​33231)
  • Prism
    • Fixed an edge case where Bundle Finalization might not become enabled. (#​33493).
    • Fixed session window aggregation, which wasn't being performed per-key. (#​33542).)
  • [Dataflow Streaming Appliance] Fixed commits failing with KeyCommitTooLargeException when a key outputs >180MB of results. #​33588.
  • Fixed a Dataflow template creation issue that ignores template file creation errors (Java) (#​33636)
  • Correctly documented Pane Encodings in the portability protocols (#​33840).
  • Fixed the user mailing list address (#​26013).
  • [Dataflow Streaming] Fixed an issue where Dataflow Streaming workers were reporting lineage metrics as cumulative rather than delta. (#​33691)

List of Contributors

According to git shortlog, the following people contributed to the 2.62.0 release. Thank you to all contributors!

Ahmed Abualsaud,
Alex Merose,
Andrej Galad,
Andrew Crites,
Arun Pandian,
Bartosz Zablocki,
Chamikara Jayalath,
Claire McGinty,
Clay Johnson,
Damon Douglas,
Danish Amjad,
Danny McCormick,
Deep1998,
Derrick Williams,
Dmitry Labutin,
Dmytro Sadovnychyi,
Eduardo Ramírez,
Filipe Regadas,
Hai Joey Tran,
Jack McCluskey,
Jan Lukavský,
Jeff Kinard,
Jozef Vilcek,
Julien Tournay,
Kenneth Knowles,
Michel Davit,
Miguel Trigueira,
Minbo Bae,
Mohamed Awnallah,
Mohit Paddhariya,
Nahian-Al Hasan,
Naireen Hussain,
Niall Pemberton,
Radosław Stankiewicz,
Razvan Culea,
Robert Bradshaw,
Robert Burke,
Rohit Sinha,
S. Veyrié,
Sam Whittle,
Sergei Lilichenko,
Shingo Furuyama,
Shunping Huang,
Thiago Nunes,
Tim Heckman,
Tobias Bredow,
Tom Stepp,
Tony Tang,
VISHESH TRIPATHI,
Vitaly Terentyev,
Yi Hu,
XQ Hu,
akashorabek,
claudevdm

v2.62.0: Beam 2.62.0 release

We are happy to present the new 2.62.0 release of Beam.
This release includes both improvements and new functionality.
See the download page for this release.

For more information on changes in 2.62.0, check out the detailed release notes.

New Features / Improvements

  • Added support for stateful processing in Spark Runner for streaming pipelines. Timer functionality is not yet supported and will be implemented in a future release (#​33237).
  • The datetime module is now available for use in jinja templatization for yaml.
  • Improved batch performance of SparkRunner's GroupByKey (#​20943).
  • Support OnWindowExpiration in Prism (#​32211).
    • This enables initial Java GroupIntoBatches support.
  • Support OrderedListState in Prism (#​32929).

I/Os

  • gcs-connector config options can be set via GcsOptions (Java) (#​32769).
  • [Managed Iceberg] Support partitioning by time (year, month, day, hour) for types date, time, timestamp, and timestamp(tz) (#​32939)
  • Upgraded the default version of Hadoop dependencies to 3.4.1. Hadoop 2.10.2 is still supported (Java) (#​33011).
  • [BigQueryIO] Create managed BigLake tables dynamically (#​33125)

Breaking Changes

  • Upgraded ZetaSQL to 2024.11.1 (#​32902). Java11+ is now needed if Beam's ZetaSQL component is used.

Bugfixes

  • Fixed EventTimeTimer ordering in Prism. (#​32222).
  • [Managed Iceberg] Fixed a bug where DataFile metadata was assigned incorrect partition values (#​33549).

Security Fixes

For the most up to date list of known issues, see https://github.com/apache/beam/blob/master/CHANGES.md

List of Contributors

According to git shortlog, the following people contributed to the 2.62.0 release. Thank you to all contributors!

Ahmed Abualsaud, Ahmet Altay, Alex Merose, Andrew Crites, Arnout Engelen, Attila Doroszlai, Bartosz Zablocki, Chamikara Jayalath, Claire McGinty, Claude van der Merwe, Damon Douglas, Danny McCormick, Gabija Balvociute, Hai Joey Tran, Hakampreet Singh Pandher, Ian Sullivan, Jack McCluskey, Jan Lukavský, Jeff Kinard, Jeffrey Kinard, Laura Detmer, Kenneth Knowles, Martin Trieu, Mattie Fu, Michel Davit, Naireen Hussain, Nick Anikin, Radosław Stankiewicz, Ravi Magham, Reeba Qureshi, Robert Bradshaw, Robert Burke, Rohit Sinha, S. Veyrié, Sam Whittle, Shingo Furuyama, Shunping Huang, Svetak Sundhar, Valentyn Tymofieiev, Vlado Djerek, XQ Hu, Yi Hu, twosom

golang/go (go)

v1.24.0

v1.23.6

v1.23.5


Configuration

📅 Schedule: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from rjfonseca as a code owner January 20, 2025 00:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from efb771f to 9f28a05 Compare January 21, 2025 17:23
@renovate renovate bot changed the title Update dependency go to v1.23.5 Update all non-major dependencies Jan 21, 2025
Copy link
Contributor Author

renovate bot commented Jan 21, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 25 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.116.0 -> v0.118.0
cloud.google.com/go/auth v0.11.0 -> v0.14.0
cloud.google.com/go/auth/oauth2adapt v0.2.6 -> v0.2.7
cloud.google.com/go/compute/metadata v0.5.2 -> v0.6.0
cloud.google.com/go/iam v1.2.2 -> v1.3.1
github.com/google/s2a-go v0.1.8 -> v0.1.9
github.com/googleapis/gax-go/v2 v2.14.0 -> v2.14.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.58.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 -> v0.58.0
go.opentelemetry.io/otel v1.29.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.29.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.29.0 -> v1.34.0
golang.org/x/crypto v0.29.0 -> v0.32.0
golang.org/x/net v0.31.0 -> v0.34.0
golang.org/x/oauth2 v0.24.0 -> v0.25.0
golang.org/x/sync v0.9.0 -> v0.10.0
golang.org/x/sys v0.27.0 -> v0.29.0
golang.org/x/text v0.20.0 -> v0.21.0
golang.org/x/time v0.8.0 -> v0.9.0
google.golang.org/api v0.210.0 -> v0.218.0
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 -> v0.0.0-20250122153221-138b5a5a4fd4
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f -> v0.0.0-20250124145028-65684f501c47
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 -> v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/grpc v1.67.1 -> v1.70.0
google.golang.org/protobuf v1.35.2 -> v1.36.4

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7cecb5e to 2a078b3 Compare February 1, 2025 00:36
Copy link
Contributor Author

renovate bot commented Feb 1, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go mod tidy
go: downloading cloud.google.com/go/kms v1.20.5
go: downloading github.com/google/go-cmp v0.6.0
go: downloading go.opentelemetry.io/otel/sdk v1.34.0
go: downloading github.com/stretchr/testify v1.10.0
go: downloading cloud.google.com/go/longrunning v0.6.4
go: downloading go.einride.tech/aip v0.68.1
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading go.opentelemetry.io/otel/sdk/metric v1.33.0
go: downloading github.com/docker/docker v27.5.1+incompatible
go: downloading github.com/docker/go-connections v0.5.0
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading cloud.google.com/go/profiler v0.4.2
go: downloading cloud.google.com/go/storage v1.50.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.33.0
go: downloading cloud.google.com/go/monitoring v1.23.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0
go: downloading github.com/envoyproxy/go-control-plane/envoy v1.32.3
go: downloading github.com/envoyproxy/go-control-plane v0.13.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3
go: downloading cel.dev/expr v0.19.1
go: downloading github.com/envoyproxy/protoc-gen-validate v1.1.0
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/internal/xds/bootstrap imports
	github.com/envoyproxy/go-control-plane/envoy/config/core/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/config/core/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/config/core/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/config/core/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	github.com/envoyproxy/go-control-plane/envoy/service/status/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/service/status/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/service/status/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/service/status/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/httpfilter/fault imports
	github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/extensions/filters/common/fault/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/extensions/filters/common/fault/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/httpfilter/fault imports
	github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/extensions/filters/http/fault/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/extensions/filters/http/fault/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/httpfilter/fault imports
	github.com/envoyproxy/go-control-plane/envoy/type/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/type/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/type/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/type/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/httpfilter/rbac imports
	github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/config/rbac/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/config/rbac/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/httpfilter/rbac imports
	github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/extensions/filters/http/rbac/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/extensions/filters/http/rbac/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/httpfilter/router imports
	github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/extensions/filters/http/router/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/extensions/filters/http/router/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient imports
	github.com/envoyproxy/go-control-plane/envoy/admin/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/admin/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/admin/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/admin/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter imports
	github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/extensions/load_balancing_policies/client_side_weighted_round_robin/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter imports
	github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/extensions/load_balancing_policies/least_request/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/extensions/load_balancing_policies/least_request/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter imports
	github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/extensions/load_balancing_policies/pick_first/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/extensions/load_balancing_policies/pick_first/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter imports
	github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/extensions/load_balancing_policies/ring_hash/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/extensions/load_balancing_policies/ring_hash/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter imports
	github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/extensions/load_balancing_policies/wrr_locality/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/extensions/load_balancing_policies/wrr_locality/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient/xdsresource imports
	github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/config/cluster/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/config/cluster/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient/xdsresource imports
	github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/config/endpoint/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/config/endpoint/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient/xdsresource imports
	github.com/envoyproxy/go-control-plane/envoy/config/listener/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/config/listener/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/config/listener/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/config/listener/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient/xdsresource imports
	github.com/envoyproxy/go-control-plane/envoy/config/route/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/config/route/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/config/route/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/config/route/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient/xdsresource imports
	github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/extensions/clusters/aggregate/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/extensions/clusters/aggregate/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient/xdsresource imports
	github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/extensions/filters/network/http_connection_manager/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/extensions/filters/network/http_connection_manager/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient/xdsresource imports
	github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/extensions/transport_sockets/tls/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/extensions/transport_sockets/tls/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient/xdsresource imports
	github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/service/discovery/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/service/discovery/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/httpfilter/rbac imports
	google.golang.org/grpc/internal/xds/rbac imports
	github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/extensions/rbac/audit_loggers/stream/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/extensions/rbac/audit_loggers/stream/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/httpfilter/rbac imports
	google.golang.org/grpc/internal/xds/rbac imports
	github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/type/matcher/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/type/matcher/v3)
go: github.com/arquivei/arqbeam-pubsubio imports
	github.com/apache/beam/sdks/v2/go/pkg/beam tested by
	github.com/apache/beam/sdks/v2/go/pkg/beam.test imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/testing/ptest imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/prism imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/runners/universal imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/harness/init imports
	github.com/apache/beam/sdks/v2/go/pkg/beam/io/filesystem/gcs imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/xds/googledirectpath imports
	google.golang.org/grpc/xds imports
	google.golang.org/grpc/xds/internal/xdsclient imports
	google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport imports
	github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3: ambiguous import: found package github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3 in multiple modules:
	github.com/envoyproxy/go-control-plane v0.13.1 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/[email protected]/envoy/service/load_stats/v3)
	github.com/envoyproxy/go-control-plane/envoy v1.32.3 (/tmp/renovate/cache/others/go/pkg/mod/github.com/envoyproxy/go-control-plane/[email protected]/service/load_stats/v3)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 34128dd to 399e575 Compare February 11, 2025 21:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 399e575 to 258f93e Compare February 18, 2025 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants