Skip to content

Commit 7952780

Browse files
Bump the dependencies group across 1 directory with 7 updates
Bumps the dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/attestantio/go-eth2-client](https://github.com/attestantio/go-eth2-client) | `0.24.0` | `0.24.1` | | [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.15.2` | `1.15.5` | | [github.com/herumi/bls-eth-go-binary](https://github.com/herumi/bls-eth-go-binary) | `1.36.1` | `1.36.4` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.5` | `1.21.1` | | [github.com/protolambda/zrnt](https://github.com/protolambda/zrnt) | `0.33.1` | `0.34.1` | | [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.33.0` | `1.34.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` | Updates `github.com/attestantio/go-eth2-client` from 0.24.0 to 0.24.1 - [Changelog](https://github.com/attestantio/go-eth2-client/blob/master/CHANGELOG.md) - [Commits](attestantio/go-eth2-client@v0.24.0...v0.24.1) Updates `github.com/ethereum/go-ethereum` from 1.15.2 to 1.15.5 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.15.2...v1.15.5) Updates `github.com/herumi/bls-eth-go-binary` from 1.36.1 to 1.36.4 - [Release notes](https://github.com/herumi/bls-eth-go-binary/releases) - [Commits](herumi/bls-eth-go-binary@v1.36.1...v1.36.4) Updates `github.com/prometheus/client_golang` from 1.20.5 to 1.21.1 - [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.21.1) Updates `github.com/protolambda/zrnt` from 0.33.1 to 0.34.1 - [Commits](protolambda/zrnt@v0.33.1...v0.34.1) Updates `github.com/rs/zerolog` from 1.33.0 to 1.34.0 - [Commits](rs/zerolog@v1.33.0...v1.34.0) Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.1...v1.9.1) --- updated-dependencies: - dependency-name: github.com/attestantio/go-eth2-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/herumi/bls-eth-go-binary dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/protolambda/zrnt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/rs/zerolog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4940275 commit 7952780

File tree

2 files changed

+73
-59
lines changed

2 files changed

+73
-59
lines changed

go.mod

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

33
go 1.22.0
4-
5-
toolchain go1.22.4
4+
toolchain go1.24.1
65

76
require (
8-
github.com/attestantio/go-eth2-client v0.24.0
7+
github.com/attestantio/go-eth2-client v0.24.1
98
github.com/donovanhide/eventsource v0.0.0-20210830082556-c59027999da0
10-
github.com/ethereum/go-ethereum v1.15.2
9+
github.com/ethereum/go-ethereum v1.15.6
1110
github.com/ethpandaops/ethwallclock v0.3.0
1211
github.com/glebarez/go-sqlite v1.22.0
1312
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
1413
github.com/gorilla/mux v1.8.1
15-
github.com/herumi/bls-eth-go-binary v1.36.1
14+
github.com/herumi/bls-eth-go-binary v1.36.4
1615
github.com/holiman/uint256 v1.3.2
1716
github.com/itchyny/gojq v0.12.17
1817
github.com/jmoiron/sqlx v1.4.0
1918
github.com/juliangruber/go-intersect v1.1.0
2019
github.com/lib/pq v1.10.9
2120
github.com/mashingan/smapping v0.1.19
2221
github.com/pressly/goose/v3 v3.24.1
23-
github.com/prometheus/client_golang v1.20.5
24-
github.com/protolambda/zrnt v0.33.1
22+
github.com/prometheus/client_golang v1.21.1
23+
github.com/protolambda/zrnt v0.34.1
2524
github.com/protolambda/ztyp v0.2.2
2625
github.com/prysmaticlabs/go-bitfield v0.0.0-20240618144021-706c95b2dd15
27-
github.com/rs/zerolog v1.33.0
26+
github.com/rs/zerolog v1.34.0
2827
github.com/sirupsen/logrus v1.9.3
29-
github.com/spf13/cobra v1.8.1
28+
github.com/spf13/cobra v1.9.1
3029
github.com/swaggo/http-swagger v1.3.4
3130
github.com/swaggo/swag v1.16.4
3231
github.com/tdewolff/minify v2.3.6+incompatible
@@ -72,7 +71,7 @@ require (
7271
github.com/itchyny/timefmt-go v0.1.6 // indirect
7372
github.com/josharian/intern v1.0.0 // indirect
7473
github.com/kilic/bls12-381 v0.1.0 // indirect
75-
github.com/klauspost/compress v1.17.9 // indirect
74+
github.com/klauspost/compress v1.17.11 // indirect
7675
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
7776
github.com/mailru/easyjson v0.7.7 // indirect
7877
github.com/mattn/go-colorable v0.1.14 // indirect
@@ -86,14 +85,14 @@ require (
8685
github.com/pk910/dynamic-ssz v0.0.5 // indirect
8786
github.com/pkg/errors v0.9.1 // indirect
8887
github.com/prometheus/client_model v0.6.1 // indirect
89-
github.com/prometheus/common v0.55.0 // indirect
88+
github.com/prometheus/common v0.62.0 // indirect
9089
github.com/prometheus/procfs v0.15.1 // indirect
9190
github.com/protolambda/bls12-381-util v0.1.0 // indirect
9291
github.com/r3labs/sse/v2 v2.10.0 // indirect
9392
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
9493
github.com/sethvargo/go-retry v0.3.0 // indirect
9594
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
96-
github.com/spf13/pflag v1.0.5 // indirect
95+
github.com/spf13/pflag v1.0.6 // indirect
9796
github.com/supranational/blst v0.3.14 // indirect
9897
github.com/swaggo/files v1.0.1 // indirect
9998
github.com/tdewolff/parse v2.3.4+incompatible // indirect
@@ -106,15 +105,14 @@ require (
106105
go.opentelemetry.io/otel/metric v1.27.0 // indirect
107106
go.opentelemetry.io/otel/trace v1.27.0 // indirect
108107
go.uber.org/multierr v1.11.0 // indirect
109-
golang.org/x/crypto v0.32.0 // indirect
108+
golang.org/x/crypto v0.35.0 // indirect
110109
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
111-
golang.org/x/net v0.34.0 // indirect
112-
golang.org/x/sync v0.10.0 // indirect
113-
golang.org/x/sys v0.29.0 // indirect
114-
golang.org/x/time v0.6.0 // indirect
110+
golang.org/x/net v0.36.0 // indirect
111+
golang.org/x/sync v0.11.0 // indirect
112+
golang.org/x/sys v0.30.0 // indirect
115113
golang.org/x/tools v0.29.0 // indirect
116114
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
117-
google.golang.org/protobuf v1.34.2 // indirect
115+
google.golang.org/protobuf v1.36.1 // indirect
118116
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
119117
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
120118
modernc.org/libc v1.55.3 // indirect

0 commit comments

Comments
 (0)