Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-minor-patch-8dffb24389
Open

build(deps): bump the go-minor-patch group across 2 directories with 29 updates#4132
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-minor-patch-8dffb24389

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
github.com/ClickHouse/clickhouse-go/v2 2.46.0 2.47.0
github.com/InfluxCommunity/influxdb3-go/v2 2.16.0 2.17.0
github.com/aws/aws-sdk-go-v2 1.42.0 1.43.1
github.com/aws/aws-sdk-go-v2/config 1.32.25 1.32.32
github.com/aws/aws-sdk-go-v2/service/s3 1.103.3 1.106.1
github.com/docker/go-connections 0.7.0 0.8.1
github.com/gagliardetto/solana-go 1.21.0 1.22.0
github.com/gopacket/gopacket 1.5.0 1.7.0
github.com/jellydator/ttlcache/v3 3.4.0 3.4.1
github.com/klauspost/compress 1.18.6 1.19.1
github.com/lmittmann/tint 1.1.3 1.2.0
github.com/openconfig/grpctunnel 0.1.0 0.2.0
github.com/openconfig/ygot 0.34.0 0.35.0
github.com/pressly/goose/v3 3.27.0 3.27.3
github.com/prometheus-community/pro-bing 0.9.0 0.9.1
github.com/prometheus/client_golang 1.23.2 1.24.1
github.com/quic-go/quic-go 0.60.0 0.61.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.21.3 1.21.5

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

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.46.0 to 2.47.0

Release notes

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

v2.47.0

What's Changed

Improvements 🚀

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.46.0...v2.47.0

Changelog

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

v2.47.0, 2026-06-26

What's Changed

Improvements 🚀

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.46.0...v2.47.0

Commits
  • f0b8c6a Update release notes
  • d24190d Merge pull request #1890 from ClickHouse/kavirajk/remove-contributors-inmemory
  • 9c7c77d chore: upgrade ch-go
  • 73e8c5a chore: remove in-memory contributors list
  • f27da54 Merge pull request #1889 from ClickHouse/kavirajk/flaky-test-fixes
  • d12b57c chore: make cloud tests max_parallel=1
  • 77499dc chore: increase test timeout as it is heavy now
  • 95d99bb chore: make parallel tests with Go version matrix
  • 076b7e7 chore: add transient retry for Code: 242 errors
  • 06cf1bf chor: fix flaky assert on active server connection
  • Additional commits viewable in compare view

Updates github.com/InfluxCommunity/influxdb3-go/v2 from 2.16.0 to 2.17.0

Release notes

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

2.17.0

CI

  1. #262: Update GPG support.
  2. #263: Start automated releasing.
  3. #264: Upgrade GitHub actions checkout.

Dependencies

  1. #268: Upgrade Google gRPC to 1.82.0.
Changelog

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

2.17.0 [2026-07-01]

CI

  1. #262: Update GPG support.
  2. #263: Start automated releasing.
  3. #264: Upgrade GitHub actions checkout.

Dependencies

  1. #268: Upgrade Google gRPC to 1.82.0.
Commits
  • 4eecf47 docs: update CHANGELOG.md - pre-release (#269)
  • c2864e4 chore(deps): bump google.golang.org/grpc from 1.81.1 to 1.82.0 (#268)
  • 7086285 chore: update ssh fingerprint to match newest. (#267)
  • 0961ca8 chore: automate releasing on tag creation (#263)
  • bb83dc2 chore(deps): bump actions/checkout from 6 to 7 (#264)
  • ee5ba79 chore: update partial write checks and tests for 3.10 release (#265)
  • 0d3c2f2 ci: fix codecov gpg scripts (#262)
  • 4601dd8 chore: prepare for next development iteration [skip ci]
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.42.0 to 1.43.1

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.25 to 1.32.32

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.103.3 to 1.106.1

Commits

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

Commits
  • 9c9e2db Merge pull request #167 from thaJeztah/fix_illumos
  • de1f4dc sockets: fix compilation on illumos
  • 4a7495e ci: add cross-build target
  • 754f906 Merge pull request #158 from thaJeztah/no_umask
  • 20f47a1 sockets: read somaxconn from system instead of SOMAXCONN
  • e195e2a sockets: set socket permissions without umask hack
  • 32c72ec Merge pull request #162 from thaJeztah/abstract_sockets
  • f3526e5 sockets: improve abstract Unix socket handling
  • fd93b41 Merge pull request #163 from thaJeztah/rm_log
  • d0c7559 sockets: update more tests to use tempSocketPath utility
  • Additional commits viewable in compare view

Updates github.com/gagliardetto/solana-go from 1.21.0 to 1.22.0

Release notes

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

v1.22.0

1.22.0 (2026-06-30)

Features

  • add nonce account support (#456) (336881c)
  • add sysvars (#457) (f777896)
  • address-lookup-table: one-call resolve for message lookups (closes #262) (#445) (34beab1)
  • rpc: add getTransactionsForAddress client method (closes #343) (#450) (9e538c8)
  • rpc: forward minContextSlot in 4 remaining JSON-RPC endpoints (#448) (c176402)
  • rpc: forward MinContextSlot in getBalance/getLatestBlockhash/getSlot/getTokenAccountBalance (#442) (b8e70e8)
  • zk: add ElGamal & AES key derivation (#413) (9fcbf0c)

Bug Fixes

  • message: surface typed ErrAddressTablesNotSet from AccountMetaList (closes #280) (#441) (a87922d)
  • rpc: default simulateTransaction Accounts.Encoding to base64 (closes #446) (#447) (2697614)
  • token,token-2022: Build() sets Impl to *T, matching DecodeInstruction (closes #222) (#440) (38c57db)
  • token,token-2022: per-instruction ProgramID override (closes #254) (#439) (f489aac)
  • ws: surface subscription request errors to Recv (closes #175) (#449) (725147a)
Changelog

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

1.22.0 (2026-06-30)

Features

  • add nonce account support (#456) (336881c)
  • add sysvars (#457) (f777896)
  • address-lookup-table: one-call resolve for message lookups (closes #262) (#445) (34beab1)
  • rpc: add getTransactionsForAddress client method (closes #343) (#450) (9e538c8)
  • rpc: forward minContextSlot in 4 remaining JSON-RPC endpoints (#448) (c176402)
  • rpc: forward MinContextSlot in getBalance/getLatestBlockhash/getSlot/getTokenAccountBalance (#442) (b8e70e8)
  • zk: add ElGamal & AES key derivation (#413) (9fcbf0c)

Bug Fixes

  • message: surface typed ErrAddressTablesNotSet from AccountMetaList (closes #280) (#441) (a87922d)
  • rpc: default simulateTransaction Accounts.Encoding to base64 (closes #446) (#447) (2697614)
  • token,token-2022: Build() sets Impl to *T, matching DecodeInstruction (closes #222) (#440) (38c57db)
  • token,token-2022: per-instruction ProgramID override (closes #254) (#439) (f489aac)
  • ws: surface subscription request errors to Recv (closes #175) (#449) (725147a)
Commits
  • cd51d95 chore(main): release 1.22.0 (#451)
  • c176402 feat(rpc): forward minContextSlot in 4 remaining JSON-RPC endpoints (#448)
  • f777896 feat: add sysvars (#457)
  • 336881c feat: add nonce account support (#456)
  • 9e538c8 feat(rpc): add getTransactionsForAddress client method (closes #343) (#450)
  • 725147a fix(ws): surface subscription request errors to Recv (closes #175) (#449)
  • 2697614 fix(rpc): default simulateTransaction Accounts.Encoding to base64 (closes #44...
  • 34beab1 feat(address-lookup-table): one-call resolve for message lookups (closes #262...
  • d70c71f test(keys): pin size-mismatch rejection in PrivateKeyFromBase58 (#444)
  • 3590404 test(rpc): pin minContextSlot forwarding in GetMultipleAccountsWithOpts (#443)
  • Additional commits viewable in compare view

Updates github.com/gopacket/gopacket from 1.5.0 to 1.7.0

Release notes

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

v1.7.0

Compatibility

The minimum supported Go version is now 1.25. golang.org/x/net v0.55.0 requires go 1.25.0, which raises this module's go directive with it. If you're stuck on Go 1.24 or older, stay on v1.6.1.

Fixed

  • reassembly: closeHalfConnection now returns every buffered page to the page cache instead of only the first one. pageCache.replace nils p.next before pooling, so the old loop terminated after one iteration. The leaked pages permanently inflated the pc.used counter checked against MaxBufferedPagesTotal — on long-running captures with that limit set, the assembler would eventually treat the buffer as full for every connection and force-flush out-of-order data instead of reassembling it. Triggered by a FIN/RST arriving while out-of-order segments are buffered beyond it. (#161, google/gopacket#856)
  • layers: IPv4 SerializeTo rejects option lengths below 2 instead of producing a malformed header. (#159)

Dependencies

  • golang.org/x/net 0.39.0 → 0.55.0, golang.org/x/sys 0.32.0 → 0.45.0 (#162)

CI

  • setup-go now reads the Go version from go.mod instead of a hardcoded constraint, and tests run under sudo use the setup-go toolchain — sudo's secure_path had been silently resolving go to the runner's system installation. (#162)
  • actions/checkout bumped from 6 to 7. (#160)

Full Changelog: gopacket/gopacket@v1.6.1...v1.7.0

v1.6.1

Full Changelog: gopacket/gopacket@v1.6.0...v1.6.1

v1.6.0

What's Changed

New Contributors

Full Changelog: gopacket/gopacket@v1.5.0...v1.6.0

Commits
  • d338185 build(deps): bump golang.org/x/net from 0.39.0 to 0.55.0 (#162)
  • 067005e Fix reassembly closeHalfConnections list traversal (#161)
  • 4ff01f2 fix(ip4): reject option length below 2 in SerializeTo (#159)
  • 5d6a732 build(deps): bump actions/checkout from 6 to 7 (#160)
  • 7611908 Merge commit from fork
  • 145859d Merge commit from fork
  • 95d1ae3 gre: add bounds checking (#154)
  • 7d7d998 feat: apple pktapv1 support (#153)
  • 600bed8 ip6defrag: implements an IPv6 defragmenter (#151)
  • f64f2a0 fix(lcm): add bounds check around fingerprint (#152)
  • Additional commits viewable in compare view

Updates github.com/jellydator/ttlcache/v3 from 3.4.0 to 3.4.1

Release notes

Sourced from github.com/jellydator/ttlcache/v3's releases.

v3.4.1

What's Changed

New Contributors

Full Changelog: jellydator/ttlcache@v3.4.0...v3.4.1

Commits
  • 0f3b351 fix: correctly notify auto-cleaner when an item's TTL is shortened (#206)
  • 87a96cb Bump actions/checkout from 6 to 7 (#211)
  • ebb17ff test: avoid testing.AllocsPerRun panic with paused parallel tests (#208)
  • db85e4f update README
  • 04020e7 Bump actions/checkout from 5 to 6
  • 0bea47e fix concurrent AllocsPerRun usage
  • 6757579 fix: use correct type in readme.md example (#199)
  • 0e73dcd Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#192)
  • bc42155 Bump actions/checkout from 4 to 5 (#189)
  • a81e243 Bump actions/setup-go from 5 to 6 (#193)
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.18.6 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

v1.19.0

What's Changed

New Contributors

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

v1.18.7

  • Fix s2.NewDict OOB read.

Security release without other changes.

Full Changelog: klauspost/compress@v1.18.6...v1.18.7

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<...

    Description has been truncated

…29 updates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.46.0` | `2.47.0` |
| [github.com/InfluxCommunity/influxdb3-go/v2](https://github.com/InfluxCommunity/influxdb3-go) | `2.16.0` | `2.17.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.42.0` | `1.43.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.25` | `1.32.32` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.103.3` | `1.106.1` |
| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.7.0` | `0.8.1` |
| [github.com/gagliardetto/solana-go](https://github.com/gagliardetto/solana-go) | `1.21.0` | `1.22.0` |
| [github.com/gopacket/gopacket](https://github.com/gopacket/gopacket) | `1.5.0` | `1.7.0` |
| [github.com/jellydator/ttlcache/v3](https://github.com/jellydator/ttlcache) | `3.4.0` | `3.4.1` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.6` | `1.19.1` |
| [github.com/lmittmann/tint](https://github.com/lmittmann/tint) | `1.1.3` | `1.2.0` |
| [github.com/openconfig/grpctunnel](https://github.com/openconfig/grpctunnel) | `0.1.0` | `0.2.0` |
| [github.com/openconfig/ygot](https://github.com/openconfig/ygot) | `0.34.0` | `0.35.0` |
| [github.com/pressly/goose/v3](https://github.com/pressly/goose) | `3.27.0` | `3.27.3` |
| [github.com/prometheus-community/pro-bing](https://github.com/prometheus-community/pro-bing) | `0.9.0` | `0.9.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.2` | `1.24.1` |
| [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.60.0` | `0.61.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.21.3` | `1.21.5` |

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


Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.46.0 to 2.47.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.46.0...v2.47.0)

Updates `github.com/InfluxCommunity/influxdb3-go/v2` from 2.16.0 to 2.17.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.16.0...v2.17.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.42.0 to 1.43.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.42.0...v1.43.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.25 to 1.32.32
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.25...config/v1.32.32)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.103.3 to 1.106.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.103.3...service/s3/v1.106.1)

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

Updates `github.com/gagliardetto/solana-go` from 1.21.0 to 1.22.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.21.0...v1.22.0)

Updates `github.com/gopacket/gopacket` from 1.5.0 to 1.7.0
- [Release notes](https://github.com/gopacket/gopacket/releases)
- [Commits](gopacket/gopacket@v1.5.0...v1.7.0)

Updates `github.com/jellydator/ttlcache/v3` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/jellydator/ttlcache/releases)
- [Commits](jellydator/ttlcache@v3.4.0...v3.4.1)

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

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

Updates `github.com/openconfig/grpctunnel` from 0.1.0 to 0.2.0
- [Release notes](https://github.com/openconfig/grpctunnel/releases)
- [Commits](openconfig/grpctunnel@v0.1.0...v0.2.0)

Updates `github.com/openconfig/ygot` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/openconfig/ygot/releases)
- [Commits](openconfig/ygot@v0.34.0...v0.35.0)

Updates `github.com/pressly/goose/v3` from 3.27.0 to 3.27.3
- [Release notes](https://github.com/pressly/goose/releases)
- [Changelog](https://github.com/pressly/goose/blob/main/CHANGELOG.md)
- [Commits](pressly/goose@v3.27.0...v3.27.3)

Updates `github.com/prometheus-community/pro-bing` from 0.9.0 to 0.9.1
- [Release notes](https://github.com/prometheus-community/pro-bing/releases)
- [Commits](prometheus-community/pro-bing@v0.9.0...v0.9.1)

Updates `github.com/prometheus/client_golang` from 1.23.2 to 1.24.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.1/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.23.2...v1.24.1)

Updates `github.com/prometheus/common` from 0.68.1 to 0.70.1
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
- [Commits](prometheus/common@v0.68.1...v0.70.1)

Updates `github.com/quic-go/quic-go` from 0.60.0 to 0.61.0
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Commits](quic-go/quic-go@v0.60.0...v0.61.0)

Updates `github.com/testcontainers/testcontainers-go` from 0.40.0 to 0.43.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.40.0...v0.43.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.21.3 to 1.21.5
- [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md)
- [Commits](twmb/franz-go@v1.21.3...v1.21.5)

Updates `golang.org/x/crypto` from 0.52.0 to 0.54.0
- [Commits](golang/crypto@v0.52.0...v0.54.0)

Updates `golang.org/x/mod` from 0.36.0 to 0.38.0
- [Commits](golang/mod@v0.36.0...v0.38.0)

Updates `golang.org/x/net` from 0.55.0 to 0.57.0
- [Commits](golang/net@v0.55.0...v0.57.0)

Updates `golang.org/x/sync` from 0.21.0 to 0.22.0
- [Commits](golang/sync@v0.21.0...v0.22.0)

Updates `golang.org/x/sys` from 0.45.0 to 0.47.0
- [Commits](golang/sys@v0.45.0...v0.47.0)

Updates `google.golang.org/grpc` from 1.81.1 to 1.82.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.81.1...v1.82.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.25 to 1.32.32
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.25...config/v1.32.32)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.103.3 to 1.106.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.103.3...service/s3/v1.106.1)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.24 to 1.19.31
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.24...credentials/v1.19.31)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.47.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.17.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
  dependency-version: 1.43.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.32
  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.106.1
  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.8.1
  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.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/gopacket/gopacket
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/jellydator/ttlcache/v3
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/lmittmann/tint
  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/grpctunnel
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/openconfig/ygot
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/pressly/goose/v3
  dependency-version: 3.27.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.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/prometheus/common
  dependency-version: 0.70.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/quic-go/quic-go
  dependency-version: 0.61.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.43.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.21.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/crypto
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/mod
  dependency-version: 0.38.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.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/sync
  dependency-version: 0.22.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.47.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.82.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.32
  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.106.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/credentials
  dependency-version: 1.19.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 skip-changelog labels Aug 1, 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 skip-changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants