Skip to content

Commit fb6bb39

Browse files
Bump the dependencies group across 1 directory with 4 updates
Bumps the dependencies group with 4 updates in the / directory: [github.com/attestantio/go-eth2-client](https://github.com/attestantio/go-eth2-client), [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum), [github.com/ethpandaops/ethwallclock](https://github.com/ethpandaops/ethwallclock) and [github.com/pressly/goose/v3](https://github.com/pressly/goose). Updates `github.com/attestantio/go-eth2-client` from 0.25.0 to 0.25.2 - [Changelog](https://github.com/attestantio/go-eth2-client/blob/master/CHANGELOG.md) - [Commits](attestantio/go-eth2-client@v0.25.0...v0.25.2) Updates `github.com/ethereum/go-ethereum` from 1.15.8 to 1.15.11 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.15.8...v1.15.11) Updates `github.com/ethpandaops/ethwallclock` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/ethpandaops/ethwallclock/releases) - [Commits](ethpandaops/ethwallclock@v0.3.0...v0.4.0) Updates `github.com/pressly/goose/v3` from 3.24.2 to 3.24.3 - [Release notes](https://github.com/pressly/goose/releases) - [Changelog](https://github.com/pressly/goose/blob/main/CHANGELOG.md) - [Commits](pressly/goose@v3.24.2...v3.24.3) --- updated-dependencies: - dependency-name: github.com/attestantio/go-eth2-client dependency-version: 0.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.15.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/ethpandaops/ethwallclock dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/pressly/goose/v3 dependency-version: 3.24.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ecc8b56 commit fb6bb39

File tree

2 files changed

+71
-69
lines changed

2 files changed

+71
-69
lines changed

go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ go 1.23.0
55
toolchain go1.24.1
66

77
require (
8-
github.com/attestantio/go-eth2-client v0.25.0
8+
github.com/attestantio/go-eth2-client v0.25.2
99
github.com/donovanhide/eventsource v0.0.0-20210830082556-c59027999da0
10-
github.com/ethereum/go-ethereum v1.15.8
11-
github.com/ethpandaops/ethwallclock v0.3.0
10+
github.com/ethereum/go-ethereum v1.15.11
11+
github.com/ethpandaops/ethwallclock v0.4.0
1212
github.com/glebarez/go-sqlite v1.22.0
1313
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
1414
github.com/gorilla/mux v1.8.1
@@ -19,7 +19,7 @@ require (
1919
github.com/juliangruber/go-intersect v1.1.0
2020
github.com/lib/pq v1.10.9
2121
github.com/mashingan/smapping v0.1.19
22-
github.com/pressly/goose/v3 v3.24.2
22+
github.com/pressly/goose/v3 v3.24.3
2323
github.com/prometheus/client_golang v1.22.0
2424
github.com/protolambda/zrnt v0.34.1
2525
github.com/protolambda/ztyp v0.2.2
@@ -42,17 +42,17 @@ require (
4242
github.com/KyleBanks/depth v1.2.1 // indirect
4343
github.com/Microsoft/go-winio v0.6.2 // indirect
4444
github.com/beorn7/perks v1.0.1 // indirect
45-
github.com/bits-and-blooms/bitset v1.17.0 // indirect
45+
github.com/bits-and-blooms/bitset v1.20.0 // indirect
4646
github.com/cespare/xxhash/v2 v2.3.0 // indirect
47-
github.com/consensys/bavard v0.1.22 // indirect
48-
github.com/consensys/gnark-crypto v0.14.0 // indirect
47+
github.com/consensys/bavard v0.1.27 // indirect
48+
github.com/consensys/gnark-crypto v0.16.0 // indirect
49+
github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
4950
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
50-
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
5151
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
5252
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
5353
github.com/dustin/go-humanize v1.0.1 // indirect
5454
github.com/emicklei/dot v1.6.4 // indirect
55-
github.com/ethereum/c-kzg-4844 v1.0.2 // indirect
55+
github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
5656
github.com/ethereum/go-verkle v0.2.2 // indirect
5757
github.com/fatih/color v1.18.0 // indirect
5858
github.com/ferranbt/fastssz v0.1.4 // indirect
@@ -86,7 +86,7 @@ require (
8686
github.com/pkg/errors v0.9.1 // indirect
8787
github.com/prometheus/client_model v0.6.1 // indirect
8888
github.com/prometheus/common v0.62.0 // indirect
89-
github.com/prometheus/procfs v0.16.0 // indirect
89+
github.com/prometheus/procfs v0.16.1 // indirect
9090
github.com/protolambda/bls12-381-util v0.1.0 // indirect
9191
github.com/r3labs/sse/v2 v2.10.0 // indirect
9292
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
@@ -106,19 +106,19 @@ require (
106106
go.opentelemetry.io/otel/metric v1.35.0 // indirect
107107
go.opentelemetry.io/otel/trace v1.35.0 // indirect
108108
go.uber.org/multierr v1.11.0 // indirect
109-
golang.org/x/crypto v0.36.0 // indirect
110-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
111-
golang.org/x/net v0.38.0 // indirect
112-
golang.org/x/sync v0.12.0 // indirect
113-
golang.org/x/sys v0.31.0 // indirect
114-
golang.org/x/tools v0.31.0 // indirect
109+
golang.org/x/crypto v0.38.0 // indirect
110+
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
111+
golang.org/x/net v0.40.0 // indirect
112+
golang.org/x/sync v0.14.0 // indirect
113+
golang.org/x/sys v0.33.0 // indirect
114+
golang.org/x/tools v0.33.0 // indirect
115115
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
116116
google.golang.org/protobuf v1.36.6 // indirect
117117
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
118118
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
119-
modernc.org/libc v1.61.13 // indirect
119+
modernc.org/libc v1.65.0 // indirect
120120
modernc.org/mathutil v1.7.1 // indirect
121-
modernc.org/memory v1.9.1 // indirect
122-
modernc.org/sqlite v1.36.2 // indirect
121+
modernc.org/memory v1.10.0 // indirect
122+
modernc.org/sqlite v1.37.0 // indirect
123123
rsc.io/tmplfunc v0.0.3 // indirect
124124
)

0 commit comments

Comments
 (0)