Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit a68a244

Browse files
committed
fix: go mod tidy
1 parent 335da73 commit a68a244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ require (
1212
github.com/rollkit/go-da v0.0.0-20231016110604-17e0ce611290
1313
github.com/spf13/cobra v1.7.0
1414
github.com/stretchr/testify v1.8.4
15-
github.com/tendermint/tendermint v0.35.9
1615
google.golang.org/grpc v1.58.3
1716
)
1817

@@ -283,6 +282,7 @@ require (
283282
github.com/supranational/blst v0.3.11 // indirect
284283
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
285284
github.com/tendermint/go-amino v0.16.0 // indirect
285+
github.com/tendermint/tendermint v0.35.9 // indirect
286286
github.com/tendermint/tm-db v0.6.7 // indirect
287287
github.com/tidwall/btree v1.5.0 // indirect
288288
github.com/tklauser/go-sysconf v0.3.12 // indirect

0 commit comments

Comments
 (0)