Skip to content

Commit ab382dd

Browse files
chore(deps): bump the go-dependencies group across 1 directory with 10 updates
Bumps the go-dependencies group with 9 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/hibiken/asynq](https://github.com/hibiken/asynq) | `0.25.1` | `0.26.0` | | [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.17.2` | `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/hibiken/asynq` from 0.25.1 to 0.26.0 - [Release notes](https://github.com/hibiken/asynq/releases) - [Changelog](https://github.com/hibiken/asynq/blob/master/CHANGELOG.md) - [Commits](hibiken/asynq@v0.25.1...v0.26.0) 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.17.2 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.17.2...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/hibiken/asynq dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor 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-patch 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 1f0cce5 commit ab382dd

File tree

2 files changed

+79
-77
lines changed

2 files changed

+79
-77
lines changed

go.mod

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ 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/go-redsync/redsync/v4 v4.15.0
13-
github.com/hibiken/asynq v0.25.1
14-
github.com/lib/pq v1.10.9
15-
github.com/prometheus/client_golang v1.20.5
16-
github.com/redis/go-redis/v9 v9.17.2
17-
github.com/sirupsen/logrus v1.9.3
18-
github.com/spf13/cobra v1.10.1
13+
github.com/hibiken/asynq v0.26.0
14+
github.com/lib/pq v1.11.2
15+
github.com/prometheus/client_golang v1.23.2
16+
github.com/redis/go-redis/v9 v9.17.3
17+
github.com/sirupsen/logrus v1.9.4
18+
github.com/spf13/cobra v1.10.2
1919
github.com/stretchr/testify v1.11.1
2020
github.com/testcontainers/testcontainers-go v0.40.0
2121
github.com/testcontainers/testcontainers-go/modules/clickhouse v0.40.0
2222
github.com/testcontainers/testcontainers-go/modules/redis v0.40.0
23-
golang.org/x/sync v0.18.0
23+
golang.org/x/sync v0.19.0
2424
gopkg.in/yaml.v3 v3.0.1
2525
)
2626

@@ -45,7 +45,7 @@ require (
4545
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
4646
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
4747
github.com/distribution/reference v0.6.0 // indirect
48-
github.com/dmarkham/enumer v1.6.1 // indirect
48+
github.com/dmarkham/enumer v1.6.3 // indirect
4949
github.com/docker/docker v28.5.1+incompatible // indirect
5050
github.com/docker/go-connections v0.6.0 // indirect
5151
github.com/docker/go-units v0.5.0 // indirect
@@ -63,11 +63,11 @@ require (
6363
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.5 // indirect
6464
github.com/hashicorp/errwrap v1.1.0 // indirect
6565
github.com/hashicorp/go-multierror v1.1.1 // indirect
66-
github.com/hashicorp/go-version v1.7.0 // indirect
66+
github.com/hashicorp/go-version v1.8.0 // indirect
6767
github.com/holiman/uint256 v1.3.2 // indirect
6868
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6969
github.com/jackc/puddle/v2 v2.2.2 // indirect
70-
github.com/klauspost/compress v1.18.0 // indirect
70+
github.com/klauspost/compress v1.18.3 // indirect
7171
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
7272
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
7373
github.com/magiconair/properties v1.8.10 // indirect
@@ -84,18 +84,18 @@ require (
8484
github.com/opencontainers/go-digest v1.0.0 // indirect
8585
github.com/opencontainers/image-spec v1.1.1 // indirect
8686
github.com/pascaldekloe/name v1.0.1 // indirect
87-
github.com/pierrec/lz4/v4 v4.1.22 // indirect
87+
github.com/pierrec/lz4/v4 v4.1.25 // indirect
8888
github.com/pkg/errors v0.9.1 // indirect
8989
github.com/pmezard/go-difflib v1.0.0 // indirect
9090
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
9191
github.com/prometheus/client_model v0.6.2 // indirect
92-
github.com/prometheus/common v0.64.0 // indirect
92+
github.com/prometheus/common v0.66.1 // indirect
9393
github.com/prometheus/procfs v0.16.1 // indirect
9494
github.com/robfig/cron/v3 v3.0.1 // indirect
9595
github.com/segmentio/asm v1.2.1 // indirect
9696
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
9797
github.com/shirou/gopsutil/v4 v4.25.6 // indirect
98-
github.com/spf13/cast v1.7.0 // indirect
98+
github.com/spf13/cast v1.10.0 // indirect
9999
github.com/spf13/pflag v1.0.10 // indirect
100100
github.com/stretchr/objx v0.5.2 // indirect
101101
github.com/supranational/blst v0.3.16 // indirect
@@ -105,18 +105,19 @@ require (
105105
github.com/yusufpapurcu/wmi v1.2.4 // indirect
106106
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
107107
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
108-
go.opentelemetry.io/otel v1.38.0 // indirect
109-
go.opentelemetry.io/otel/metric v1.38.0 // indirect
108+
go.opentelemetry.io/otel v1.39.0 // indirect
109+
go.opentelemetry.io/otel/metric v1.39.0 // indirect
110110
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
111-
go.opentelemetry.io/otel/trace v1.38.0 // indirect
111+
go.opentelemetry.io/otel/trace v1.39.0 // indirect
112112
go.uber.org/atomic v1.11.0 // indirect
113113
go.uber.org/multierr v1.11.0 // indirect
114-
go.uber.org/zap v1.27.0 // indirect
115-
golang.org/x/crypto v0.43.0 // indirect
114+
go.uber.org/zap v1.27.1 // indirect
115+
go.yaml.in/yaml/v2 v2.4.2 // indirect
116+
golang.org/x/crypto v0.47.0 // indirect
116117
golang.org/x/exp v0.0.0-20251009144603-d2f985daa21b // indirect
117118
golang.org/x/mod v0.29.0 // indirect
118-
golang.org/x/sys v0.38.0 // indirect
119-
golang.org/x/time v0.9.0 // indirect
119+
golang.org/x/sys v0.40.0 // indirect
120+
golang.org/x/time v0.14.0 // indirect
120121
golang.org/x/tools v0.38.0 // indirect
121122
google.golang.org/grpc v1.78.0 // indirect
122123
google.golang.org/protobuf v1.36.11 // indirect

0 commit comments

Comments
 (0)