Skip to content

Commit ad4e227

Browse files
chore(deps): bump the go-dependencies group across 1 directory with 9 updates
Bumps the go-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/ClickHouse/ch-go](https://github.com/ClickHouse/ch-go) | `0.69.0` | `0.71.0` | | [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) | `2.36.0` | `2.36.1` | | [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.16.7` | `1.16.8` | | [github.com/lib/pq](https://github.com/lib/pq) | `1.10.9` | `1.11.1` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.5` | `1.23.2` | | [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.14.0` | `9.17.3` | | [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.10.1` | `1.10.2` | Updates `github.com/ClickHouse/ch-go` from 0.69.0 to 0.71.0 - [Release notes](https://github.com/ClickHouse/ch-go/releases) - [Commits](ClickHouse/ch-go@v0.69.0...v0.71.0) Updates `github.com/alicebob/miniredis/v2` from 2.36.0 to 2.36.1 - [Release notes](https://github.com/alicebob/miniredis/releases) - [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md) - [Commits](alicebob/miniredis@v2.36.0...v2.36.1) Updates `github.com/ethereum/go-ethereum` from 1.16.7 to 1.16.8 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.16.7...v1.16.8) Updates `github.com/lib/pq` from 1.10.9 to 1.11.1 - [Release notes](https://github.com/lib/pq/releases) - [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md) - [Commits](lib/pq@v1.10.9...v1.11.1) Updates `github.com/prometheus/client_golang` from 1.20.5 to 1.23.2 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.20.5...v1.23.2) Updates `github.com/redis/go-redis/v9` from 9.14.0 to 9.17.3 - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/v9.17.3/RELEASE-NOTES.md) - [Commits](redis/go-redis@v9.14.0...v9.17.3) Updates `github.com/sirupsen/logrus` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.9.3...v1.9.4) Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.10.1...v1.10.2) Updates `golang.org/x/sync` from 0.18.0 to 0.19.0 - [Commits](golang/sync@v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: github.com/ClickHouse/ch-go dependency-version: 0.71.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/alicebob/miniredis/v2 dependency-version: 2.36.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.16.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/lib/pq dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.17.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/sirupsen/logrus dependency-version: 1.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: golang.org/x/sync dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0c657b commit ad4e227

File tree

2 files changed

+70
-68
lines changed

2 files changed

+70
-68
lines changed

go.mod

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ module github.com/ethpandaops/execution-processor
33
go 1.25.4
44

55
require (
6-
github.com/ClickHouse/ch-go v0.69.0
7-
github.com/alicebob/miniredis/v2 v2.36.0
6+
github.com/ClickHouse/ch-go v0.71.0
7+
github.com/alicebob/miniredis/v2 v2.36.1
88
github.com/cenkalti/backoff/v4 v4.3.0
99
github.com/creasty/defaults v1.8.0
10-
github.com/ethereum/go-ethereum v1.16.7
10+
github.com/ethereum/go-ethereum v1.16.8
1111
github.com/go-co-op/gocron v1.37.0
1212
github.com/hibiken/asynq v0.25.1
13-
github.com/lib/pq v1.10.9
14-
github.com/prometheus/client_golang v1.20.5
15-
github.com/redis/go-redis/v9 v9.14.0
16-
github.com/sirupsen/logrus v1.9.3
17-
github.com/spf13/cobra v1.10.1
13+
github.com/lib/pq v1.11.1
14+
github.com/prometheus/client_golang v1.23.2
15+
github.com/redis/go-redis/v9 v9.17.3
16+
github.com/sirupsen/logrus v1.9.4
17+
github.com/spf13/cobra v1.10.2
1818
github.com/stretchr/testify v1.11.1
1919
github.com/testcontainers/testcontainers-go v0.40.0
2020
github.com/testcontainers/testcontainers-go/modules/clickhouse v0.40.0
2121
github.com/testcontainers/testcontainers-go/modules/redis v0.40.0
22-
golang.org/x/sync v0.18.0
22+
golang.org/x/sync v0.19.0
2323
gopkg.in/yaml.v3 v3.0.1
2424
)
2525

@@ -44,7 +44,7 @@ require (
4444
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
4545
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
4646
github.com/distribution/reference v0.6.0 // indirect
47-
github.com/dmarkham/enumer v1.6.1 // indirect
47+
github.com/dmarkham/enumer v1.6.3 // indirect
4848
github.com/docker/docker v28.5.1+incompatible // indirect
4949
github.com/docker/go-connections v0.6.0 // indirect
5050
github.com/docker/go-units v0.5.0 // indirect
@@ -60,11 +60,11 @@ require (
6060
github.com/google/uuid v1.6.0 // indirect
6161
github.com/gorilla/websocket v1.5.3 // indirect
6262
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.5 // indirect
63-
github.com/hashicorp/go-version v1.7.0 // indirect
63+
github.com/hashicorp/go-version v1.8.0 // indirect
6464
github.com/holiman/uint256 v1.3.2 // indirect
6565
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6666
github.com/jackc/puddle/v2 v2.2.2 // indirect
67-
github.com/klauspost/compress v1.18.0 // indirect
67+
github.com/klauspost/compress v1.18.3 // indirect
6868
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
6969
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
7070
github.com/magiconair/properties v1.8.10 // indirect
@@ -81,12 +81,12 @@ require (
8181
github.com/opencontainers/go-digest v1.0.0 // indirect
8282
github.com/opencontainers/image-spec v1.1.1 // indirect
8383
github.com/pascaldekloe/name v1.0.1 // indirect
84-
github.com/pierrec/lz4/v4 v4.1.22 // indirect
84+
github.com/pierrec/lz4/v4 v4.1.25 // indirect
8585
github.com/pkg/errors v0.9.1 // indirect
8686
github.com/pmezard/go-difflib v1.0.0 // indirect
8787
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
8888
github.com/prometheus/client_model v0.6.2 // indirect
89-
github.com/prometheus/common v0.64.0 // indirect
89+
github.com/prometheus/common v0.66.1 // indirect
9090
github.com/prometheus/procfs v0.16.1 // indirect
9191
github.com/robfig/cron/v3 v3.0.1 // indirect
9292
github.com/segmentio/asm v1.2.1 // indirect
@@ -102,17 +102,18 @@ require (
102102
github.com/yusufpapurcu/wmi v1.2.4 // indirect
103103
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
104104
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
105-
go.opentelemetry.io/otel v1.38.0 // indirect
106-
go.opentelemetry.io/otel/metric v1.38.0 // indirect
105+
go.opentelemetry.io/otel v1.39.0 // indirect
106+
go.opentelemetry.io/otel/metric v1.39.0 // indirect
107107
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
108-
go.opentelemetry.io/otel/trace v1.38.0 // indirect
108+
go.opentelemetry.io/otel/trace v1.39.0 // indirect
109109
go.uber.org/atomic v1.11.0 // indirect
110110
go.uber.org/multierr v1.11.0 // indirect
111-
go.uber.org/zap v1.27.0 // indirect
112-
golang.org/x/crypto v0.43.0 // indirect
111+
go.uber.org/zap v1.27.1 // indirect
112+
go.yaml.in/yaml/v2 v2.4.2 // indirect
113+
golang.org/x/crypto v0.47.0 // indirect
113114
golang.org/x/exp v0.0.0-20251009144603-d2f985daa21b // indirect
114115
golang.org/x/mod v0.29.0 // indirect
115-
golang.org/x/sys v0.38.0 // indirect
116+
golang.org/x/sys v0.40.0 // indirect
116117
golang.org/x/time v0.9.0 // indirect
117118
golang.org/x/tools v0.38.0 // indirect
118119
google.golang.org/grpc v1.78.0 // indirect

0 commit comments

Comments
 (0)