Skip to content

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

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

build(deps): bump the go-minor-patch group across 2 directories with 26 updates#3538
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-minor-patch-3f3b40a194

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
github.com/ClickHouse/clickhouse-go/v2 2.43.0 2.45.0
github.com/InfluxCommunity/influxdb3-go/v2 2.11.0 2.13.0
github.com/alitto/pond/v2 2.6.0 2.7.1
github.com/aws/aws-sdk-go-v2/config 1.32.6 1.32.14
github.com/aws/aws-sdk-go-v2/service/s3 1.97.3 1.99.0
github.com/docker/go-connections 0.6.0 0.7.0
github.com/gagliardetto/solana-go 1.14.0 1.18.0
github.com/klauspost/compress 1.18.4 1.18.5
github.com/lmittmann/tint 1.1.2 1.1.3
github.com/maxmind/mmdbwriter 1.1.0 1.2.0
github.com/mdlayher/netlink 1.8.0 1.11.0
github.com/mr-tron/base58 1.2.0 1.3.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/testcontainers/testcontainers-go 0.40.0 0.42.0
github.com/testcontainers/testcontainers-go/modules/clickhouse 0.40.0 0.42.0
github.com/testcontainers/testcontainers-go/modules/redpanda 0.40.0 0.42.0
github.com/twmb/franz-go 1.20.5 1.20.7
github.com/twmb/franz-go/pkg/kadm 1.17.1 1.17.2
golang.org/x/mod 0.33.0 0.35.0
golang.org/x/net 0.52.0 0.53.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.43.0 to 2.45.0

Release notes

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

v2.45.0

What's Changed

Bug Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.44.0...v2.45.0

v2.44.0

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

... (truncated)

Changelog

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

v2.45.0, 2026-04-13

What's Changed

Bug Fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.44.0...v2.45.0

v2.44.0, 2026-03-31

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

New Contributors

... (truncated)

Commits
  • 1422cc5 Update release notes
  • c790ac6 Merge pull request #1826 from binger-li-dd/fix/host-header-http-transport
  • 30d09f0 fix: set req.Host for Host header in HTTP transport
  • 960153b Merge pull request #1818 from ClickHouse/kavirajk/fix-code-review-workflow
  • f8cbde7 chore: pass explicity github token for claude review
  • b24794b Update release notes
  • d6c6a95 Merge pull request #1816 from ClickHouse/kavirajk/agent-review-id-token-fix
  • 9ca8018 chore: remove the todos
  • 5e30f1d chore: fix the code-review CI error with enough rights.
  • fcfc8b8 Merge pull request #1811 from ClickHouse/kavirajk/integrate-claude-code-gh-ac...
  • Additional commits viewable in compare view

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

Release notes

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

2.13.0

Features

  1. #223: Support passing middleware functions to the Flight client.

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.13.0 [2026-02-19]

Features

  1. #223: Support passing middleware functions to the Flight client.

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
  • d0df30a chore(release): release version 2.13.0 [skip ci]
  • ecff8f4 chore(deps): bump google.golang.org/grpc from 1.79.0 to 1.79.1 (#226)
  • 00a1938 chore(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.0 (#225)
  • 0c64aa2 feat: add example for InfluxDB client with pre-configured HTTP client (#224)
  • 8be1c11 feat: support for Flight client middleware (#223)
  • 1ccd6a7 chore(deps): bump github.com/apache/arrow-go/v18 from 18.5.0 to 18.5.1 (#222)
  • cfadfea chore(deps): bump github/super-linter from 5.0.0 to 7 (#221)
  • bb46839 chore(deps): bump Templum/govulncheck-action from 1.0.0 to 1.0.2 (#216)
  • bfd2ab3 chore(deps): bump actions/checkout from 4 to 6 (#218)
  • 42cbf50 chore(deps): bump actions/setup-go from 5 to 6 (#220)
  • Additional commits viewable in compare view

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

Release notes

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

Release v2.7.1

What's Changed

New Contributors

Full Changelog: alitto/pond@v2.7.0...v2.7.1

Release v2.7.0

What's Changed

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

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
  • e309c37 fix: export BasePool interface for correct godoc rendering
  • a2e34e8 fix(group): prevent deadlock in Wait() when context is cancelled and task que...
  • 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/config from 1.32.6 to 1.32.14

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.97.3 to 1.99.0

Commits

Updates github.com/docker/go-connections from 0.6.0 to 0.7.0

Commits
  • 7997b0f Merge pull request #156 from thaJeztah/bump_go_winio
  • 329724a chore(deps): bump github.com/Microsoft/go-winio v0.6.2
  • 161dc9b Merge pull request #155 from thaJeztah/pin_actions
  • b115e42 Merge pull request #154 from thaJeztah/fix_non_linux_tests
  • 4c35b2a ci: pin actions to sha
  • b4454a6 tlsconfig: make root pool tests deterministic across platforms
  • 0819711 tlsconfig: certPool: pass options as argument
  • 0329635 tlsconfig: rename some vars that shadowed
  • 894d811 Merge pull request #150 from thaJeztah/deprecate_SystemCertPool
  • 0a1293a Merge pull request #153 from thaJeztah/chachacha
  • Additional commits viewable in compare view

Updates github.com/gagliardetto/solana-go from 1.14.0 to 1.18.0

Release notes

Sourced from github.com/gagliardetto/solana-go's releases.

v1.18.0

1.18.0 (2026-04-16)

Features

  • add getters to txn with meta (48d196b)
  • add token-2022 extensions (04dfc79)
  • add token-2022 extensions (db2fdaa)
  • stake state types & ext tests (6325515)
  • stake state types & ext tests (ea77e31)
  • vote program complete (173d7f4)
  • vote program complete (dcff584)

Bug Fixes

Performance Improvements

  • message: eliminate complex scans, struct copies, and redundant allocs (aea7d1f)
  • message: eliminate complex scans, struct copies, and redundant allocs (adbb10e)

v1.17.0

What's Changed

Performance

  • 16x faster base58 encoding/decoding — migrated to fd_base58 algorithm (ported from Firedancer) with hand-written ARM64/AMD64 assembly. PublicKey.String() drops from 937ns to 57ns. by @​sonicfromnewyoke in #379

Bug Fixes

  • Fix SOL/WSOL address mismatch — SolMint and WrappedSol were incorrectly pointing to the same address by @​sonicfromnewyoke in #378
  • Fix message version detection and add transaction validation (Sanitize, HasDuplicates, VerifyWithResults) to match Rust SDK by @​sonicfromnewyoke in #381
  • Fix WebSocket client goroutine/channel leaks, race conditions, and premature Close() returns — now passes -race flag by @​sonicfromnewyoke in #383
  • Actualize SimulateTransaction to match official Solana RPC spec — added InnerInstructions, MinContextSlot, ReturnData, and more by @​sonicfromnewyoke in #382

New Features

Maintenance

  • Replace deprecated Go patterns (ioutilio, interface{}any, sort.Sliceslices.SortFunc) by @​sonicfromnewyoke in #373
  • Actualize documentation — streamlined README from ~3,000 to ~865 lines, extracted 63 examples into testable functions by @​sonicfromnewyoke in #372

... (truncated)

Changelog

Sourced from github.com/gagliardetto/solana-go's changelog.

1.18.0 (2026-04-16)

Features

  • add getters to txn with meta
  • add token-2022 extensions
  • stake state types & ext tests
  • vote program complete

Bug Fixes

  • allign rpc client with agave
  • memo program parity

Performance Improvements

  • message: eliminate complex scans, struct copies, and redundant allocs
Commits
  • 828ac78 Merge pull request #398 from solana-foundation/release-please--branches--main
  • 16348f6 Refactor CHANGELOG to remove duplicates and update format
  • ed3834b chore(main): release 1.18.0
  • aea7d1f Merge pull request #397 from sonicfromnewyoke/sonic/perf-message
  • 173d7f4 Merge pull request #387 from sonicfromnewyoke/sonic/feat-vote-program-complete
  • 6325515 Merge pull request #386 from sonicfromnewyoke/sonic/feat-stake-state-types-an...
  • 04dfc79 Merge pull request #385 from sonicfromnewyoke/sonic/feat-token2022-extensions
  • 49bc8d6 Merge pull request #384 from sonicfromnewyoke/sonic/align-rpc-client-with-agave
  • f832bd8 Merge pull request #395 from sonicfromnewyoke/sonic/fix-memo-program-parity
  • 6d277b6 Merge pull request #390 from gojuukaze/upgrade_edwards
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.18.4 to 1.18.5

Release notes

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

v1.18.5

What's Changed

Full Changelog: klauspost/compress@v1.18.4...v1.18.5

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/mdlayher/netlink from 1.8.0 to 1.11.0

Release notes

Sourced from github.com/mdlayher/netlink's releases.

v1.11.0

See https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v1110

v1.10.0

See https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v1100

v1.9.0

See https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v190.

Changelog

Sourced from github.com/mdlayher/netlink's changelog.

v1.11.0

This is the first release of package netlink that only supports Go 1.25+.

  • [Bug Fix]: #280 fixed a critical bug where netlink.Conn.Receive and netlink.Conn.ReceiveIter would panic if the received message was unaligned.
  • [Improvement]: #277 added big-endian test fixtures for nlenc and deprecated endian helpers in favor of binary.NativeEndian.
  • [Improvement]: #276 fixed skipping of tests on big-endian hosts.
  • [Improvement]: #273 added golangci-lint to the CI pipeline and fixed all existing lint issues.
  • [Improvement]: #272 updated dependencies and Go version to 1.25.

v1.10.0

Users of this version should upgrade to v1.11.0 as this version contains a critical bug.

  • [New API]: #270 added MessageBufferSize option to netlink.Config for configuring the size of the copy buffer used for receiving messages. This can improve performance in high-throughput applications by reducing the number of syscalls needed to receive messages.
  • [Improvement]: #219 added debug logging inspired by libmnl. This is now the new default when setting NLDEBUG in the environment.
  • [New API]: #258 added netlink.Conn.ReceiveIter for iterating over responses without collecting them into a slice. It also optimized netlink.Conn.Receive to use this new API internally so that less memory is used.
  • [Improvement]: #269 made it so nltest.Conn.Receive can be used to test that multi-part messages are drained properly.
  • [Improvement]: #266 optimized the initial parsing of netlink messages in netlink.Socket.Receive by adding an iterator for parsing messages directly from the receive buffer.
  • [Improvement]: #267 added integration test benchmarks for multi-part dumps.
  • [Improvement]: #215 optimized the internal peek/allocate logic in netlink.Socket.Receive. Messages are no longer being copied during peeking and the buffer is allocated to the exact size of the upcoming message.
  • [Bug Fix]: #265 fixed a bug where concurrent calls to netlink.Conn.Receive could race with each other when handling multi-part messages. Calls to Receive are now serialized.
  • [Improvement]: #264 added

... (truncated)

Commits
  • f1e0776 CHANGELOG: release v1.11.0 (#281)
  • 1ae4967 conn: align receive buffer to nlmsgAlign boundary (#280)
  • a044567 nlenc: add big-endian test fixtures and deprecate endian helpers (#276)
  • dbe648a Skip endian-specific tests lacking bigendian fixtures (#277)
  • f19a734 build(deps): bump actions/setup-go from 6.3.0 to 6.4.0 (#275)
  • fa37305 .github: group dependabot updates across modules (#274)
  • 7a6946a Use golangci-lint (#273)
  • f05b50a *: bump dependencies and use Go 1.25 (#272)
  • 0d93d86 CHANGELOG: release v1.10.0 (#271)
  • 6d8d9ce netlink: add MessageBufferSize configuration option (#270)
  • Additional commits viewable in compare view

Updates github.com/mr-tron/base58 from 1.2.0 to 1.3.0

Release notes

Sourced from github.com/mr-tron/base58's releases.

x10 speedup

What's Changed

Previous version:

cpu: Apple M4
BenchmarkTrivialBase58Encoding
BenchmarkTrivialBase58Encoding-10       	  704328	      1554 ns/op
BenchmarkFastBase58Encoding
BenchmarkFastBase58Encoding-10          	 1000000	      1065 ns/op
BenchmarkTrivialBase58Decoding
BenchmarkTrivialBase58Decoding-10       	 1541754	       767.0 ns/op
BenchmarkFastBase58Decoding
BenchmarkFastBase58Decoding-10          	 4358894	       278.3 ns/op
BenchmarkTrivialBase58Encoding32
BenchmarkTrivialBase58Encoding32-10     	  729949	      1627 ns/op
BenchmarkFastBase58Encoding32
BenchmarkFastBase58Encoding32-10        	 1000000	      1118 ns/op
BenchmarkTrivialBase58Encoding36
BenchmarkTrivialBase58Encoding36-10     	  608595	      1813 ns/op
BenchmarkFastBase58Encoding36
BenchmarkFastBase58Encoding36-10        	  893626	      1275 ns/op
BenchmarkTrivialBase58Encoding64
BenchmarkTrivialBase58Encoding64-10     	  284566	      4028 ns/op
BenchmarkFastBase58Encoding64
BenchmarkFastBase58Encoding64-10        	  279295	      3955 ns/op
BenchmarkTrivialBase58Encoding256
BenchmarkTrivialBase58Encoding256-10    	   33140	     35533 ns/op
BenchmarkFastBase58Encoding256
BenchmarkFastBase58Encoding256-10       	   17833	     67081 ns/op
BenchmarkTrivialBase58Decoding32
BenchmarkTrivialBase58Decoding32-10     	 1512828	       875.7 ns/op
BenchmarkFastBase58Decoding32
BenchmarkFastBase58Decoding32-10        	 4247128	       341.9 ns/op
BenchmarkTrivialBase58Decoding36
BenchmarkTrivialBase58Decoding36-10     	 1319317	       880.9 ns/op
BenchmarkFastBase58Decoding36
BenchmarkFastBase58Decoding36-10        	 3449229	       366.6 ns/op
BenchmarkTrivialBase58Decoding64
BenchmarkTrivialBase58Decoding64-10     	  663181	      1636 ns/op
BenchmarkFastBase58Decoding64
BenchmarkFastBase58Decoding64-10        	 1327443	       903.0 ns/op
BenchmarkTrivialBase58Decoding256
BenchmarkTrivialBase58Decoding256-10    	  153183	      7469 ns/op
BenchmarkFastBase58Decoding256
BenchmarkFastBase58Decoding256-10       	   93289	     12428 ns/op

... (truncated)

Commits
  • 14609f6 big refactorig. speedup x10. better tests. add more benchmarks.
  • 957145f mark deprecated functions
  • 7feefc8 Merge pull request

…26 updates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.43.0` | `2.45.0` |
| [github.com/InfluxCommunity/influxdb3-go/v2](https://github.com/InfluxCommunity/influxdb3-go) | `2.11.0` | `2.13.0` |
| [github.com/alitto/pond/v2](https://github.com/alitto/pond) | `2.6.0` | `2.7.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.6` | `1.32.14` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.97.3` | `1.99.0` |
| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.6.0` | `0.7.0` |
| [github.com/gagliardetto/solana-go](https://github.com/gagliardetto/solana-go) | `1.14.0` | `1.18.0` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.4` | `1.18.5` |
| [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/mdlayher/netlink](https://github.com/mdlayher/netlink) | `1.8.0` | `1.11.0` |
| [github.com/mr-tron/base58](https://github.com/mr-tron/base58) | `1.2.0` | `1.3.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/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.40.0` | `0.42.0` |
| [github.com/testcontainers/testcontainers-go/modules/clickhouse](https://github.com/testcontainers/testcontainers-go) | `0.40.0` | `0.42.0` |
| [github.com/testcontainers/testcontainers-go/modules/redpanda](https://github.com/testcontainers/testcontainers-go) | `0.40.0` | `0.42.0` |
| [github.com/twmb/franz-go](https://github.com/twmb/franz-go) | `1.20.5` | `1.20.7` |
| [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.33.0` | `0.35.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.52.0` | `0.53.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.43.0 to 2.45.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.43.0...v2.45.0)

Updates `github.com/InfluxCommunity/influxdb3-go/v2` from 2.11.0 to 2.13.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.13.0)

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

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.6 to 1.32.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.6...config/v1.32.14)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.97.3 to 1.99.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.97.3...service/s3/v1.99.0)

Updates `github.com/docker/go-connections` from 0.6.0 to 0.7.0
- [Commits](docker/go-connections@v0.6.0...v0.7.0)

Updates `github.com/gagliardetto/solana-go` from 1.14.0 to 1.18.0
- [Release notes](https://github.com/gagliardetto/solana-go/releases)
- [Changelog](https://github.com/solana-foundation/solana-go/blob/main/CHANGELOG.md)
- [Commits](solana-foundation/solana-go@v1.14.0...v1.18.0)

Updates `github.com/klauspost/compress` from 1.18.4 to 1.18.5
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](klauspost/compress@v1.18.4...v1.18.5)

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/mdlayher/netlink` from 1.8.0 to 1.11.0
- [Release notes](https://github.com/mdlayher/netlink/releases)
- [Changelog](https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md)
- [Commits](mdlayher/netlink@v1.8.0...v1.11.0)

Updates `github.com/mr-tron/base58` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/mr-tron/base58/releases)
- [Commits](mr-tron/base58@v1.2.0...v1.3.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/testcontainers/testcontainers-go` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.40.0...v0.42.0)

Updates `github.com/testcontainers/testcontainers-go/modules/clickhouse` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.40.0...v0.42.0)

Updates `github.com/testcontainers/testcontainers-go/modules/redpanda` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.40.0...v0.42.0)

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

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.33.0 to 0.35.0
- [Commits](golang/mod@v0.33.0...v0.35.0)

Updates `golang.org/x/net` from 0.52.0 to 0.53.0
- [Commits](golang/net@v0.52.0...v0.53.0)

Updates `golang.org/x/sys` from 0.42.0 to 0.43.0
- [Commits](golang/sys@v0.42.0...v0.43.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.6 to 1.32.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.6...config/v1.32.14)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.97.3 to 1.99.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.97.3...service/s3/v1.99.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.6 to 1.32.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.6...config/v1.32.14)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.97.3 to 1.99.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.97.3...service/s3/v1.99.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.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.6...config/v1.32.14)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.6 to 1.19.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.19.6...credentials/v1.19.14)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.97.3 to 1.99.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.97.3...service/s3/v1.99.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.45.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.13.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.7.1
  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.14
  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.99.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/docker/go-connections
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/gagliardetto/solana-go
  dependency-version: 1.18.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.5
  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/mdlayher/netlink
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/mr-tron/base58
  dependency-version: 1.3.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/testcontainers/testcontainers-go
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/testcontainers/testcontainers-go/modules/clickhouse
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/testcontainers/testcontainers-go/modules/redpanda
  dependency-version: 0.42.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.7
  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.35.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.53.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.43.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.14
  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.99.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.14
  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.99.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.14
  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.14
  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.99.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 Apr 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