Skip to content

Commit 5348720

Browse files
Bump the dependencies group across 1 directory with 6 updates
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/attestantio/go-eth2-client](https://github.com/attestantio/go-eth2-client) | `0.26.0` | `0.27.0` | | [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.16.2` | `1.16.4` | | [github.com/herumi/bls-eth-go-binary](https://github.com/herumi/bls-eth-go-binary) | `1.36.4` | `1.37.0` | | [github.com/pressly/goose/v3](https://github.com/pressly/goose) | `3.24.3` | `3.25.0` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.0` | `1.23.2` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` | Updates `github.com/attestantio/go-eth2-client` from 0.26.0 to 0.27.0 - [Changelog](https://github.com/attestantio/go-eth2-client/blob/master/CHANGELOG.md) - [Commits](attestantio/go-eth2-client@v0.26.0...v0.27.0) Updates `github.com/ethereum/go-ethereum` from 1.16.2 to 1.16.4 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.16.2...v1.16.4) Updates `github.com/herumi/bls-eth-go-binary` from 1.36.4 to 1.37.0 - [Release notes](https://github.com/herumi/bls-eth-go-binary/releases) - [Commits](herumi/bls-eth-go-binary@v1.36.4...v1.37.0) Updates `github.com/pressly/goose/v3` from 3.24.3 to 3.25.0 - [Release notes](https://github.com/pressly/goose/releases) - [Changelog](https://github.com/pressly/goose/blob/main/CHANGELOG.md) - [Commits](pressly/goose@v3.24.3...v3.25.0) Updates `github.com/prometheus/client_golang` from 1.23.0 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.23.0...v1.23.2) Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.9.1...v1.10.1) --- updated-dependencies: - dependency-name: github.com/attestantio/go-eth2-client dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.16.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/herumi/bls-eth-go-binary dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/pressly/goose/v3 dependency-version: 3.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/spf13/cobra dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a16119 commit 5348720

File tree

2 files changed

+102
-93
lines changed

2 files changed

+102
-93
lines changed

go.mod

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
module github.com/ethpandaops/assertoor
22

3-
go 1.23.0
3+
go 1.24.0
44

55
toolchain go1.24.1
66

77
require (
8-
github.com/attestantio/go-eth2-client v0.26.0
8+
github.com/attestantio/go-eth2-client v0.27.1
99
github.com/donovanhide/eventsource v0.0.0-20210830082556-c59027999da0
10-
github.com/ethereum/go-ethereum v1.16.2
10+
github.com/ethereum/go-ethereum v1.16.4
1111
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
15-
github.com/herumi/bls-eth-go-binary v1.36.4
15+
github.com/herumi/bls-eth-go-binary v1.37.0
1616
github.com/holiman/uint256 v1.3.2
1717
github.com/itchyny/gojq v0.12.17
1818
github.com/jmoiron/sqlx v1.4.0
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.3
23-
github.com/prometheus/client_golang v1.23.0
22+
github.com/pressly/goose/v3 v3.25.0
23+
github.com/prometheus/client_golang v1.23.2
2424
github.com/protolambda/zrnt v0.34.1
2525
github.com/protolambda/ztyp v0.2.2
2626
github.com/prysmaticlabs/go-bitfield v0.0.0-20240618144021-706c95b2dd15
2727
github.com/rs/zerolog v1.34.0
2828
github.com/sirupsen/logrus v1.9.3
29-
github.com/spf13/cobra v1.9.1
29+
github.com/spf13/cobra v1.10.1
3030
github.com/swaggo/http-swagger v1.3.4
3131
github.com/swaggo/swag v1.16.6
3232
github.com/tdewolff/minify v2.3.6+incompatible
@@ -45,18 +45,18 @@ require (
4545
github.com/bits-and-blooms/bitset v1.20.0 // indirect
4646
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4747
github.com/consensys/gnark-crypto v0.18.0 // indirect
48-
github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
48+
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
4949
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
5050
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
5151
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
5252
github.com/dustin/go-humanize v1.0.1 // indirect
5353
github.com/emicklei/dot v1.6.4 // indirect
54-
github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
54+
github.com/ethereum/c-kzg-4844/v2 v2.1.3 // indirect
5555
github.com/ethereum/go-verkle v0.2.2 // indirect
5656
github.com/fatih/color v1.16.0 // indirect
5757
github.com/ferranbt/fastssz v0.1.4 // indirect
5858
github.com/fsnotify/fsnotify v1.7.0 // indirect
59-
github.com/go-logr/logr v1.4.2 // indirect
59+
github.com/go-logr/logr v1.4.3 // indirect
6060
github.com/go-logr/stdr v1.2.2 // indirect
6161
github.com/go-ole/go-ole v1.3.0 // indirect
6262
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -83,15 +83,15 @@ require (
8383
github.com/pk910/dynamic-ssz v0.0.5 // indirect
8484
github.com/pkg/errors v0.9.1 // indirect
8585
github.com/prometheus/client_model v0.6.2 // indirect
86-
github.com/prometheus/common v0.65.0 // indirect
86+
github.com/prometheus/common v0.66.1 // indirect
8787
github.com/prometheus/procfs v0.16.1 // indirect
8888
github.com/protolambda/bls12-381-util v0.1.0 // indirect
8989
github.com/r3labs/sse/v2 v2.10.0 // indirect
9090
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
9191
github.com/sethvargo/go-retry v0.3.0 // indirect
9292
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
93-
github.com/spf13/pflag v1.0.6 // indirect
94-
github.com/supranational/blst v0.3.14 // indirect
93+
github.com/spf13/pflag v1.0.9 // indirect
94+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
9595
github.com/swaggo/files v1.0.1 // indirect
9696
github.com/tdewolff/parse v2.3.4+incompatible // indirect
9797
github.com/tdewolff/test v1.0.10 // indirect
@@ -100,23 +100,24 @@ require (
100100
github.com/wealdtech/go-bytesutil v1.2.1 // indirect
101101
github.com/yusufpapurcu/wmi v1.2.4 // indirect
102102
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
103-
go.opentelemetry.io/otel v1.35.0 // indirect
104-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
105-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
103+
go.opentelemetry.io/otel v1.37.0 // indirect
104+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
105+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
106106
go.uber.org/multierr v1.11.0 // indirect
107-
golang.org/x/crypto v0.38.0 // indirect
108-
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
109-
golang.org/x/mod v0.24.0 // indirect
110-
golang.org/x/net v0.40.0 // indirect
111-
golang.org/x/sync v0.14.0 // indirect
112-
golang.org/x/sys v0.33.0 // indirect
113-
golang.org/x/tools v0.33.0 // indirect
107+
go.yaml.in/yaml/v2 v2.4.2 // indirect
108+
golang.org/x/crypto v0.41.0 // indirect
109+
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
110+
golang.org/x/mod v0.25.0 // indirect
111+
golang.org/x/net v0.43.0 // indirect
112+
golang.org/x/sync v0.16.0 // indirect
113+
golang.org/x/sys v0.36.0 // indirect
114+
golang.org/x/tools v0.34.0 // indirect
114115
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
115-
google.golang.org/protobuf v1.36.6 // indirect
116+
google.golang.org/protobuf v1.36.8 // indirect
116117
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
117118
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
118-
modernc.org/libc v1.65.0 // indirect
119+
modernc.org/libc v1.66.3 // indirect
119120
modernc.org/mathutil v1.7.1 // indirect
120-
modernc.org/memory v1.10.0 // indirect
121-
modernc.org/sqlite v1.37.0 // indirect
121+
modernc.org/memory v1.11.0 // indirect
122+
modernc.org/sqlite v1.38.2 // indirect
122123
)

0 commit comments

Comments
 (0)