Skip to content

Commit 9eb8af7

Browse files
author
tac0turtle
committed
remove extra go.mod
1 parent 2e90ea6 commit 9eb8af7

File tree

4 files changed

+3
-31
lines changed

4 files changed

+3
-31
lines changed

da/compression/go.mod

Lines changed: 0 additions & 19 deletions
This file was deleted.

da/compression/go.sum

Lines changed: 0 additions & 12 deletions
This file was deleted.

da/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/celestiaorg/go-square/v2 v2.2.0
99
github.com/evstack/ev-node/core v0.0.0-20250312114929-104787ba1a4c
1010
github.com/filecoin-project/go-jsonrpc v0.7.1
11+
github.com/klauspost/compress v1.18.0
1112
github.com/rs/zerolog v1.33.0
1213
github.com/stretchr/testify v1.10.0
1314
)

da/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/ad
4949
github.com/ipfs/go-log/v2 v2.0.8 h1:3b3YNopMHlj4AvyhWAx0pDxqSQWYi4/WuWO7yRV6/Qg=
5050
github.com/ipfs/go-log/v2 v2.0.8/go.mod h1:eZs4Xt4ZUJQFM3DlanGhy7TkwwawCZcSByscwkWG+dw=
5151
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=
5254
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
5355
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
5456
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=

0 commit comments

Comments
 (0)