fix(deps): update gomod #347
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.7.2->v0.15.0v0.2.3->v0.2.8v0.5.0->v0.6.0v1.20.1->v1.24.1v1.10.11->v1.11.5ced1acd->e8a1dd7v1.20.0->v1.27.0v0.44.0->v0.51.0v0.44.0->v0.51.0v1.1.1->v1.2.1v4.0.0-20230305170008-8188dc5388df->v4.0.0-20250403164407-cb850120378df21760c->a9d515av1.8.0->v1.12.0v25.0.1+incompatible->v25.0.7+incompatiblev0.7.0->v0.9.3v0.16.2->v0.23.0v3.12.0->v3.12.2v5.9.0->v5.9.11v1.7.0->v1.9.0v5.0.8->v5.2.141bb18b->2c02b82v0.17.8->v0.24.1v0.6.8->v0.6.9v0.6.0->v0.7.0v0.1.7->v0.1.9v0.3.2->v0.3.6v2.13.0->v2.14.1v2.20.0->v2.26.3v0.3.13->v0.3.16v1.17.9->v1.18.0v0.7.7->v0.9.0v1.34.1->v1.37.0v0.11.0->v0.12.0e78c8ab->d53cea8v0.68.0->v0.70.0v1.1.0->v1.1.1v1.20.5->v1.22.0v0.6.1->v0.6.2v0.55.0->v0.63.0v0.15.1->v0.16.0cf1acfc->65e299dv1.8.1->v1.9.1v1.0.5->v1.0.6v1.2.0->v1.3.0v1.9.0->v1.10.0v2.3.1->v2.3.2v1.3.1->v1.5.0v1.5.3->v1.6.0v1.26.0->v1.27.0v0.35.0->v0.37.08a7402a->7e4ce0av0.34.0->v0.39.0v0.27.0->v0.29.0v0.11.0->v0.13.0v0.30.0->v0.32.0v0.29.0->v0.31.0v0.22.0->v0.24.0v0.6.0->v0.11.0v2.4.0->v2.5.0v0.189.0->v0.228.0d784300->de1ac95d784300->de1ac95d784300->de1ac95v1.66.3->v1.71.1v1.35.2->v1.36.6v2.120.1->v2.130.1f0e62f9->c8a335afe8a2dd->1f6e0b7v1.2.5->v1.2.6v0.29.0->v0.32.0v0.18.5->v0.20.4bc3834c->cfa47c3v0.7.7->v0.11.1v4.4.1->v4.7.0Release Notes
googleapis/google-cloud-go (cloud.google.com/go/auth)
v0.15.0firestore: beta release. See the
announcement.
errorreporting: The existing package has been redesigned.
errors: This package has been removed. Use errorreporting.
v0.14.0Compare Source
bigquery BREAKING CHANGES:
Table.CreatetakesTableMetadataas a second argument, instead ofoptions.
Dataset.CreatetakesDatasetMetadataas a second argument.DatasetMetadatafieldIDrenamed toFullIDTableMetadatafieldIDrenamed toFullIDOther bigquery changes:
AddJobIDSuffixto true in a job config.vision, language, speech: clients are now stable
monitoring: client is now beta
profiler:
v0.13.0bigquery: UseLegacySQL options for CreateTable and QueryConfig. Use these
options to continue using Legacy SQL after the client switches its default
to Standard SQL.
bigquery: Support for updating dataset labels.
bigquery: Set DatasetIterator.ProjectID to list datasets in a project other
than the client's. DatasetsInProject is no longer needed and is deprecated.
bigtable: Fail ListInstances when any zones fail.
spanner: support decoding of slices of basic types (e.g. []string, []int64,
etc.)
logging/logadmin: UpdateSink no longer creates a sink if it is missing
(actually a change to the underlying service, not the client)
profiler: Service and ServiceVersion replace Target in Config.
v0.12.0Compare Source
pubsub: Subscription.Receive now uses streaming pull.
pubsub: add Client.TopicInProject to access topics in a different project
than the client.
errors: renamed errorreporting. The errors package will be removed shortly.
datastore: improved retry behavior.
bigquery: support updates to dataset metadata, with etags.
bigquery: add etag support to Table.Update (BREAKING: etag argument added).
bigquery: generate all job IDs on the client.
storage: support bucket lifecycle configurations.
v0.11.0Clients for spanner, pubsub and video are now in beta.
New client for DLP.
spanner: performance and testing improvements.
storage: requester-pays buckets are supported.
storage, profiler, bigtable, bigquery: bug fixes and other minor improvements.
pubsub: bug fixes and other minor improvements
v0.10.0pubsub: Subscription.ModifyPushConfig replaced with Subscription.Update.
pubsub: Subscription.Receive now runs concurrently for higher throughput.
vision: cloud.google.com/go/vision is deprecated. Use
cloud.google.com/go/vision/apiv1 instead.
translation: now stable.
trace: several changes to the surface. See the link below.
Code changes required from v0.9.0
pubsub: Replace
with
trace: traceGRPCServerInterceptor will be provided from *trace.Client.
Given an initialized
*trace.Clientnamedtc, instead ofwrite
trace trace.GRPCClientInterceptor will also provided from *trace.Client.
Instead of
write
trace: We removed the deprecated
trace.EnableGRPCTracing. Use the gRPCinterceptor as a dial option as shown below when initializing Cloud package
clients:
v0.9.0v0.8.0GoogleCloudPlatform/opentelemetry-operations-go (github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric)
v0.51.0: v1.27.0/v0.51.0Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.50.0...v0.51.0
v0.50.0: v1.26.0/v0.50.0Compare Source
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.49.0...v0.50.0
v0.49.0: v1.25.0 and v0.49.0Compare Source
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.48.3...v0.49.0
v0.48.3: v1.24.3 and v0.48.3Compare Source
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.48.2...v0.48.3
v0.48.2: v1.24.2 and v0.48.2Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.48.1...v0.48.2
v0.48.1: v1.24.1 and v0.48.1Compare Source
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.48.0...v0.48.1
v0.48.0: v1.24.0 and v0.48.0Compare Source
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.47.0...v0.48.0
v0.47.0: v1.23.0 and v0.47.0Compare Source
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.46.0...v0.47.0
v0.46.0: Release v1.22.0 and v0.46.0Compare Source
What's Changed
dashboard.jsonby @franciscovalentecastro in https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/808New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.45.0...v0.46.0
v0.45.0: v1.21.0 and v0.45.0Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.44.0...v0.45.0
agnivade/levenshtein (github.com/agnivade/levenshtein)
v1.2.1Compare Source
v1.2.0Compare Source
dapr/go-sdk (github.com/dapr/go-sdk)
v1.12.0Compare Source
Automatic Go Dapr client release
v1.11.0Compare Source
Automatic Go Dapr client release
v1.10.1Compare Source
v1.10.0Compare Source
Automatic Go Dapr client release
v1.9.1Compare Source
Automatic Go Dapr client release
v1.9.0Compare Source
Automatic Go Dapr client release
docker/cli (github.com/docker/cli)
v25.0.7+incompatibleCompare Source
v25.0.6+incompatibleCompare Source
v25.0.5+incompatibleCompare Source
v25.0.4+incompatibleCompare Source
v25.0.3+incompatibleCompare Source
v25.0.2+incompatibleCompare Source
docker/docker-credential-helpers (github.com/docker/docker-credential-helpers)
v0.9.3Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - "after 5am on sunday" in timezone America/New_York, 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.
To execute skipped test pipelines write comment
/ok-to-test.This PR has been generated by MintMaker (powered by Renovate Bot).