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

fix(deps): update gomod dependencies #2392

Merged
merged 2 commits into from
Dec 23, 2024
Merged

fix(deps): update gomod dependencies #2392

merged 2 commits into from
Dec 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go v0.116.0 -> v0.117.0 age adoption passing confidence require minor
cloud.google.com/go/bigquery v1.64.0 -> v1.65.0 age adoption passing confidence require minor
cloud.google.com/go/pubsub v1.45.1 -> v1.45.3 age adoption passing confidence require patch
cloud.google.com/go/storage v1.48.0 -> v1.49.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2 v1.32.6 -> v1.32.7 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.28.6 -> v1.28.7 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/credentials v1.17.47 -> v1.17.48 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.43 -> v1.17.44 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/kms v1.37.7 -> v1.37.8 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.0 -> v1.71.1 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/ses v1.29.1 -> v1.29.2 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/sns v1.33.7 -> v1.33.8 age adoption passing confidence require patch
github.com/elastic/go-elasticsearch/v8 v8.16.0 -> v8.17.0 age adoption passing confidence require minor
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 -> v2.25.1 age adoption passing confidence require minor
github.com/jackc/pgx/v5 v5.7.1 -> v5.7.2 age adoption passing confidence require patch
github.com/snowflakedb/gosnowflake v1.12.0 -> v1.12.1 age adoption passing confidence require patch
go.opentelemetry.io/otel v1.32.0 -> v1.33.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0 -> v1.33.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.32.0 -> v1.33.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/metric v1.32.0 -> v1.33.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.32.0 -> v1.33.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.32.0 -> v1.33.0 age adoption passing confidence require minor
golang.org/x/crypto v0.30.0 -> v0.31.0 age adoption passing confidence require minor
golang.org/x/exp 1829a12 -> b2144cd age adoption passing confidence require digest
google.golang.org/api v0.211.0 -> v0.214.0 age adoption passing confidence require minor
google.golang.org/api v0.204.0 -> v0.214.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/api e6fa225 -> 3abc09e age adoption passing confidence require digest
google.golang.org/grpc v1.68.1 -> v1.69.2 age adoption passing confidence require minor
google.golang.org/protobuf v1.35.2 -> v1.36.1 age adoption passing confidence require minor
k8s.io/apimachinery v0.31.4 -> v0.32.0 age adoption passing confidence require minor
k8s.io/client-go v0.31.4 -> v0.32.0 age adoption passing confidence require minor

Release Notes

googleapis/google-cloud-go (cloud.google.com/go)

v0.117.0

Compare Source

Features
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.32.7

Compare Source

elastic/go-elasticsearch (github.com/elastic/go-elasticsearch/v8)

v8.17.0

Compare Source

API

Updated APIs to 8.17.0

Typed API

Update APIs to latest elasticsearch-specification 8.17

grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)

v2.25.1

Compare Source

Support the new Opaque API in openapiv2 generated files

This release contains breaking changes from v2.25.0, in that the previously deprecated EnumDescriptor and Descriptor methods on the struct types in the openapiv2 options package have been removed. This seems to be a requirement to generate the new Hybrid API. Please open an issue if you were depending on these functions and we'll see what we can do about it.

What's Changed

Full Changelog: grpc-ecosystem/grpc-gateway@v2.25.0...v2.25.1

v2.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.24.0...v2.25.0

jackc/pgx (github.com/jackc/pgx/v5)

v5.7.2

Compare Source

snowflakedb/gosnowflake (github.com/snowflakedb/gosnowflake)

v1.12.1: Release

Compare Source

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.33.0: /v0.55.0/v0.9.0/v0.0.12

Compare Source

Overview
Added
  • Add Reset method to SpanRecorder in go.opentelemetry.io/otel/sdk/trace/tracetest. (#​5994)
  • Add EnabledInstrument interface in go.opentelemetry.io/otel/sdk/metric/internal/x. This is an experimental interface that is implemented by synchronous instruments provided by go.opentelemetry.io/otel/sdk/metric. Users can use it to avoid performing computationally expensive operations when recording measurements. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (#​6016)
Changed
  • The default global API now supports full auto-instrumentation from the go.opentelemetry.io/auto package. See that package for more information. (#​5920)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5929)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5929)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5929)
  • Performance improvements for attribute value AsStringSlice, AsFloat64Slice, AsInt64Slice, AsBoolSlice. (#​6011)
  • Change EnabledParameters to have a Severity field instead of a getter and setter in go.opentelemetry.io/otel/log. (#​6009)
Fixed
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5954)
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5954)
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5954)
  • Fix invalid exemplar keys in go.opentelemetry.io/otel/exporters/prometheus. (#​5995)
  • Fix attribute value truncation in go.opentelemetry.io/otel/sdk/trace. (#​5997)
  • Fix attribute value truncation in go.opentelemetry.io/otel/sdk/log. (#​6032)
What's Changed
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.32.0...v1.33.0

googleapis/google-api-go-client (google.golang.org/api)

v0.214.0

Compare Source

Features

v0.213.0

Compare Source

Features

v0.212.0

Compare Source

Features
grpc/grpc-go (google.golang.org/grpc)

v1.69.2: Release 1.69.2

Compare Source

Bug Fixes

  • stats/experimental: add type aliases for symbols (Metrics/etc) that were moved to the stats package (#​7929).
  • client: set user-agent string to the correct version.

v1.69.0: Release 1.69.0

Compare Source

Known Issues

  • The recently added grpc.NewClient function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#​7556)

New Features

  • stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients (#​7874)
  • xdsclient: add support to fallback to lower priority servers when higher priority ones are down (#​7701)
  • dns: Add support for link local IPv6 addresses (#​7889)
  • The new experimental pickfirst LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimental pickfirst policy can be enabled by setting the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to true. (#​7725, #​7742)
  • balancer/pickfirst: Emit metrics from the pick_first load balancing policy (#​7839)
  • grpc: export MethodHandler, which is the type of an already-exported field in MethodDesc (#​7796)

Bug Fixes

  • credentials/googl

Configuration

📅 Schedule: Branch creation - "after 5pm on monday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Pull requests that update a dependency file label Dec 23, 2024
@renovate renovate bot enabled auto-merge (squash) December 23, 2024 20:13
@renovate renovate bot requested a review from a team December 23, 2024 20:13
Copy link
Contributor Author

renovate bot commented Dec 23, 2024

⚠️ 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: flow/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/urfave/cli/v3 v3.0.0-beta1
go: downloading go.temporal.io/sdk v1.31.0
go: downloading go.uber.org/automaxprocs v1.6.0
go: downloading github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
go: downloading github.com/jackc/pgx/v5 v5.7.2
go: downloading github.com/yuin/gopher-lua v1.1.1
go: downloading go.opentelemetry.io/otel/metric v1.33.0
go: downloading go.opentelemetry.io/otel v1.33.0
go: downloading google.golang.org/protobuf v1.36.1
go: downloading github.com/aws/aws-sdk-go-v2 v1.32.7
go: downloading github.com/aws/aws-sdk-go-v2/service/ses v1.29.2
go: downloading github.com/slack-go/slack v0.15.0
go: downloading github.com/aws/smithy-go v1.22.1
go: downloading github.com/grafana/pyroscope-go v1.2.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1
go: downloading go.temporal.io/api v1.43.0
go: downloading go.temporal.io/sdk/contrib/opentelemetry v0.6.0
go: downloading google.golang.org/grpc v1.69.2
go: downloading k8s.io/apimachinery v0.32.0
go: downloading k8s.io/client-go v0.32.0
go: downloading cloud.google.com/go v0.117.0
go: downloading cloud.google.com/go/storage v1.49.0
go: downloading github.com/ClickHouse/clickhouse-go/v2 v2.30.0
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1
go: downloading github.com/elastic/go-elasticsearch/v8 v8.17.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs v1.2.3
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/eventhub/armeventhub v1.3.0
go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1
go: downloading github.com/jackc/pglogrepl v0.0.0-20240307033717-828fbfe908e9
go: downloading github.com/twmb/franz-go/pkg/kadm v1.14.0
go: downloading github.com/twmb/franz-go v1.18.0
go: downloading github.com/twmb/franz-go/plugin/kslog v1.0.0
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/stretchr/testify v1.10.0
go: downloading github.com/jmoiron/sqlx v1.4.0
go: downloading github.com/microsoft/go-mssqldb v1.8.0
go: downloading github.com/PeerDB-io/gluaflatbuffers v1.0.1
go: downloading github.com/PeerDB-io/gluajson v1.0.2
go: downloading github.com/aws/aws-sdk-go-v2/config v1.28.7
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.48
go: downloading github.com/cockroachdb/pebble v1.1.2
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.44
go: downloading github.com/djherbis/buffer v1.2.0
go: downloading github.com/djherbis/nio/v3 v3.0.1
go: downloading github.com/linkedin/goavro/v2 v2.13.0
go: downloading github.com/twpayne/go-geos v0.19.0
go: downloading github.com/joho/godotenv v1.5.1
go: downloading github.com/lestrrat-go/jwx/v2 v2.1.3
go: downloading github.com/PeerDB-io/glua64 v1.0.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.33.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.33.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.33.0
go: downloading go.opentelemetry.io/otel/sdk v1.33.0
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.37.8
go: downloading golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
go: downloading github.com/PeerDB-io/gluabit32 v1.0.2
go: downloading github.com/PeerDB-io/gluamsgpack v1.0.4
go: downloading github.com/PeerDB-io/gluautf8 v1.0.0
go: downloading github.com/aws/aws-sdk-go-v2/service/sns v1.33.8
go: downloading github.com/nexus-rpc/sdk-go v0.1.0
go: downloading github.com/jackc/puddle/v2 v2.2.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
go: downloading github.com/gorilla/websocket v1.5.3
go: downloading github.com/grafana/pyroscope-go/godeltaprof v0.1.8
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241223144023-3abc09e42ca8
go: downloading google.golang.org/genproto v0.0.0-20241209162323-e6fa225c2576
go: downloading go.opentelemetry.io/otel/trace v1.33.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading k8s.io/utils v0.0.0-20241210054802-24370beab758
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading cloud.google.com/go/iam v1.3.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.32.0
go: downloading google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3
go: downloading github.com/ClickHouse/ch-go v0.63.1
go: downloading github.com/andybalholm/brotli v1.1.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.7
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.7
go: downloading github.com/elastic/elastic-transport-go/v8 v8.6.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2
go: downloading github.com/Azure/go-amqp v1.3.0
go: downloading github.com/jackc/pgio v1.0.0
go: downloading github.com/twmb/franz-go/pkg/kmsg v1.9.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
go: downloading github.com/apache/arrow/go/v16 v16.1.0
go: downloading github.com/gabriel-vasile/mimetype v1.4.7
go: downloading github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9
go: downloading github.com/golang-sql/sqlexp v0.1.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.24.8
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.33.3
go: downloading github.com/cockroachdb/errors v1.11.3
go: downloading github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0
go: downloading github.com/cockroachdb/redact v1.1.5
go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06
go: downloading github.com/prometheus/client_golang v1.20.5
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
go: downloading github.com/lestrrat-go/blackmagic v1.0.2
go: downloading github.com/lestrrat-go/httprc v1.0.6
go: downloading github.com/lestrrat-go/iter v1.0.2
go: downloading github.com/lestrrat-go/option v1.0.1
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb
go: downloading go.opentelemetry.io/proto/otlp v1.4.0
go: downloading github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a
go: downloading github.com/golang/mock v1.6.0
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
go: downloading github.com/pborman/uuid v1.2.1
go: downloading github.com/robfig/cron v1.2.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.3
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.9
go: downloading k8s.io/api v0.32.0
go: downloading github.com/fxamacker/cbor/v2 v2.7.0
go: downloading golang.org/x/tools v0.28.0
go: downloading cloud.google.com/go/monitoring v1.22.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 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0
go: downloading github.com/go-faster/city v1.0.1
go: downloading github.com/go-faster/errors v0.7.1
go: downloading github.com/segmentio/asm v1.2.0
go: downloading github.com/paulmach/orb v0.11.1
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/dvsekhvalnov/jose2go v1.8.0
go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b
go: downloading github.com/getsentry/sentry-go v0.30.0
go: downloading github.com/DataDog/zstd v1.5.6
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.61.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/lestrrat-go/httpcc v1.0.1
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/json-iterator/go v1.1.12
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading k8s.io/kube-openapi v0.0.0-20241127205056-99599406b04f
go: downloading github.com/x448/float16 v0.8.4
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.57.0
go: downloading github.com/envoyproxy/go-control-plane v0.13.1
go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading golang.org/x/mod v0.22.0
go: downloading github.com/klauspost/cpuid/v2 v2.2.9
go: downloading github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78
go: downloading github.com/envoyproxy/protoc-gen-validate v1.1.0
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.13.1
go: downloading github.com/emicklei/go-restful/v3 v3.12.1
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading cel.dev/expr v0.19.1
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: github.com/PeerDB-io/peer-flow/activities imports
	github.com/PeerDB-io/peer-flow/generated/protos: cannot find module providing package github.com/PeerDB-io/peer-flow/generated/protos
go: github.com/PeerDB-io/peer-flow/connectors/bigquery imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/stats/opentelemetry: ambiguous import: found package google.golang.org/grpc/stats/opentelemetry in multiple modules:
	google.golang.org/grpc v1.69.2 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/[email protected]/stats/opentelemetry)
	google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/grpc/stats/[email protected])

Copy link
Contributor Author

renovate bot commented Dec 23, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit a17ad5c into main Dec 23, 2024
13 checks passed
@renovate renovate bot deleted the renovate/gomod branch December 23, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant