Skip to content

Commit d9838ff

Browse files
committed
fix timestamp
1 parent f979d4d commit d9838ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/ethpandaops/checkpointz
22

33
go 1.25.1
44

5-
replace github.com/attestantio/go-eth2-client => github.com/qu0b/go-eth2-client v0.0.0-20260102182406-1deaa6deedd2
5+
replace github.com/attestantio/go-eth2-client => github.com/qu0b/go-eth2-client v0.0.0-20260102172406-1deaa6deedd2
66

77
require (
88
github.com/attestantio/go-eth2-client v0.27.2

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ github.com/prysmaticlabs/gohashtree v0.0.4-beta h1:H/EbCuXPeTV3lpKeXGPpEV9gsUpkq
175175
github.com/prysmaticlabs/gohashtree v0.0.4-beta/go.mod h1:BFdtALS+Ffhg3lGQIHv9HDWuHS8cTvHZzrHWxwOtGOs=
176176
github.com/qu0b/go-eth2-client v0.0.0-20260102153939-0b2d1b9fcb7e h1:M92vxDVBJ1tEcXoSEbKTwd0GsN70iV9fFUDIBgn+/Xs=
177177
github.com/qu0b/go-eth2-client v0.0.0-20260102153939-0b2d1b9fcb7e/go.mod h1:fvULSL9WtNskkOB4i+Yyr6BKpNHXvmpGZj9969fCrfY=
178+
github.com/qu0b/go-eth2-client v0.0.0-20260102172406-1deaa6deedd2/go.mod h1:fvULSL9WtNskkOB4i+Yyr6BKpNHXvmpGZj9969fCrfY=
178179
github.com/r3labs/sse/v2 v2.10.0 h1:hFEkLLFY4LDifoHdiCN/LlGBAdVJYsANaLqNYa1l/v0=
179180
github.com/r3labs/sse/v2 v2.10.0/go.mod h1:Igau6Whc+F17QUgML1fYe1VPZzTV6EMCnYktEmkNJ7I=
180181
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=

0 commit comments

Comments
 (0)