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 #2243

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

fix(deps): update gomod dependencies #2243

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/aws/aws-sdk-go-v2 v1.32.3 -> v1.32.4 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.28.1 -> v1.28.3 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/credentials v1.17.42 -> v1.17.44 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.35 -> v1.17.37 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/kms v1.37.3 -> v1.37.5 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.2 -> v1.66.3 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/ses v1.28.3 -> v1.28.4 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/sns v1.33.3 -> v1.33.4 age adoption passing confidence require patch
github.com/urfave/cli/v3 v3.0.0-alpha9.2 -> v3.0.0-alpha9.3 age adoption passing confidence require patch
go.opentelemetry.io/otel v1.31.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/metric v1.31.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.32.0 age adoption passing confidence require minor
golang.org/x/crypto v0.28.0 -> v0.29.0 age adoption passing confidence require minor
golang.org/x/exp f66d83c -> 2d47ceb age adoption passing confidence require digest
golang.org/x/sync v0.8.0 -> v0.9.0 age adoption passing confidence require minor
google.golang.org/api v0.204.0 -> v0.205.0 age adoption passing confidence require minor
google.golang.org/grpc v1.67.1 -> v1.68.0 age adoption passing confidence require minor

Release Notes

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

v1.32.4

Compare Source

urfave/cli (github.com/urfave/cli/v3)

v3.0.0-alpha9.3

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.0.0-alpha9.2...v3.0.0-alpha9.3

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

v1.32.0: /v0.54.0/v0.8.0/v0.0.11

Compare Source

Overview
Added
  • Add go.opentelemetry.io/otel/sdk/metric/exemplar.AlwaysOffFilter, which can be used to disable exemplar recording. (#​5850)
  • Add go.opentelemetry.io/otel/sdk/metric.WithExemplarFilter, which can be used to configure the exemplar filter used by the metrics SDK. (#​5850)
  • Add ExemplarReservoirProviderSelector and DefaultExemplarReservoirProviderSelector to go.opentelemetry.io/otel/sdk/metric, which defines the exemplar reservoir to use based on the aggregation of the metric. (#​5861)
  • Add ExemplarReservoirProviderSelector to go.opentelemetry.io/otel/sdk/metric.Stream to allow using views to configure the exemplar reservoir to use for a metric. (#​5861)
  • Add ReservoirProvider, HistogramReservoirProvider and FixedSizeReservoirProvider to go.opentelemetry.io/otel/sdk/metric/exemplar to make it convenient to use providers of Reservoirs. (#​5861)
  • The go.opentelemetry.io/otel/semconv/v1.27.0 package.
    The package contains semantic conventions from the v1.27.0 version of the OpenTelemetry Semantic Conventions. (#​5894)
  • Add Attributes attribute.Set field to Scope in go.opentelemetry.io/otel/sdk/instrumentation. (#​5903)
  • Add Attributes attribute.Set field to ScopeRecords in go.opentelemetry.io/otel/log/logtest. (#​5927)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc adds instrumentation scope attributes. (#​5934)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp adds instrumentation scope attributes. (#​5934)
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc adds instrumentation scope attributes. (#​5935)
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp adds instrumentation scope attributes. (#​5935)
  • go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc adds instrumentation scope attributes. (#​5933)
  • go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp adds instrumentation scope attributes. (#​5933)
  • go.opentelemetry.io/otel/exporters/prometheus adds instrumentation scope attributes in otel_scope_info metric as labels. (#​5932)
Changed
  • Support scope attributes and make them as identifying for Tracer in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/trace. (#​5924)
  • Support scope attributes and make them as identifying for Meter in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/metric. (#​5926)
  • Support scope attributes and make them as identifying for Logger in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/log. (#​5925)
  • Make schema URL and scope attributes as identifying for Tracer in go.opentelemetry.io/otel/bridge/opentracing. (#​5931)
  • Clear unneeded slice elements to allow GC to collect the objects in go.opentelemetry.io/otel/sdk/metric and go.opentelemetry.io/otel/sdk/trace. (#​5804)
Fixed
  • Global MeterProvider registration unwraps global instrument Observers, the undocumented Unwrap() methods are now private. (#​5881)
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now keeps the metadata already present in the context when WithHeaders is used. (#​5892)
  • go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc now keeps the metadata already present in the context when WithHeaders is used. (#​5911)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc now keeps the metadata already present in the context when WithHeaders is used. (#​5915)
  • Fix go.opentelemetry.io/otel/exporters/prometheus trying to add exemplars to Gauge metrics, which is unsupported. (#​5912)
  • Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#​5944)
  • Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5944)
  • Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#​5944)
  • Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5944)
  • Fix incorrect metrics generated from callbacks when multiple readers are used in go.opentelemetry.io/otel/sdk/metric. (#​5900)
Removed
What's Changed
New Contributors

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

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

v0.205.0

Compare Source

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

v1.68.0: Release 1.68.0

Compare Source

Behavior Changes

  • stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (#​7740)
  • orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (#​7663)
  • client: ClientConn.Close() now closes transports simultaneously and waits for transports to be closed before returning. (#​7666)
  • credentials: TLS credentials created via NewTLS that use tls.Config.GetConfigForClient will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the GetConfigForClient option. (#​7709)

Bug Fixes

  • transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (#​7662)
  • mem: reuse buffers more accurately by using slice capacity instead of length (#​7702)
  • status: Fix regression caused by #​6919 in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. (#​7724)

Dependencies

  • Bump minimum supported Go version to go1.22.7. (#​7624)

Configuration

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

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

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 Nov 11, 2024
@renovate renovate bot requested a review from a team November 11, 2024 17:29
Copy link
Contributor Author

renovate bot commented Nov 11, 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/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
go: downloading github.com/jackc/pgx/v5 v5.7.1
go: downloading github.com/yuin/gopher-lua v1.1.1
go: downloading go.opentelemetry.io/otel/metric v1.32.0
go: downloading go.opentelemetry.io/otel v1.32.0
go: downloading go.temporal.io/sdk v1.30.0
go: downloading golang.org/x/sync v0.9.0
go: downloading github.com/aws/aws-sdk-go-v2 v1.32.4
go: downloading github.com/aws/aws-sdk-go-v2/service/ses v1.28.4
go: downloading github.com/slack-go/slack v0.15.0
go: downloading github.com/grafana/pyroscope-go v1.2.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0
go: downloading go.temporal.io/api v1.41.0
go: downloading go.temporal.io/sdk/contrib/opentelemetry v0.6.0
go: downloading google.golang.org/grpc v1.68.0
go: downloading cloud.google.com/go/storage v1.46.0
go: downloading github.com/urfave/cli/v3 v3.0.0-alpha9.3
go: downloading go.uber.org/automaxprocs v1.6.0
go: downloading github.com/ClickHouse/clickhouse-go/v2 v2.30.0
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.66.3
go: downloading github.com/elastic/go-elasticsearch/v8 v8.15.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/twmb/franz-go/pkg/kadm v1.14.0
go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1
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/jackc/pglogrepl v0.0.0-20240307033717-828fbfe908e9
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading golang.org/x/crypto v0.29.0
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/jmoiron/sqlx v1.4.0
go: downloading github.com/microsoft/go-mssqldb v1.7.2
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.37
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/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.3
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.44
go: downloading github.com/cockroachdb/pebble v1.1.2
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.2
go: downloading github.com/PeerDB-io/glua64 v1.0.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.32.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.32.0
go: downloading go.opentelemetry.io/otel/sdk v1.32.0
go: downloading github.com/PeerDB-io/gluabit32 v1.0.2
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.37.5
go: downloading github.com/PeerDB-io/gluamsgpack v1.0.4
go: downloading github.com/PeerDB-io/gluautf8 v1.0.0
go: downloading golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
go: downloading github.com/aws/aws-sdk-go-v2/service/sns v1.33.4
go: downloading github.com/jackc/puddle/v2 v2.2.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.23
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
go: downloading golang.org/x/text v0.20.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/grafana/pyroscope-go/godeltaprof v0.1.8
go: downloading github.com/gorilla/websocket v1.5.3
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28
go: downloading google.golang.org/genproto v0.0.0-20241104194629-dd2ea8efbc28
go: downloading go.opentelemetry.io/otel/trace v1.32.0
go: downloading github.com/nexus-rpc/sdk-go v0.0.11
go: downloading golang.org/x/net v0.31.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.31.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/internal/v4a v1.3.23
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.4
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.4
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.4
go: downloading github.com/elastic/elastic-transport-go/v8 v8.6.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.3.0
go: downloading github.com/Azure/go-amqp v1.2.0
go: downloading github.com/twmb/franz-go/pkg/kmsg v1.9.0
go: downloading github.com/jackc/pgio v1.0.0
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-sql/civil v0.0.0-20220223132316-b832511892a9
go: downloading github.com/golang-sql/sqlexp v0.1.0
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.19
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.5
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.4
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.32.4
go: downloading github.com/gogo/protobuf v1.3.2
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-20241104194629-dd2ea8efbc28
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 go.opentelemetry.io/proto/otlp v1.3.1
go: downloading golang.org/x/sys v0.27.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.23
go: downloading golang.org/x/tools v0.27.0
go: downloading cloud.google.com/go/monitoring v1.21.2
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/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 golang.org/x/term v0.26.0
go: downloading github.com/lestrrat-go/httpcc v1.0.1
go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b
go: downloading github.com/getsentry/sentry-go v0.29.1
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.60.1
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/envoyproxy/go-control-plane v0.13.1
go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/mod v0.22.0
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 cel.dev/expr v0.18.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

@iamKunalGupta
Copy link
Member

@serprex I think this is due to protos not being committed, I'll take a look

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 stop-updating
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants