@@ -2,12 +2,12 @@ module github.com/ethpandaops/checkpointz
2
2
3
3
go 1.17
4
4
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
6
6
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
8
8
9
9
require (
10
- github.com/attestantio/go-eth2-client v0.18.2
10
+ github.com/attestantio/go-eth2-client v0.19.9
11
11
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9
12
12
github.com/creasty/defaults v1.6.0
13
13
github.com/ethpandaops/beacon v0.28.0
@@ -25,7 +25,7 @@ require (
25
25
github.com/beorn7/perks v1.0.1 // indirect
26
26
github.com/cespare/xxhash/v2 v2.2.0 // indirect
27
27
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
29
29
github.com/ferranbt/fastssz v0.1.3 // indirect
30
30
github.com/gin-contrib/sse v0.1.0 // indirect
31
31
github.com/gin-gonic/gin v1.7.4 // indirect
@@ -36,16 +36,16 @@ require (
36
36
github.com/go-playground/validator/v10 v10.9.0 // indirect
37
37
github.com/goccy/go-yaml v1.9.5 // indirect
38
38
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
40
40
github.com/inconshreveable/mousetrap v1.0.1 // indirect
41
41
github.com/json-iterator/go v1.1.12 // indirect
42
42
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
44
44
github.com/leodido/go-urn v1.2.1 // indirect
45
45
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
47
47
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
49
49
github.com/mitchellh/mapstructure v1.5.0 // indirect
50
50
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
51
51
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -63,12 +63,12 @@ require (
63
63
go.opentelemetry.io/otel v1.16.0 // indirect
64
64
go.opentelemetry.io/otel/metric v1.16.0 // indirect
65
65
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
67
67
golang.org/x/net v0.10.0 // indirect
68
68
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
72
72
google.golang.org/protobuf v1.30.0 // indirect
73
73
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
74
74
)
0 commit comments