Skip to content

Commit

Permalink
chore(runtime/v2): cleanup replaces (#21147)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Aug 1, 2024
1 parent 49179eb commit c55e8d7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions runtime/v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@ replace (
cosmossdk.io/api => ../../api
cosmossdk.io/core => ../../core
cosmossdk.io/core/testing => ../../core/testing
cosmossdk.io/server/v2 => ../../server/v2
cosmossdk.io/server/v2/appmanager => ../../server/v2/appmanager
cosmossdk.io/server/v2/stf => ../../server/v2/stf
cosmossdk.io/store/v2 => ../../store/v2
cosmossdk.io/x/accounts => ../../x/accounts
cosmossdk.io/x/auth => ../../x/auth
cosmossdk.io/x/bank => ../../x/bank
cosmossdk.io/x/consensus => ../../x/consensus
cosmossdk.io/x/distribution => ../../x/distribution
cosmossdk.io/x/staking => ../../x/staking
cosmossdk.io/x/tx => ../../x/tx
github.com/cosmos/cosmos-sdk => ../..
)

require (
Expand Down

0 comments on commit c55e8d7

Please sign in to comment.