Skip to content

chore(deps): bump the go-deps group across 1 directory with 24 updates - #7240

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-deps-e4a979ea38
Open

chore(deps): bump the go-deps group across 1 directory with 24 updates#7240
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-deps-e4a979ea38

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
github.com/apache/pulsar-client-go 0.20.0 0.21.0
github.com/aws/aws-sdk-go-v2 1.42.1 1.43.0
github.com/aws/aws-sdk-go-v2/service/eventbridge 1.47.0 1.48.0
github.com/aws/aws-sdk-go-v2/service/firehose 1.45.0 1.46.0
github.com/aws/aws-sdk-go-v2/service/glue 1.148.0 1.149.0
github.com/aws/aws-sdk-go-v2/service/kinesis 1.45.0 1.46.0
github.com/aws/aws-sdk-go-v2/service/lambda 1.96.0 1.100.0
github.com/aws/aws-sdk-go-v2/service/personalizeevents 1.33.0 1.34.0
github.com/aws/aws-sdk-go-v2/service/s3 1.105.0 1.106.0
github.com/aws/aws-sdk-go-v2/service/sts 1.44.0 1.45.0
github.com/aws/smithy-go 1.27.3 1.27.5
github.com/databricks/databricks-sql-go 1.13.1 1.14.0
github.com/dgraph-io/badger/v4 4.9.4 4.9.5
github.com/duckdb/duckdb-go/v2 2.10504.0 2.10505.0
github.com/fsouza/fake-gcs-server 1.54.0 1.55.1
github.com/klauspost/compress 1.19.0 1.19.1
github.com/onsi/gomega 1.40.0 1.42.1
github.com/rudderlabs/rudder-transformer/go 1.141.4 1.144.0
go.etcd.io/etcd/api/v3 3.7.0 3.7.1
go.etcd.io/etcd/client/v3 3.7.0 3.7.1
k8s.io/api 0.36.2 0.36.3
k8s.io/client-go 0.36.2 0.36.3

Updates github.com/apache/pulsar-client-go from 0.20.0 to 0.21.0

Release notes

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

v0.21.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.21.0] 2026-07-15

What's Changed

New Contributors

[0.20.0] 2026-06-01

What's Changed

... (truncated)

Commits
  • c5b1bc1 fix: add bounds check for partition index int32 conversion (#1517)
  • ef2a631 [improve][doc] Add chunking documentation for DLQ/RLQ and add integration tes...
  • d0dd423 Update TestContainers and change docker depenency to moby (#1513)
  • 27e4313 [improve][client] Implement tls_client_auth for OAuth2 (#1514)
  • 84a5b07 Update golang to 1.25 and also update linter (#1515)
  • 96d3050 fix: escape configuration values in UpdateDynamicConfiguration (#1505)
  • b787489 feat(pulsaradmin): add offload policies API and tests (#1512)
  • d7a04fa Add changelog for 0.20.0 (#1509)
  • 1fe5799 [Issue #1458] Reduce unnecessary creation of retry topics and DLQ topics (#1459)
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.42.1 to 1.43.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/eventbridge from 1.47.0 to 1.48.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/firehose from 1.45.0 to 1.46.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/glue from 1.148.0 to 1.149.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kinesis from 1.45.0 to 1.46.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lambda from 1.96.0 to 1.100.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/personalizeevents from 1.33.0 to 1.34.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.105.0 to 1.106.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.44.0 to 1.45.0

Commits

Updates github.com/aws/smithy-go from 1.27.3 to 1.27.5

Changelog

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

Release (2026-07-31)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.6
    • Bug Fix: Fix failure to deserialize any @httpPayload struct with a non-string member.
    • Bug Fix: Fix failure to serialize any @httpPayload struct with a nested struct.

Release (2026-07-27)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.5
    • Bug Fix: Fix a performance issue in awsQuery with large response payloads.

Release (2026-07-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.2.1
    • Bug Fix: Use r.URL.Host when r.Host is unset.
  • github.com/aws/smithy-go/aws-http-auth-schemes: v1.0.0
    • Release: Module github.com/aws/smithy-go/aws-http-auth-schemes adds generic smithy-go client support for AWS Sigv4 and Sigv4a.

Release (2026-06-26)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.3
    • Bug Fix: Fix bug in JSON doc encoder and endpoint host label format validation

Release (2026-06-05)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.2
    • Bug Fix: Fix incorrect serialization of unions in CBOR-based protocols.

Release (2026-06-04)

... (truncated)

Commits

Updates github.com/databricks/databricks-sql-go from 1.13.1 to 1.14.0

Release notes

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

v1.14.0

  • Minimum Go version is now 1.25.0 (previously 1.20): the godatabricks/databricks-sql-go#368
  • Fix panic in InitThriftClient when the endpoint URL is malformed: the thrift transport was type-asserted to *thrift.THttpClient before the error from NewTHttpClientWithOptions was checked, so a URL that fails to parse (nil transport) caused interface conversion: thrift.TTransport is nil, not *thrift.THttpClientdatabricks/databricks-sql-go#394
  • Stop using html/template in the U2M OAuth callback page. Reachable use of html/templatedatabricks/databricks-sql-go#343
  • Fix DECIMAL precision loss inside complex types: DECIMAL values nested in STRUCT, ARRAY, and MAP columns are now rendered losslessly with their exact scale (e.g. 19.99 instead of 19.990000000000002databricks/databricks-sql-go#253
Changelog

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

v1.14.0 (2026-07-13)

  • Minimum Go version is now 1.25.0 (previously 1.20): the godatabricks/databricks-sql-go#368
  • Fix panic in InitThriftClient when the endpoint URL is malformed: the thrift transport was type-asserted to *thrift.THttpClient before the error from NewTHttpClientWithOptions was checked, so a URL that fails to parse (nil transport) caused interface conversion: thrift.TTransport is nil, not *thrift.THttpClientdatabricks/databricks-sql-go#394
  • Stop using html/template in the U2M OAuth callback page. Reachable use of html/templatedatabricks/databricks-sql-go#343
  • Fix DECIMAL precision loss inside complex types: DECIMAL values nested in STRUCT, ARRAY, and MAP columns are now rendered losslessly with their exact scale (e.g. 19.99 instead of 19.990000000000002databricks/databricks-sql-go#253
Commits
  • c882e89 Prepare for v1.14.0 release (#398)
  • f43ee9c Fix panic in InitThriftClient when endpoint URL is malformed (#394)
  • 40282fb Add OSV-Scanner-based security workflow (#362)
  • 8f4711b Bump actions/github-script from 8.0.0 to 9.0.0 (#391)
  • e99b808 Bump actions/create-github-app-token from 3.0.0 to 3.2.0 (#392)
  • 15e81e9 Clear OSV-Scanner findings: bump go directive to 1.25.0 + remaining deps (#368)
  • b28aa49 refactor: extract Backend/Operation seam for SEA integration (#382)
  • d091714 Bump actions/checkout from 6.0.2 to 7.0.0 (#377)
  • dfc859e Bump actions/setup-go from 6.4.0 to 6.5.0 (#379)
  • 06cb398 Bump actions/cache from 5.0.5 to 6.1.0 (#380)
  • Additional commits viewable in compare view

Updates github.com/dgraph-io/badger/v4 from 4.9.4 to 4.9.5

Release notes

Sourced from github.com/dgraph-io/badger/v4's releases.

v4.9.5

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.9.4...v4.9.5

Changelog

Sourced from github.com/dgraph-io/badger/v4's changelog.

Changelog

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

The format is based on Keep a Changelog.

Commits

Updates github.com/duckdb/duckdb-go/v2 from 2.10504.0 to 2.10505.0

Release notes

Sourced from github.com/duckdb/duckdb-go/v2's releases.

v2.10505.0

What's Changed

Full Changelog: duckdb/duckdb-go@v2.10504.0...v2.10505.0

Commits

Updates github.com/fsouza/fake-gcs-server from 1.54.0 to 1.55.1

Release notes

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

v1.55.1

What's Changed

Full Changelog: fsouza/fake-gcs-server@v1.55.0...v1.55.1

v1.55.0

What's Changed

... (truncated)

Commits
  • 5fd3ba1 build(deps): bump google.golang.org/api in /examples/go (#2294)
  • d65df2a fix: take the fs backend mutex in bucket update paths (#2293)
  • e3744d9 fix: report bucket attributes from ListBuckets (#2291)
  • 0dcfba4 fix: preserve bucket ACL across bucket updates in the fs backend (#2290)
  • 5287cb7 examples/node: upgrade deps (#2289)
  • 8424e83 Implement GET /storage/v1/b/{bucket}/storageLayout for standard buckets (#2238)
  • ddf8bae examples/python: upgrade deps (#2288)
  • 9297734 examples/go: upgrade deps (#2287)
  • e9c3078 build(deps): bump google.golang.org/grpc from 1.82.0 to 1.82.1 (#2286)
  • 3108f03 build(deps): bump google.golang.org/api from 0.288.0 to 0.289.0 (#2285)
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.19.0 to 1.19.1

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.19.1

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.19.0...v1.19.1

Commits
  • 2602f4a Update changelog for version 1.19.0
  • 983acec add defensive checks
  • 9960386 zstd: Validate SnappyConverter literal copies (#1170)
  • e29d4d3 flate: use Peek instead of ReadByte for the bufio.Reader decode path (#...
  • c0bbc84 zstd: bump avo pin, regenerate arm64 asm (#1167)
  • efdb6ed build(deps): bump the github-actions group with 6 updates (#1166)
  • See full diff in compare view

Updates github.com/onsi/gomega from 1.40.0 to 1.42.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.42.1

1.42.1

Bump Dependencies

v1.42.0

1.42.0

Add a set of Claude skill as a marketplace plugin

v1.41.0

No release notes provided.

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.42.1

Bump Dependencies

1.42.0

Add a set of Claude skill as a marketplace plugin

1.41.0

Features

Add BeASlice and BeAnArray matchers

Fixes

Object formatting now detects pointer cycles to avoid runaway formatting output.

Commits

Updates github.com/rudderlabs/rudder-transformer/go from 1.141.4 to 1.144.0

Release notes

Sourced from github.com/rudderlabs/rudder-transformer/go's releases.

v1.144.0

Release v1.144.0

🚀 Features

  • add BRAZE_AUDIENCE router transform and network handler (#5408) (braze_audience)
  • hubspot retl for upsert (#5407)
  • emit 296 per job on /users/track partial-failure responses (#5384) (braze)
  • add v1 network handler for per-event delivery (#5326) (braze)<...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [github.com/apache/pulsar-client-go](https://github.com/apache/pulsar-client-go) | `0.20.0` | `0.21.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.42.1` | `1.43.0` |
| [github.com/aws/aws-sdk-go-v2/service/eventbridge](https://github.com/aws/aws-sdk-go-v2) | `1.47.0` | `1.48.0` |
| [github.com/aws/aws-sdk-go-v2/service/firehose](https://github.com/aws/aws-sdk-go-v2) | `1.45.0` | `1.46.0` |
| [github.com/aws/aws-sdk-go-v2/service/glue](https://github.com/aws/aws-sdk-go-v2) | `1.148.0` | `1.149.0` |
| [github.com/aws/aws-sdk-go-v2/service/kinesis](https://github.com/aws/aws-sdk-go-v2) | `1.45.0` | `1.46.0` |
| [github.com/aws/aws-sdk-go-v2/service/lambda](https://github.com/aws/aws-sdk-go-v2) | `1.96.0` | `1.100.0` |
| [github.com/aws/aws-sdk-go-v2/service/personalizeevents](https://github.com/aws/aws-sdk-go-v2) | `1.33.0` | `1.34.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.105.0` | `1.106.0` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.44.0` | `1.45.0` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.27.3` | `1.27.5` |
| [github.com/databricks/databricks-sql-go](https://github.com/databricks/databricks-sql-go) | `1.13.1` | `1.14.0` |
| [github.com/dgraph-io/badger/v4](https://github.com/dgraph-io/badger) | `4.9.4` | `4.9.5` |
| [github.com/duckdb/duckdb-go/v2](https://github.com/duckdb/duckdb-go) | `2.10504.0` | `2.10505.0` |
| [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) | `1.54.0` | `1.55.1` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.19.0` | `1.19.1` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.40.0` | `1.42.1` |
| [github.com/rudderlabs/rudder-transformer/go](https://github.com/rudderlabs/rudder-transformer) | `1.141.4` | `1.144.0` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.7.0` | `3.7.1` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.7.0` | `3.7.1` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.2` | `0.36.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.36.2` | `0.36.3` |



Updates `github.com/apache/pulsar-client-go` from 0.20.0 to 0.21.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.20.0...v0.21.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.42.1 to 1.43.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.42.1...v1.43.0)

Updates `github.com/aws/aws-sdk-go-v2/service/eventbridge` from 1.47.0 to 1.48.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.47.0...service/s3/v1.48.0)

Updates `github.com/aws/aws-sdk-go-v2/service/firehose` from 1.45.0 to 1.46.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.45.0...service/s3/v1.46.0)

Updates `github.com/aws/aws-sdk-go-v2/service/glue` from 1.148.0 to 1.149.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.148.0...service/ec2/v1.149.0)

Updates `github.com/aws/aws-sdk-go-v2/service/kinesis` from 1.45.0 to 1.46.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.45.0...service/s3/v1.46.0)

Updates `github.com/aws/aws-sdk-go-v2/service/lambda` from 1.96.0 to 1.100.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.96.0...service/s3/v1.100.0)

Updates `github.com/aws/aws-sdk-go-v2/service/personalizeevents` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.33.0...v1.34.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.105.0 to 1.106.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.105.0...service/s3/v1.106.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.44.0...service/s3/v1.45.0)

Updates `github.com/aws/smithy-go` from 1.27.3 to 1.27.5
- [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.27.3...v1.27.5)

Updates `github.com/databricks/databricks-sql-go` from 1.13.1 to 1.14.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.13.1...v1.14.0)

Updates `github.com/dgraph-io/badger/v4` from 4.9.4 to 4.9.5
- [Release notes](https://github.com/dgraph-io/badger/releases)
- [Changelog](https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md)
- [Commits](dgraph-io/badger@v4.9.4...v4.9.5)

Updates `github.com/duckdb/duckdb-go/v2` from 2.10504.0 to 2.10505.0
- [Release notes](https://github.com/duckdb/duckdb-go/releases)
- [Commits](duckdb/duckdb-go@v2.10504.0...v2.10505.0)

Updates `github.com/fsouza/fake-gcs-server` from 1.54.0 to 1.55.1
- [Release notes](https://github.com/fsouza/fake-gcs-server/releases)
- [Commits](fsouza/fake-gcs-server@v1.54.0...v1.55.1)

Updates `github.com/klauspost/compress` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](klauspost/compress@v1.19.0...v1.19.1)

Updates `github.com/onsi/gomega` from 1.40.0 to 1.42.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.40.0...v1.42.1)

Updates `github.com/rudderlabs/rudder-transformer/go` from 1.141.4 to 1.144.0
- [Release notes](https://github.com/rudderlabs/rudder-transformer/releases)
- [Changelog](https://github.com/rudderlabs/rudder-transformer/blob/develop/CHANGELOG.md)
- [Commits](rudderlabs/rudder-transformer@v1.141.4...v1.144.0)

Updates `go.etcd.io/etcd/api/v3` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.7.0...v3.7.1)

Updates `go.etcd.io/etcd/client/v3` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.7.0...v3.7.1)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20260630182238-925bb5da69e7 to 0.0.0-20260706201446-f0a921348800
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `k8s.io/api` from 0.36.2 to 0.36.3
- [Commits](kubernetes/api@v0.36.2...v0.36.3)

Updates `k8s.io/apimachinery` from 0.36.2 to 0.36.3
- [Commits](kubernetes/apimachinery@v0.36.2...v0.36.3)

Updates `k8s.io/client-go` from 0.36.2 to 0.36.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.36.2...v0.36.3)

---
updated-dependencies:
- dependency-name: github.com/apache/pulsar-client-go
  dependency-version: 0.21.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.43.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/eventbridge
  dependency-version: 1.48.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/firehose
  dependency-version: 1.46.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/glue
  dependency-version: 1.149.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.46.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/lambda
  dependency-version: 1.100.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/personalizeevents
  dependency-version: 1.34.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/s3
  dependency-version: 1.106.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.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.27.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/databricks/databricks-sql-go
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/dgraph-io/badger/v4
  dependency-version: 4.9.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/duckdb/duckdb-go/v2
  dependency-version: 2.10505.0
  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.55.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/rudderlabs/rudder-transformer/go
  dependency-version: 1.144.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.7.1
  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.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20260706201446-f0a921348800
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: k8s.io/api
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 3, 2026
@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.25%. Comparing base (ab86afd) to head (f151ed1).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7240      +/-   ##
==========================================
- Coverage   80.25%   80.25%   -0.01%     
==========================================
  Files         600      600              
  Lines       67013    67013              
==========================================
- Hits        53783    53781       -2     
- Misses      10059    10072      +13     
+ Partials     3171     3160      -11     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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