Skip to content

Commit f3fb12a

Browse files
committed
intermediate state
1 parent a2f9127 commit f3fb12a

File tree

2 files changed

+543
-25
lines changed

2 files changed

+543
-25
lines changed

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ module github.com/ethpandaops/checkpointz
22

33
go 1.17
44

5-
replace github.com/attestantio/go-eth2-client v0.18.2 => github.com/gnosischain/go-eth2-client v0.0.0-20240201153140-5cca7bb1f497
5+
replace github.com/attestantio/go-eth2-client v0.19.9 => github.com/4rgon4ut/go-eth2-client v0.18.3-0.20240220131856-422c4bbf2485
66

7-
replace github.com/ethpandaops/beacon v0.28.0 => github.com/gnosischain/beacon v0.0.0-20230803222300-e5ee3a99f02b
7+
replace github.com/ethpandaops/beacon v0.28.0 => github.com/gnosischain/beacon v0.0.0-20240202145228-ef0e9a3c1a74
88

99
require (
10-
github.com/attestantio/go-eth2-client v0.18.2
10+
github.com/attestantio/go-eth2-client v0.19.9
1111
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9
1212
github.com/creasty/defaults v1.6.0
1313
github.com/ethpandaops/beacon v0.28.0
@@ -25,7 +25,7 @@ require (
2525
github.com/beorn7/perks v1.0.1 // indirect
2626
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2727
github.com/ethpandaops/ethwallclock v0.2.0 // indirect
28-
github.com/fatih/color v1.13.0 // indirect
28+
github.com/fatih/color v1.16.0 // indirect
2929
github.com/ferranbt/fastssz v0.1.3 // indirect
3030
github.com/gin-contrib/sse v0.1.0 // indirect
3131
github.com/gin-gonic/gin v1.7.4 // indirect
@@ -36,16 +36,16 @@ require (
3636
github.com/go-playground/validator/v10 v10.9.0 // indirect
3737
github.com/goccy/go-yaml v1.9.5 // indirect
3838
github.com/golang/protobuf v1.5.3 // indirect
39-
github.com/holiman/uint256 v1.2.2 // indirect
39+
github.com/holiman/uint256 v1.2.4 // indirect
4040
github.com/inconshreveable/mousetrap v1.0.1 // indirect
4141
github.com/json-iterator/go v1.1.12 // indirect
4242
github.com/klauspost/compress v1.13.6 // indirect
43-
github.com/klauspost/cpuid/v2 v2.1.2 // indirect
43+
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
4444
github.com/leodido/go-urn v1.2.1 // indirect
4545
github.com/mattn/go-colorable v0.1.13 // indirect
46-
github.com/mattn/go-isatty v0.0.16 // indirect
46+
github.com/mattn/go-isatty v0.0.20 // indirect
4747
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
48-
github.com/minio/sha256-simd v1.0.0 // indirect
48+
github.com/minio/sha256-simd v1.0.1 // indirect
4949
github.com/mitchellh/mapstructure v1.5.0 // indirect
5050
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5151
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -63,12 +63,12 @@ require (
6363
go.opentelemetry.io/otel v1.16.0 // indirect
6464
go.opentelemetry.io/otel/metric v1.16.0 // indirect
6565
go.opentelemetry.io/otel/trace v1.16.0 // indirect
66-
golang.org/x/crypto v0.10.0 // indirect
66+
golang.org/x/crypto v0.18.0 // indirect
6767
golang.org/x/net v0.10.0 // indirect
6868
golang.org/x/sync v0.2.0 // indirect
69-
golang.org/x/sys v0.9.0 // indirect
70-
golang.org/x/text v0.10.0 // indirect
71-
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
69+
golang.org/x/sys v0.16.0 // indirect
70+
golang.org/x/text v0.14.0 // indirect
71+
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
7272
google.golang.org/protobuf v1.30.0 // indirect
7373
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
7474
)

0 commit comments

Comments
 (0)