@@ -44,6 +44,7 @@ import (
4444 "github.com/cosmos/cosmos-sdk/client/grpc/cmtservice"
4545 nodeservice "github.com/cosmos/cosmos-sdk/client/grpc/node"
4646
47+ "github.com/allinbits/interchain-security/app/common"
4748 "github.com/cosmos/cosmos-sdk/codec"
4849 "github.com/cosmos/cosmos-sdk/codec/types"
4950 "github.com/cosmos/cosmos-sdk/runtime"
@@ -81,7 +82,6 @@ import (
8182 "github.com/cosmos/cosmos-sdk/x/slashing"
8283 slashingkeeper "github.com/cosmos/cosmos-sdk/x/slashing/keeper"
8384 slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
84- "github.com/cosmos/interchain-security/v5/app/common"
8585
8686 // IBC v10: Capability module removed
8787
@@ -91,12 +91,12 @@ import (
9191 tmos "github.com/cometbft/cometbft/libs/os"
9292 dbm "github.com/cosmos/cosmos-db"
9393
94- appencoding "github.com/cosmos /interchain-security/v5 /app/encoding"
95- testutil "github.com/cosmos /interchain-security/v5 /testutil/integration"
96- ibcconsumer "github.com/cosmos /interchain-security/v5 /x/ccv/consumer"
97- ibcconsumerkeeper "github.com/cosmos /interchain-security/v5 /x/ccv/consumer/keeper"
98- ibcconsumertypes "github.com/cosmos /interchain-security/v5 /x/ccv/consumer/types"
99- ccvtypes "github.com/cosmos /interchain-security/v5 /x/ccv/types"
94+ appencoding "github.com/allinbits /interchain-security/app/encoding"
95+ testutil "github.com/allinbits /interchain-security/testutil/integration"
96+ ibcconsumer "github.com/allinbits /interchain-security/x/ccv/consumer"
97+ ibcconsumerkeeper "github.com/allinbits /interchain-security/x/ccv/consumer/keeper"
98+ ibcconsumertypes "github.com/allinbits /interchain-security/x/ccv/consumer/types"
99+ ccvtypes "github.com/allinbits /interchain-security/x/ccv/types"
100100)
101101
102102const (
0 commit comments