Skip to content

build(deps): bump the go-minor-patch group across 2 directories with 21 updates#3007

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-minor-patch-905207b83e
Open

build(deps): bump the go-minor-patch group across 2 directories with 21 updates#3007
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-minor-patch-905207b83e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the go-minor-patch group with 16 updates in the / directory:

Package From To
github.com/ClickHouse/clickhouse-go/v2 2.42.0 2.43.0
github.com/InfluxCommunity/influxdb3-go/v2 2.11.0 2.12.0
github.com/alitto/pond/v2 2.6.0 2.6.2
github.com/aws/aws-sdk-go-v2 1.41.0 1.41.1
github.com/aws/aws-sdk-go-v2/config 1.32.6 1.32.7
github.com/aws/aws-sdk-go-v2/service/s3 1.93.1 1.96.0
github.com/lmittmann/tint 1.1.2 1.1.3
github.com/maxmind/mmdbwriter 1.1.0 1.2.0
github.com/openconfig/goyang 1.6.0 1.6.3
github.com/prometheus-community/pro-bing 0.7.0 0.8.0
github.com/prometheus/common 0.67.4 0.67.5
github.com/quic-go/quic-go 0.57.1 0.59.0
github.com/twmb/franz-go 1.20.5 1.20.6
github.com/twmb/franz-go/pkg/kadm 1.17.1 1.17.2
golang.org/x/mod 0.31.0 0.33.0
golang.org/x/net 0.49.0 0.50.0

Bumps the go-minor-patch group with 3 updates in the /controlplane/s3-uploader directory: github.com/aws/aws-sdk-go-v2/config, github.com/aws/aws-sdk-go-v2/service/s3 and github.com/BurntSushi/toml.

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.42.0 to 2.43.0

Release notes

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

v2.43.0

What's Changed

Enhancements 🎉

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.42.0...v2.43.0

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.43.0, 2026-01-29

What's Changed

Enhancements 🎉

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.42.0...v2.43.0

Commits
  • 807d28f Update release notes
  • eea760b Merge pull request #1761 from ClickHouse/kavirajk/qbit-support
  • 103749c Merge branch 'main' into kavirajk/qbit-support
  • 86979ca Merge pull request #1758 from ClickHouse/kavirajk/fix-scantype-time-type
  • 8bf170b chore: upgrade ch-go
  • 7f5cf4c chore: upgrade ch-go
  • 4020c0a chore: fix the duration precision bug on test
  • ded8b36 fix: add test to lock the behavior of how time64 sent to server
  • 427aa07 fix: fix ColTime64 AppendRow api for precision correctness
  • a9857aa chore: removed commented tests
  • Additional commits viewable in compare view

Updates github.com/InfluxCommunity/influxdb3-go/v2 from 2.11.0 to 2.12.0

Release notes

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

2.12.0

Features

  1. #209: Document the global nature of gRPC compression in README.md

Bug Fixes

  1. #213: Fixed InfluxDB 3 Core/Enterprise write error deserialization.

Dependencies

  1. Minimum supported Go version is now 1.24 as required by google.golang.org/grpc v1.76.0 - see grpc-go#8509

What's Changed

Full Changelog: InfluxCommunity/influxdb3-go@v2.11.0...v2.12.0

Changelog

Sourced from github.com/InfluxCommunity/influxdb3-go/v2's changelog.

2.12.0 [2026-01-08]

Features

  1. #209: Document the global nature of gRPC compression in README.md

Bug Fixes

  1. #213: Fixed InfluxDB 3 Core/Enterprise write error deserialization.

Dependencies

  1. Minimum supported Go version is now 1.24 as required by google.golang.org/grpc v1.76.0 - see grpc-go#8509
Commits
  • 0e9ccf7 chore(release): release version 2.12.0 [skip ci]
  • f856bc6 chore(deps): bump github.com/apache/arrow-go/v18 from 18.4.1 to 18.5.0 (#210)
  • 2f67550 fix: Fixed InfluxDB 3 Core/Enterprise write error deserialization. (#213)
  • e96983c chore(deps): bump google.golang.org/grpc from 1.75.1 to 1.76.0 (#203)
  • c137824 chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 (#211)
  • b211c7f docs: document gRPC compression (#209)
  • 6fbb4ce fix: TLS config and flight URL handling (#208)
  • 9963537 fix: matrix not run properly (#195)
  • 3ef6586 docs: fix Readme (#205)
  • dd07d06 chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 (#202)
  • Additional commits viewable in compare view

Updates github.com/alitto/pond/v2 from 2.6.0 to 2.6.2

Release notes

Sourced from github.com/alitto/pond/v2's releases.

Release v2.6.2

What's Changed

  • fix(pool): ensure pool recovers after runtime.Goexit() by @​alitto in alitto/pond#137
  • Run tests against the latest versions of go (1.24 and 1.25)

Full Changelog: alitto/pond@v2.6.1...v2.6.2

Release v2.6.1

What's Changed

Full Changelog: alitto/pond@v2.6.0...v2.6.1

Commits
  • 38ae30e chore(test): run tests against the latest versions of go
  • 49be637 fix(pool): ensure pool recovers after runtime.Goexit()
  • 642bffa fix(stop-and-wait): handle call to runtime.Goexit() in task
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.41.0 to 1.41.1

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.6 to 1.32.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.93.1 to 1.96.0

Commits

Updates github.com/klauspost/compress from 1.18.2 to 1.18.3

Release notes

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

v1.18.3

Downstream CVE-2025-61728

See golang/go#77102

Full Changelog: klauspost/compress@v1.18.2...v1.18.3

Commits

Updates github.com/lmittmann/tint from 1.1.2 to 1.1.3

Release notes

Sourced from github.com/lmittmann/tint's releases.

v1.1.3

What's Changed

New Contributors

Full Changelog: lmittmann/tint@v1.1.2...v1.1.3

Commits

Updates github.com/maxmind/mmdbwriter from 1.1.0 to 1.2.0

Release notes

Sourced from github.com/maxmind/mmdbwriter's releases.

1.2.0

  • The mmdbtype.Unmarshaler now caches nested structures, maps and slices, in addition to top-level values. This improves performance when loading databases with shared nested data structures.
  • The zero value of mmdbtype.Unmarshaler is now documented as safe to use for unmarshaling without caching enabled. Use NewUnmarshaler() when you want caching.
Changelog

Sourced from github.com/maxmind/mmdbwriter's changelog.

1.2.0 (2026-01-14)

  • The mmdbtype.Unmarshaler now caches nested structures, maps and slices, in addition to top-level values. This improves performance when loading databases with shared nested data structures.
  • The zero value of mmdbtype.Unmarshaler is now documented as safe to use for unmarshaling without caching enabled. Use NewUnmarshaler() when you want caching.
Commits
  • 6142bae Add release script
  • a53a3a7 Set release date
  • 83aa38a Merge pull request #180 from maxmind/dependabot/github_actions/horgh/check-un...
  • 43ca967 Bump horgh/check-untagged-go-deps from 1.0.1 to 1.1.0
  • ad46a5c Merge pull request #179 from maxmind/greg/eng-3770
  • 7fa9500 Pin GitHub Actions to SHA for security
  • d7eae40 Merge pull request #178 from maxmind/wstorey/eng-3699-go-dependencies-referen...
  • 1d5d66a Add workflow to check for updates to pseudo-versioned dependencies
  • 2f32521 Merge pull request #177 from maxmind/greg/eng-3638
  • 0dd562e Merge pull request #176 from maxmind/dependabot/github_actions/bobg/modver-2....
  • Additional commits viewable in compare view

Updates github.com/openconfig/goyang from 1.6.0 to 1.6.3

Release notes

Sourced from github.com/openconfig/goyang's releases.

v1.6.3

What's Changed

New Contributors

Full Changelog: openconfig/goyang@v1.6.2...v1.6.3

v1.6.2

What's Changed

New Contributors

Full Changelog: openconfig/goyang@v1.6.1...v1.6.2

v1.6.1

What's Changed

New Contributors

Full Changelog: openconfig/goyang@v1.6.0...v1.6.1

Commits

Updates github.com/prometheus-community/pro-bing from 0.7.0 to 0.8.0

Release notes

Sourced from github.com/prometheus-community/pro-bing's releases.

v0.8.0

What's Changed

New Contributors

Full Changelog: prometheus-community/pro-bing@v0.7.0...v0.8.0

Commits
  • 112c6d1 Merge pull request #180 from nvksie/main
  • c0e523e Merge pull request #179 from prometheus-community/repo_sync
  • dc59983 Merge pull request #181 from prometheus-community/dependabot/go_modules/golan...
  • 3b320ae Bump golang.org/x/sync from 0.17.0 to 0.19.0
  • df60cdb Merge pull request #183 from prometheus-community/dependabot/go_modules/golan...
  • 22f264b Bump golang.org/x/net from 0.44.0 to 0.49.0
  • 3e7f4fe optimize bpf filter, accept Echo Reply only
  • 1327198 Update common Prometheus files
  • 3b66532 Merge pull request #173 from prometheus-community/repo_sync
  • 4d98d36 Update common Prometheus files
  • Additional commits viewable in compare view

Updates github.com/prometheus/common from 0.67.4 to 0.67.5

Release notes

Sourced from github.com/prometheus/common's releases.

v0.67.5

What's Changed

Full Changelog: prometheus/common@v0.67.4...v0.67.5

Commits
  • 934ff37 build(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 (#870)
  • 1e29804 build(deps): bump golang.org/x/net from 0.46.0 to 0.48.0 (#872)
  • 0bd1c40 Synchronize common files from prometheus/prometheus (#866)
  • b644201 build(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.34.0 (#871)
  • See full diff in compare view

Updates github.com/quic-go/quic-go from 0.57.1 to 0.59.0

Release notes

Sourced from github.com/quic-go/quic-go's releases.

v0.59.0

This release adds a couple of new features:

  • Adds an API to peek stream data on ReceiveStream and Stream: #5501
  • Adds an API to peek the next varint on a stream: #5502
  • Reworks the API exposed by the HTTP/3 package for WebTransport: #5509, #5512. Regular HTTP/3 use cases should not be affected by these changes.
  • Adds support for HTTP request trailers (trailers sent by the client): #5507

Breaking Changes

  • Removes the deprecated ClientHelloInfo: #5497
  • Removes the deprecated ConnectionTracingID and ConnectionTracingKey: #5521
  • http3: the qlogger is now closed after all streams have been handled: #5524
  • The ConnectionState now reports both the local and the remote status of the QUIC Datagram and Reliable Stream Reset extensions: #5533

Other Notable Fixes

  • Fixes an infinite loop of PING-only packets caused by a bug in the PTO queueing logic: #5538 and #5539
  • http3: Fixes a race condition between new request streams and GOAWAY: #5522
  • qlog: Fixes a race condition between RecordEvent and Close: #5523

Changelog

Full Changelog: quic-go/quic-go@v0.58.0...v0.59.0

v0.58.1

This patch release backports fixes for a bug in the PTO queueing logic that could lead to an infinite loop of PING packets.

... (truncated)

Commits
  • 7659dd8 ackhandler: fix counting of packets queued for PTO probing (#5539)
  • bd4aea9 ackhandler: fix qlogging of outstanding packet count (#5538)
  • 76b3e07 ackhandler: remove unused declaredLost field in the packet (#5537)
  • 2020668 expose local and remote settings in ConnectionState (#5533)
  • d082d9f fix flaky TestHTTP3Qlog (#5532)
  • c5f15f2 http3: close qlogger after all streams have been handled (#5524)
  • f6dbf89 polish the security policy (#5526)
  • 29cb6ff qlogwriter: fix race between RecordEvent and Close (#5523)
  • e8a6e37 http3: fix race between new streams and GOAWAY (#5522)
  • 29b1a15 remove deprecated ConnectionTracingID and ConnectionTracingKey (#5521)
  • Additional commits viewable in compare view

Updates github.com/twmb/franz-go from 1.20.5 to 1.20.6

Changelog

Sourced from github.com/twmb/franz-go's changelog.

v1.20.6

This patch release has two improvements.

Previously, you could not use poll functions multiple times if using BlockRebalanceOnPoll, because rebalancing had a higher lock priority than polling and would block all further poll calls. This has been changed to allow you to call poll as much as you want until you AllowRebalance. Thanks @​KiKoS0!

If brokers indicated they supported epochs, but then used -1 everywhere for that epoch, Mark functions would ignore records being marked and you would never commit progress. This was due to the client defaulting to a 0 epoch internally (and not using it if the broker did not support it), meaning -1 would be ignored. Brokers that use indicate support but use -1 are now supported. This was only found to be a problem against Azure Event Hubs.

  • 7cd5ea65 kgo: fix mark <=> epoch interaction, make epoch handling more resilient
  • 94fd8622 kgo: fix deadlock when polling multiple times while blocked from a rebalance
Commits
  • 24b7a27 Merge pull request #1209 from twmb/cl
  • cfbc4cd cl: note incoming v1.25.6
  • c13bffb Merge pull request #1208 from twmb/lint
  • e950fe1 kgo: fix lint
  • c345e6d Merge pull request #1205 from inngest/fix-deadlock-when-polling-multiple-times
  • 7cd5ea6 kgo: fix mark <=> epoch interaction, make epoch handling more resilient (#1203)
  • 8906743 deps: bump compress due to retracted module (#1199)
  • 44792ae document why we iterate 4 times to poll records in tests
  • fb35983 bring back conditional of failing when receiving records unexpectedly
  • a9b8ab8 testing multiple polling with the etl group consumer
  • Additional commits viewable in compare view

Updates github.com/twmb/franz-go/pkg/kadm from 1.17.1 to 1.17.2

Changelog

Sourced from github.com/twmb/franz-go/pkg/kadm's changelog.

v1.20.6

This patch release has two improvements.

Previously, you could not use poll functions multiple times if using BlockRebalanceOnPoll, because rebalancing had a higher lock priority than polling and would block all further poll calls. This has been changed to allow you to call poll as much as you want until you AllowRebalance. Thanks @​KiKoS0!

If brokers indicated they supported epochs, but then used -1 everywhere for that epoch, Mark functions would ignore records being marked and you would never commit progress. This was due to the client defaulting to a 0 epoch internally (and not using it if the broker did not support it), meaning -1 would be ignored. Brokers that use indicate support but use -1 are now supported. This was only found to be a problem against Azure Event Hubs.

  • 7cd5ea65 kgo: fix mark <=> epoch interaction, make epoch handling more resilient
  • 94fd8622 kgo: fix deadlock when polling multiple times while blocked from a rebalance

v1.20.5

This fixes a commit in 1.20.4 that accidentally broke client metrics (KIP-714) and inadvertently made a log spammy. In addition to the fix, a few logs around client metrics have been reduced in severity.

The new-as-of-1.20 OnPartitionsCallbackBlocked is now called in a goroutine, reducing the chance that you accidentally run into a deadlock based on how you structure handling the hook.

Deps have been bumped to eliminate any security scanners that flag on CVEs (even though this is a library and you can bump the dep in your own binary).

The kgo.Fetches.Errors doc has been expanded to account for previously undocumented errors, and updates guidance on what's retryable vs what is not.

  • e86bb6c9 kgo: info=>debug for a few logs in client metrics
  • 7c7ca2b4 kgo: call OnPartitionsCallbackBlocked concurrently
  • ebf29a4a all: bump deps
  • 97b4a1d4 kgo.Fetches.Errors doc: clarify && expand for two undoc'd errors
  • 13ea38e3 bug kgo: fix remaining usage of kgo.maxVers/kgo.maxVersion (thanks @​vincentbernat!)

v1.20.4

This patch release contains fixes for two data races: one new one introduced in 1.20.3 with sharded requests (a super obvious oversight in retrospect..) and a fix for a hard to encounter race that has existed for years when using

... (truncated)

Commits
  • e0832fc Merge pull request #1219 from weeco/ms/fix-internal-topics-filter
  • 80b0849 kadm: fix ListTopics filtering internal topics when explicitly requested
  • a09f0e7 Merge pull request #1216 from carsonip/typo
  • 9631005 go fmt
  • ...

    Description has been truncated

…21 updates

Bumps the go-minor-patch group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.42.0` | `2.43.0` |
| [github.com/InfluxCommunity/influxdb3-go/v2](https://github.com/InfluxCommunity/influxdb3-go) | `2.11.0` | `2.12.0` |
| [github.com/alitto/pond/v2](https://github.com/alitto/pond) | `2.6.0` | `2.6.2` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.0` | `1.41.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.6` | `1.32.7` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.93.1` | `1.96.0` |
| [github.com/lmittmann/tint](https://github.com/lmittmann/tint) | `1.1.2` | `1.1.3` |
| [github.com/maxmind/mmdbwriter](https://github.com/maxmind/mmdbwriter) | `1.1.0` | `1.2.0` |
| [github.com/openconfig/goyang](https://github.com/openconfig/goyang) | `1.6.0` | `1.6.3` |
| [github.com/prometheus-community/pro-bing](https://github.com/prometheus-community/pro-bing) | `0.7.0` | `0.8.0` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.67.4` | `0.67.5` |
| [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.57.1` | `0.59.0` |
| [github.com/twmb/franz-go](https://github.com/twmb/franz-go) | `1.20.5` | `1.20.6` |
| [github.com/twmb/franz-go/pkg/kadm](https://github.com/twmb/franz-go) | `1.17.1` | `1.17.2` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.31.0` | `0.33.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.49.0` | `0.50.0` |

Bumps the go-minor-patch group with 3 updates in the /controlplane/s3-uploader directory: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) and [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml).


Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.42.0 to 2.43.0
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.42.0...v2.43.0)

Updates `github.com/InfluxCommunity/influxdb3-go/v2` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/InfluxCommunity/influxdb3-go/releases)
- [Changelog](https://github.com/InfluxCommunity/influxdb3-go/blob/main/CHANGELOG.md)
- [Commits](InfluxCommunity/influxdb3-go@v2.11.0...v2.12.0)

Updates `github.com/alitto/pond/v2` from 2.6.0 to 2.6.2
- [Release notes](https://github.com/alitto/pond/releases)
- [Commits](alitto/pond@v2.6.0...v2.6.2)

Updates `github.com/aws/aws-sdk-go-v2` from 1.41.0 to 1.41.1
- [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.41.0...v1.41.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.6 to 1.32.7
- [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.32.6...v1.32.7)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.93.1 to 1.96.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/s3/v1.93.1...service/s3/v1.96.0)

Updates `github.com/klauspost/compress` from 1.18.2 to 1.18.3
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](klauspost/compress@v1.18.2...v1.18.3)

Updates `github.com/lmittmann/tint` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/lmittmann/tint/releases)
- [Commits](lmittmann/tint@v1.1.2...v1.1.3)

Updates `github.com/maxmind/mmdbwriter` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/maxmind/mmdbwriter/releases)
- [Changelog](https://github.com/maxmind/mmdbwriter/blob/main/CHANGELOG.md)
- [Commits](maxmind/mmdbwriter@v1.1.0...v1.2.0)

Updates `github.com/openconfig/goyang` from 1.6.0 to 1.6.3
- [Release notes](https://github.com/openconfig/goyang/releases)
- [Commits](openconfig/goyang@v1.6.0...v1.6.3)

Updates `github.com/prometheus-community/pro-bing` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/prometheus-community/pro-bing/releases)
- [Commits](prometheus-community/pro-bing@v0.7.0...v0.8.0)

Updates `github.com/prometheus/common` from 0.67.4 to 0.67.5
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
- [Commits](prometheus/common@v0.67.4...v0.67.5)

Updates `github.com/quic-go/quic-go` from 0.57.1 to 0.59.0
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Commits](quic-go/quic-go@v0.57.1...v0.59.0)

Updates `github.com/twmb/franz-go` from 1.20.5 to 1.20.6
- [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md)
- [Commits](twmb/franz-go@v1.20.5...v1.20.6)

Updates `github.com/twmb/franz-go/pkg/kadm` from 1.17.1 to 1.17.2
- [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md)
- [Commits](twmb/franz-go@v1.17.1...pkg/kadm/v1.17.2)

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

Updates `golang.org/x/net` from 0.49.0 to 0.50.0
- [Commits](golang/net@v0.49.0...v0.50.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.41.0
- [Commits](golang/sys@v0.40.0...v0.41.0)

Updates `google.golang.org/grpc` from 1.77.0 to 1.78.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.77.0...v1.78.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.6 to 1.32.7
- [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.32.6...v1.32.7)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.93.1 to 1.96.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/s3/v1.93.1...service/s3/v1.96.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.6 to 1.32.7
- [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.32.6...v1.32.7)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.94.0 to 1.96.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/s3/v1.93.1...service/s3/v1.96.0)

Updates `github.com/BurntSushi/toml` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](BurntSushi/toml@v1.5.0...v1.6.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.6 to 1.32.7
- [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.32.6...v1.32.7)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.6 to 1.19.7
- [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/m2/v1.19.6...service/m2/v1.19.7)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.94.0 to 1.96.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/s3/v1.93.1...service/s3/v1.96.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/InfluxCommunity/influxdb3-go/v2
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/alitto/pond/v2
  dependency-version: 2.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.96.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/lmittmann/tint
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/maxmind/mmdbwriter
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/openconfig/goyang
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/prometheus-community/pro-bing
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/prometheus/common
  dependency-version: 0.67.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/quic-go/quic-go
  dependency-version: 0.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/twmb/franz-go
  dependency-version: 1.20.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/twmb/franz-go/pkg/kadm
  dependency-version: 1.17.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/mod
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/net
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/sys
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: google.golang.org/grpc
  dependency-version: 1.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.96.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.96.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/BurntSushi/toml
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.96.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
...

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 Feb 16, 2026
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

Comments