File tree Expand file tree Collapse file tree 4 files changed +3
-31
lines changed Expand file tree Collapse file tree 4 files changed +3
-31
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ require (
8
8
github.com/celestiaorg/go-square/v2 v2.2.0
9
9
github.com/evstack/ev-node/core v0.0.0-20250312114929-104787ba1a4c
10
10
github.com/filecoin-project/go-jsonrpc v0.7.1
11
+ github.com/klauspost/compress v1.18.0
11
12
github.com/rs/zerolog v1.33.0
12
13
github.com/stretchr/testify v1.10.0
13
14
)
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/ad
49
49
github.com/ipfs/go-log/v2 v2.0.8 h1:3b3YNopMHlj4AvyhWAx0pDxqSQWYi4/WuWO7yRV6/Qg =
50
50
github.com/ipfs/go-log/v2 v2.0.8 /go.mod h1:eZs4Xt4ZUJQFM3DlanGhy7TkwwawCZcSByscwkWG+dw =
51
51
github.com/kisielk/gotool v1.0.0 /go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck =
52
+ github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo =
53
+ github.com/klauspost/compress v1.18.0 /go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ =
52
54
github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
53
55
github.com/kr/pretty v0.2.1 /go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI =
54
56
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
You can’t perform that action at this time.
0 commit comments