Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/celestiaorg/nmt v0.24.2
github.com/celestiaorg/rsmt2d v0.15.1
github.com/cometbft/cometbft v0.38.17
github.com/cosmos/cosmos-sdk v0.50.13
github.com/cosmos/cosmos-sdk v0.50.14
github.com/cristalhq/jwt/v5 v5.4.0
github.com/dgraph-io/badger/v4 v4.6.0
github.com/etclabscore/go-openrpc-reflect v0.0.37
Expand Down
4 changes: 2 additions & 2 deletions nodebuilder/tests/tastora/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/celestiaorg/celestia-node/nodebuilder/tests/tastora

go 1.25.9
go 1.25.11

require (
cosmossdk.io/math v1.5.3
Expand All @@ -10,7 +10,7 @@ require (
github.com/celestiaorg/tastora v0.8.0
github.com/cometbft/cometbft v0.38.17
github.com/containerd/errdefs v1.0.0
github.com/cosmos/cosmos-sdk v0.50.13
github.com/cosmos/cosmos-sdk v0.50.14
github.com/stretchr/testify v1.11.1
go.uber.org/zap v1.27.0
google.golang.org/grpc v1.79.3
Expand Down
Loading