Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2025

Bumps the go-deps group with 36 updates in the / directory:

Package From To
github.com/apache/pulsar-client-go 0.16.0 0.17.0
github.com/aws/aws-sdk-go-v2 1.39.0 1.39.6
github.com/aws/aws-sdk-go-v2/service/eventbridge 1.44.0 1.45.12
github.com/aws/aws-sdk-go-v2/service/firehose 1.40.0 1.42.3
github.com/aws/aws-sdk-go-v2/service/glue 1.126.0 1.133.0
github.com/aws/aws-sdk-go-v2/service/kinesis 1.38.0 1.42.3
github.com/aws/aws-sdk-go-v2/service/lambda 1.76.0 1.81.3
github.com/aws/aws-sdk-go-v2/service/personalizeevents 1.29.0 1.31.4
github.com/aws/aws-sdk-go-v2/service/s3 1.88.1 1.90.2
github.com/confluentinc/confluent-kafka-go/v2 2.11.1 2.12.0
github.com/databricks/databricks-sql-go 1.8.0 1.9.0
github.com/docker/docker 28.3.3+incompatible 28.5.2+incompatible
github.com/fsouza/fake-gcs-server 1.52.2 1.52.3
github.com/golang-migrate/migrate/v4 4.18.3 4.19.0
github.com/gomodule/redigo 1.9.2 1.9.3
github.com/grpc-ecosystem/grpc-gateway/v2 2.27.1 2.27.3
github.com/klauspost/compress 1.18.0 1.18.1
github.com/linkedin/goavro/v2 2.14.0 2.14.1
github.com/microsoft/go-mssqldb 1.9.2 1.9.4
github.com/minio/minio-go/v7 7.0.95 7.0.97
github.com/onsi/ginkgo/v2 2.24.0 2.27.2
github.com/redis/go-redis/v9 9.12.1 9.16.0
github.com/rudderlabs/keydb 1.2.0 1.2.3
github.com/rudderlabs/rudder-go-kit 0.65.0 0.66.0
github.com/rudderlabs/rudder-observability-kit 0.0.5 0.0.6
github.com/rudderlabs/sqlconnect-go 1.20.3 1.21.0
github.com/samber/lo 1.51.0 1.52.0
github.com/segmentio/kafka-go 0.4.48 0.4.49
github.com/snowflakedb/gosnowflake 1.16.0 1.17.1
github.com/spf13/cast 1.9.2 1.10.0
github.com/trinodb/trino-go-client 0.328.0 0.330.0
go.etcd.io/etcd/api/v3 3.6.4 3.6.6
go.etcd.io/etcd/client/v3 3.6.4 3.6.6
golang.org/x/oauth2 0.31.0 0.33.0
golang.org/x/sync 0.17.0 0.18.0
golang.org/x/time 0.13.0 0.14.0

Updates github.com/apache/pulsar-client-go from 0.16.0 to 0.17.0

Release notes

Sourced from github.com/apache/pulsar-client-go's releases.

v0.17.0

What's Changed

New Contributors

Changelog

Sourced from github.com/apache/pulsar-client-go's changelog.

Pulsar-client-go Changelog

All notable changes to this project will be documented in this file.

[0.17.0] 2025-10-11

What's Changed

New Contributors

... (truncated)

Commits
  • ed7d498 fix: improve zero queue consumer support for partitioned topics (#1424)
  • d19a9f8 feat: add WithContext() admin client methods (#1425)
  • bddaeba fix: SendAsync doesn't respect context and can't timeout during reconnection ...
  • 8fb4613 chore(deps): bump github.com/docker/docker (#1405)
  • 555e8fc chore(deps): bump github.com/go-viper/mapstructure/v2 (#1415)
  • cf832bb [Issue #1418] Fix: Properties not getting consistently set on pulsaradmin sub...
  • 6aa1fb6 fix: add DLQPolicy.DeadLetterTopicProducerName (#1417)
  • 230d11b Add max topics per namespace methods (#1413)
  • a5fb2fc chore: upgrade hamba/avro to v2.29.0 (#1414)
  • 4392621 Fix missing topic in dlq producer name when using RetryEnable option (#1412)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.39.0 to 1.39.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/eventbridge from 1.44.0 to 1.45.12

Commits

Updates github.com/aws/aws-sdk-go-v2/service/firehose from 1.40.0 to 1.42.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/glue from 1.126.0 to 1.133.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kinesis from 1.38.0 to 1.42.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lambda from 1.76.0 to 1.81.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/personalizeevents from 1.29.0 to 1.31.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.88.1 to 1.90.2

Commits

Updates github.com/aws/smithy-go from 1.23.0 to 1.23.2

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2025-11-03)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.23.2
    • Bug Fix: Adjust the initial sizes of each middleware phase to avoid some unnecessary reallocation.
    • Bug Fix: Avoid unnecessary allocation overhead from the metrics system when not in use.

Release (2025-10-15)

General Highlights

  • Dependency Update: Bump minimum go version to 1.23.
  • Dependency Update: Updated to the latest SDK module versions

Release (2025-09-18)

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.1.0
    • Feature: Added support for SIG4/SIGV4A querystring authentication.

Release (2025-08-27)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.23.0
    • Feature: Sort map keys in JSON Document types.

Release (2025-07-24)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.5
    • Feature: Add HTTP interceptors.

Release (2025-06-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.4
    • Bug Fix: Fix CBOR serd empty check for string and enum fields
    • Bug Fix: Fix HTTP metrics data race.
    • Bug Fix: Replace usages of deprecated ioutil package.

... (truncated)

Commits

Updates github.com/confluentinc/confluent-kafka-go/v2 from 2.11.1 to 2.12.0

Release notes

Sourced from github.com/confluentinc/confluent-kafka-go/v2's releases.

v2.12.0

This is a feature release:

KIP-848 – General Availability

Starting with confluent-kafka-go 2.12.0, the next generation consumer group rebalance protocol defined in KIP-848 is production-ready. Please refer to the following migration guide for moving from classic to consumer protocol.

Note: The new consumer group protocol defined in KIP-848 is not enabled by default. There are few contract change associated with the new protocol and might cause breaking changes. group.protocol configuration property dictates whether to use the new consumer protocol or older classic protocol. It defaults to classic if not provided.

Enhancements

  • OAuth OIDC method example for Kafka metadata based authentication with an Azure IMDS endpoint using an attached managed identity as principal (#1477).

confluent-kafka-go is based on librdkafka v2.12.0, see the librdkafka v2.12.0 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Changelog

Sourced from github.com/confluentinc/confluent-kafka-go/v2's changelog.

v2.12.0

This is a feature release:

KIP-848 – General Availability

Starting with confluent-kafka-go 2.12.0, the next generation consumer group rebalance protocol defined in KIP-848 is production-ready. Please refer to the following migration guide for moving from classic to consumer protocol.

Note: The new consumer group protocol defined in KIP-848 is not enabled by default. There are few contract change associated with the new protocol and might cause breaking changes. group.protocol configuration property dictates whether to use the new consumer protocol or older classic protocol. It defaults to classic if not provided.

Enhancements

  • OAuth OIDC method example for Kafka metadata based authentication with an Azure IMDS endpoint using an attached managed identity as principal (#1477).

confluent-kafka-go is based on librdkafka v2.12.0, see the librdkafka v2.12.0 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Commits
  • 625be78 Added migration guide for KIP-848 (#1483)
  • cc3d3f7 Few minor nits
  • ae7827e Added migration guide for KIP-848
  • 9a19915 Import v2.12.0 (#1482)
  • cb13b74 Documentation and error code update for librdkafka v2.12.0
  • 4bfd93a librdkafka static bundle v2.12.0
  • 5ef7a47 daee428: confluent-kafka-go and librdkafka 2.12.0
  • e8dceb0 DGS-22404 Add AppRole auth for HC Vault (#1478)
  • ad7e70b Import v2.12.0-RC2 (#1479)
  • 17e328d Documentation and error code update for librdkafka v2.12.0-RC2
  • Additional commits viewable in compare view

Updates github.com/databricks/databricks-sql-go from 1.8.0 to 1.9.0

Release notes

Sourced from github.com/databricks/databricks-sql-go's releases.

v1.9.0

What's Changed

  • Added support for query tags
  • databricks/databricks-sql-go#283

Full Changelog: databricks/databricks-sql-go@v1.8.0...v1.9.0

Changelog

Sourced from github.com/databricks/databricks-sql-go's changelog.

v1.9.0 (2025-09-17)

  • Added support for query tags
  • databricks/databricks-sql-go#283
Commits
  • 9cef5b7 Prepare for v1.9.0 release (#285)
  • c256716 Prepare for v1.9.0 release
  • 5f3e28b [PECOBLR-676] passing session params in open session request instead of SET c...
  • d7ebf01 unit test for query tags
  • ceaf079 passing session params in open session request
  • 631401e add log for cloud fetch speed (#281)
  • See full diff in compare view

Updates github.com/docker/docker from 28.3.3+incompatible to 28.5.2+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v28.5.2

28.5.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

[!CAUTION] This release contains fixes for three high-severity security vulnerabilities in runc:

All three vulnerabilities ultimately allow (through different methods) for full container breakouts by bypassing runc's restrictions for writing to arbitrary /proc files.

Packaging updates

Bug fixes and enhancements

Deprecations

  • Go-SDK: cli/command/image/build: deprecate DefaultDockerfileName, DetectArchiveReader, WriteTempDockerfile, ResolveAndValidateContextPath. These utilities were only used internally and will be removed in the next release. docker/cli#6610
  • Go-SDK: cli/command/image/build: deprecate IsArchive utility. docker/cli#6560
  • Go-SDK: opts: deprecate ValidateMACAddress. docker/cli#6560
  • Go-SDK: opts: deprecate ListOpts.Delete(). docker/cli#6560

v28.5.1

28.5.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

Deprecations

  • api/types/image: InspectResponse: deprecate Parent and DockerVersion fields. moby/moby#51105
  • api/types/plugin: deprecate Config.DockerVersion field. moby/moby#51110

... (truncated)

Commits
  • 89c5e8f Merge pull request #51396 from thaJeztah/28.x_backport_api_docs
  • 9b93878 Merge pull request #51395 from thaJeztah/28.x_backport_rootless_reject
  • 6178456 Merge pull request #51398 from vvoland/51397-28.x
  • 0cae4e5 vendor: github.com/moby/buildkit v0.25.2
  • 33cc06f Merge pull request #51394 from vvoland/51393-28.x
  • d525277 api/docs: remove BuildCache.Parent field for API v1.42 and up
  • 2fbc51b dockerd-rootless.sh: reject DOCKERD_ROOTLESS_ROOTLESSKIT_NET=host
  • bd98008 integration-cli: Adjust nofile limits
  • 1967515 Dockerfile: update runc binary to v1.3.3
  • 4489660 Merge pull request #51387 from thaJeztah/28.x_bump_go
  • Additional commits viewable in compare view

Updates github.com/fsouza/fake-gcs-server from 1.52.2 to 1.52.3

Release notes

Sourced from github.com/fsouza/fake-gcs-server's releases.

v1.52.3

What's Changed

... (truncated)

Commits

Bumps the go-deps group with 36 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/apache/pulsar-client-go](https://github.com/apache/pulsar-client-go) | `0.16.0` | `0.17.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.39.0` | `1.39.6` |
| [github.com/aws/aws-sdk-go-v2/service/eventbridge](https://github.com/aws/aws-sdk-go-v2) | `1.44.0` | `1.45.12` |
| [github.com/aws/aws-sdk-go-v2/service/firehose](https://github.com/aws/aws-sdk-go-v2) | `1.40.0` | `1.42.3` |
| [github.com/aws/aws-sdk-go-v2/service/glue](https://github.com/aws/aws-sdk-go-v2) | `1.126.0` | `1.133.0` |
| [github.com/aws/aws-sdk-go-v2/service/kinesis](https://github.com/aws/aws-sdk-go-v2) | `1.38.0` | `1.42.3` |
| [github.com/aws/aws-sdk-go-v2/service/lambda](https://github.com/aws/aws-sdk-go-v2) | `1.76.0` | `1.81.3` |
| [github.com/aws/aws-sdk-go-v2/service/personalizeevents](https://github.com/aws/aws-sdk-go-v2) | `1.29.0` | `1.31.4` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.88.1` | `1.90.2` |
| [github.com/confluentinc/confluent-kafka-go/v2](https://github.com/confluentinc/confluent-kafka-go) | `2.11.1` | `2.12.0` |
| [github.com/databricks/databricks-sql-go](https://github.com/databricks/databricks-sql-go) | `1.8.0` | `1.9.0` |
| [github.com/docker/docker](https://github.com/docker/docker) | `28.3.3+incompatible` | `28.5.2+incompatible` |
| [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) | `1.52.2` | `1.52.3` |
| [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.18.3` | `4.19.0` |
| [github.com/gomodule/redigo](https://github.com/gomodule/redigo) | `1.9.2` | `1.9.3` |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.27.1` | `2.27.3` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.0` | `1.18.1` |
| [github.com/linkedin/goavro/v2](https://github.com/linkedin/goavro) | `2.14.0` | `2.14.1` |
| [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) | `1.9.2` | `1.9.4` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.95` | `7.0.97` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.24.0` | `2.27.2` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.12.1` | `9.16.0` |
| [github.com/rudderlabs/keydb](https://github.com/rudderlabs/keydb) | `1.2.0` | `1.2.3` |
| [github.com/rudderlabs/rudder-go-kit](https://github.com/rudderlabs/rudder-go-kit) | `0.65.0` | `0.66.0` |
| [github.com/rudderlabs/rudder-observability-kit](https://github.com/rudderlabs/rudder-observability-kit) | `0.0.5` | `0.0.6` |
| [github.com/rudderlabs/sqlconnect-go](https://github.com/rudderlabs/sqlconnect-go) | `1.20.3` | `1.21.0` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.51.0` | `1.52.0` |
| [github.com/segmentio/kafka-go](https://github.com/segmentio/kafka-go) | `0.4.48` | `0.4.49` |
| [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.16.0` | `1.17.1` |
| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.9.2` | `1.10.0` |
| [github.com/trinodb/trino-go-client](https://github.com/trinodb/trino-go-client) | `0.328.0` | `0.330.0` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.6.4` | `3.6.6` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.6.4` | `3.6.6` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.31.0` | `0.33.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.17.0` | `0.18.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.13.0` | `0.14.0` |



Updates `github.com/apache/pulsar-client-go` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/apache/pulsar-client-go/releases)
- [Changelog](https://github.com/apache/pulsar-client-go/blob/master/CHANGELOG.md)
- [Commits](apache/pulsar-client-go@v0.16.0...v0.17.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.39.0 to 1.39.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.39.0...v1.39.6)

Updates `github.com/aws/aws-sdk-go-v2/service/eventbridge` from 1.44.0 to 1.45.12
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.44.0...service/polly/v1.45.12)

Updates `github.com/aws/aws-sdk-go-v2/service/firehose` from 1.40.0 to 1.42.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.40.0...service/ivs/v1.42.3)

Updates `github.com/aws/aws-sdk-go-v2/service/glue` from 1.126.0 to 1.133.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.126.0...service/ec2/v1.133.0)

Updates `github.com/aws/aws-sdk-go-v2/service/kinesis` from 1.38.0 to 1.42.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.38.0...service/ivs/v1.42.3)

Updates `github.com/aws/aws-sdk-go-v2/service/lambda` from 1.76.0 to 1.81.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.76.0...service/rds/v1.81.3)

Updates `github.com/aws/aws-sdk-go-v2/service/personalizeevents` from 1.29.0 to 1.31.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.29.0...config/v1.31.4)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.88.1 to 1.90.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.88.1...service/s3/v1.90.2)

Updates `github.com/aws/smithy-go` from 1.23.0 to 1.23.2
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.23.0...v1.23.2)

Updates `github.com/confluentinc/confluent-kafka-go/v2` from 2.11.1 to 2.12.0
- [Release notes](https://github.com/confluentinc/confluent-kafka-go/releases)
- [Changelog](https://github.com/confluentinc/confluent-kafka-go/blob/master/CHANGELOG.md)
- [Commits](confluentinc/confluent-kafka-go@v2.11.1...v2.12.0)

Updates `github.com/databricks/databricks-sql-go` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/databricks/databricks-sql-go/releases)
- [Changelog](https://github.com/databricks/databricks-sql-go/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sql-go@v1.8.0...v1.9.0)

Updates `github.com/docker/docker` from 28.3.3+incompatible to 28.5.2+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v28.3.3...v28.5.2)

Updates `github.com/fsouza/fake-gcs-server` from 1.52.2 to 1.52.3
- [Release notes](https://github.com/fsouza/fake-gcs-server/releases)
- [Commits](fsouza/fake-gcs-server@v1.52.2...v1.52.3)

Updates `github.com/golang-migrate/migrate/v4` from 4.18.3 to 4.19.0
- [Release notes](https://github.com/golang-migrate/migrate/releases)
- [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml)
- [Commits](golang-migrate/migrate@v4.18.3...v4.19.0)

Updates `github.com/gomodule/redigo` from 1.9.2 to 1.9.3
- [Release notes](https://github.com/gomodule/redigo/releases)
- [Changelog](https://github.com/gomodule/redigo/blob/master/.goreleaser.yaml)
- [Commits](gomodule/redigo@v1.9.2...v1.9.3)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.27.1 to 2.27.3
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.27.1...v2.27.3)

Updates `github.com/klauspost/compress` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.18.0...v1.18.1)

Updates `github.com/linkedin/goavro/v2` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/linkedin/goavro/releases)
- [Changelog](https://github.com/linkedin/goavro/blob/master/debug_release.go)
- [Commits](linkedin/goavro@v2.14.0...v2.14.1)

Updates `github.com/microsoft/go-mssqldb` from 1.9.2 to 1.9.4
- [Release notes](https://github.com/microsoft/go-mssqldb/releases)
- [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md)
- [Commits](microsoft/go-mssqldb@v1.9.2...v1.9.4)

Updates `github.com/minio/minio-go/v7` from 7.0.95 to 7.0.97
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.95...v7.0.97)

Updates `github.com/onsi/ginkgo/v2` from 2.24.0 to 2.27.2
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.24.0...v2.27.2)

Updates `github.com/onsi/gomega` from 1.38.0 to 1.38.2
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.38.0...v1.38.2)

Updates `github.com/redis/go-redis/v9` from 9.12.1 to 9.16.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.12.1...v9.16.0)

Updates `github.com/rudderlabs/keydb` from 1.2.0 to 1.2.3
- [Release notes](https://github.com/rudderlabs/keydb/releases)
- [Changelog](https://github.com/rudderlabs/keydb/blob/main/CHANGELOG.md)
- [Commits](rudderlabs/keydb@v1.2.0...v1.2.3)

Updates `github.com/rudderlabs/rudder-go-kit` from 0.65.0 to 0.66.0
- [Release notes](https://github.com/rudderlabs/rudder-go-kit/releases)
- [Changelog](https://github.com/rudderlabs/rudder-go-kit/blob/main/CHANGELOG.md)
- [Commits](rudderlabs/rudder-go-kit@v0.65.0...v0.66.0)

Updates `github.com/rudderlabs/rudder-observability-kit` from 0.0.5 to 0.0.6
- [Release notes](https://github.com/rudderlabs/rudder-observability-kit/releases)
- [Changelog](https://github.com/rudderlabs/rudder-observability-kit/blob/main/CHANGELOG.md)
- [Commits](rudderlabs/rudder-observability-kit@v0.0.5...v0.0.6)

Updates `github.com/rudderlabs/sqlconnect-go` from 1.20.3 to 1.21.0
- [Release notes](https://github.com/rudderlabs/sqlconnect-go/releases)
- [Changelog](https://github.com/rudderlabs/sqlconnect-go/blob/main/CHANGELOG.md)
- [Commits](rudderlabs/sqlconnect-go@v1.20.3...v1.21.0)

Updates `github.com/samber/lo` from 1.51.0 to 1.52.0
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.51.0...v1.52.0)

Updates `github.com/segmentio/kafka-go` from 0.4.48 to 0.4.49
- [Release notes](https://github.com/segmentio/kafka-go/releases)
- [Commits](segmentio/kafka-go@v0.4.48...v0.4.49)

Updates `github.com/snowflakedb/gosnowflake` from 1.16.0 to 1.17.1
- [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
- [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/CHANGELOG.md)
- [Commits](snowflakedb/gosnowflake@v1.16.0...v1.17.1)

Updates `github.com/spf13/cast` from 1.9.2 to 1.10.0
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.9.2...v1.10.0)

Updates `github.com/trinodb/trino-go-client` from 0.328.0 to 0.330.0
- [Release notes](https://github.com/trinodb/trino-go-client/releases)
- [Commits](trinodb/trino-go-client@v0.328.0...v0.330.0)

Updates `go.etcd.io/etcd/api/v3` from 3.6.4 to 3.6.6
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.4...v3.6.6)

Updates `go.etcd.io/etcd/client/v3` from 3.6.4 to 3.6.6
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.4...v3.6.6)

Updates `golang.org/x/exp` from 0.0.0-20250210185358-939b2ce775ac to 0.0.0-20250408133849-7e4ce0ab07d0
- [Commits](https://github.com/golang/exp/commits)

Updates `golang.org/x/oauth2` from 0.31.0 to 0.33.0
- [Commits](golang/oauth2@v0.31.0...v0.33.0)

Updates `golang.org/x/sync` from 0.17.0 to 0.18.0
- [Commits](golang/sync@v0.17.0...v0.18.0)

Updates `golang.org/x/time` from 0.13.0 to 0.14.0
- [Commits](golang/time@v0.13.0...v0.14.0)

Updates `google.golang.org/grpc` from 1.75.1 to 1.76.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.75.1...v1.76.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.38.4 to 1.38.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.4...service/sts/v1.38.6)

---
updated-dependencies:
- dependency-name: github.com/apache/pulsar-client-go
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.39.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/eventbridge
  dependency-version: 1.45.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/firehose
  dependency-version: 1.42.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/glue
  dependency-version: 1.133.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kinesis
  dependency-version: 1.42.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lambda
  dependency-version: 1.81.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/personalizeevents
  dependency-version: 1.31.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.90.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/confluentinc/confluent-kafka-go/v2
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/databricks/databricks-sql-go
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/docker/docker
  dependency-version: 28.5.2+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fsouza/fake-gcs-server
  dependency-version: 1.52.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/golang-migrate/migrate/v4
  dependency-version: 4.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/gomodule/redigo
  dependency-version: 1.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-version: 2.27.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/linkedin/goavro/v2
  dependency-version: 2.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/microsoft/go-mssqldb
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/minio/minio-go/v7
  dependency-version: 7.0.97
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.38.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/rudderlabs/keydb
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/rudderlabs/rudder-go-kit
  dependency-version: 0.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/rudderlabs/rudder-observability-kit
  dependency-version: 0.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/rudderlabs/sqlconnect-go
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/samber/lo
  dependency-version: 1.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/segmentio/kafka-go
  dependency-version: 0.4.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/snowflakedb/gosnowflake
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/spf13/cast
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/trinodb/trino-go-client
  dependency-version: 0.330.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-version: 3.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-version: 3.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: golang.org/x/exp
  dependency-version: 0.0.0-20250408133849-7e4ce0ab07d0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/sync
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/time
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/grpc
  dependency-version: 1.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.38.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 18, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 20, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-486d2805f0 branch November 20, 2025 09:05
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants