Skip to content

Instantly share code, notes, and snippets.

@p-offtermatt
Created June 2, 2023 15:19
Show Gist options
  • Save p-offtermatt/869ce2bfbbda8c76365114f1aea37533 to your computer and use it in GitHub Desktop.
Save p-offtermatt/869ce2bfbbda8c76365114f1aea37533 to your computer and use it in GitHub Desktop.
--> Running linter
golangci-lint run ./... --config .golangci.yml
cmd/interchain-security-pd/main.go:6:2: import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server"
^
cmd/interchain-security-pd/main.go:7:2: import 'github.com/cosmos/cosmos-sdk/server/cmd' is not allowed from list 'Main' (depguard)
svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"
^
cmd/interchain-security-pd/main.go:8:2: import 'github.com/cosmos/interchain-security/v2/app/provider' is not allowed from list 'Main' (depguard)
app "github.com/cosmos/interchain-security/v2/app/provider"
^
cmd/interchain-security-pd/main.go:9:2: import 'github.com/cosmos/interchain-security/v2/cmd/interchain-security-pd/cmd' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/cmd/interchain-security-pd/cmd"
^
tests/integration/instance_test.go:6:2: import 'github.com/cosmos/interchain-security/v2/app/consumer' is not allowed from list 'Main' (depguard)
appConsumer "github.com/cosmos/interchain-security/v2/app/consumer"
^
tests/integration/instance_test.go:7:2: import 'github.com/cosmos/interchain-security/v2/app/consumer-democracy' is not allowed from list 'Main' (depguard)
appConsumerDemocracy "github.com/cosmos/interchain-security/v2/app/consumer-democracy"
^
tests/integration/instance_test.go:8:2: import 'github.com/cosmos/interchain-security/v2/app/provider' is not allowed from list 'Main' (depguard)
appProvider "github.com/cosmos/interchain-security/v2/app/provider"
^
tests/integration/instance_test.go:9:2: import 'github.com/cosmos/interchain-security/v2/tests/integration' is not allowed from list 'Main' (depguard)
intg "github.com/cosmos/interchain-security/v2/tests/integration"
^
tests/integration/instance_test.go:10:2: import 'github.com/cosmos/interchain-security/v2/testutil/ibc_testing' is not allowed from list 'Main' (depguard)
icstestingutils "github.com/cosmos/interchain-security/v2/testutil/ibc_testing"
^
tests/integration/instance_test.go:11:2: import 'github.com/stretchr/testify/suite' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/suite"
^
x/ccv/provider/types/genesis_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/types/genesis_test.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/provider/types/genesis_test.go:9:2: import 'github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types' is not allowed from list 'Main' (depguard)
commitmenttypes "github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types"
^
x/ccv/provider/types/genesis_test.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/provider/types/genesis_test.go:11:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/provider/types/genesis_test.go:12:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/provider/types/genesis_test.go:13:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/types/genesis_test.go:14:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/types/genesis_test.go:15:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/types/genesis_test.go:16:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/provider/types/genesis_test.go:17:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
x/ccv/provider/types/keys_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/types/keys_test.go:8:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
cryptoutil "github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/provider/types/keys_test.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/types/keys_test.go:10:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/types/params_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/types/params_test.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/provider/types/params_test.go:9:2: import 'github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types' is not allowed from list 'Main' (depguard)
commitmenttypes "github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types"
^
x/ccv/provider/types/params_test.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/provider/types/params_test.go:11:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/types/params_test.go:13:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/types/proposal_test.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/types' is not allowed from list 'Main' (depguard)
evidencetypes "github.com/cosmos/cosmos-sdk/x/evidence/types"
^
x/ccv/provider/types/proposal_test.go:10:2: import 'github.com/golang/protobuf/proto' is not allowed from list 'Main' (depguard)
"github.com/golang/protobuf/proto" //nolint:staticcheck // see: https://github.com/cosmos/interchain-security/issues/236
^
x/ccv/provider/types/proposal_test.go:11:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/types/proposal_test.go:13:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
x/ccv/provider/types/proposal_test.go:14:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
^
x/ccv/provider/types/proposal_test.go:15:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
x/ccv/provider/types/proposal_test.go:17:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/provider/types/proposal_test.go:18:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/provider/types/proposal_test.go:19:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/democracy/staking/module.go:6:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
x/ccv/democracy/staking/module.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/democracy/staking/module.go:8:2: import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/types/module"
^
x/ccv/democracy/staking/module.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/staking' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/staking"
^
x/ccv/democracy/staking/module.go:10:2: import 'github.com/cosmos/cosmos-sdk/x/staking/keeper' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/staking/keeper"
^
x/ccv/democracy/staking/module.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/democracy/staking/module.go:12:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
cmd/interchain-security-cdd/main.go:6:2: import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server"
^
cmd/interchain-security-cdd/main.go:7:2: import 'github.com/cosmos/cosmos-sdk/server/cmd' is not allowed from list 'Main' (depguard)
svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"
^
cmd/interchain-security-cdd/main.go:8:2: import 'github.com/cosmos/interchain-security/v2/app/consumer-democracy' is not allowed from list 'Main' (depguard)
app "github.com/cosmos/interchain-security/v2/app/consumer-democracy"
^
cmd/interchain-security-cdd/main.go:9:2: import 'github.com/cosmos/interchain-security/v2/cmd/interchain-security-cdd/cmd' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/cmd/interchain-security-cdd/cmd"
^
app/consumer-democracy/proposals_whitelisting_test.go:6:2: import 'github.com/cosmos/interchain-security/v2/app/consumer-democracy' is not allowed from list 'Main' (depguard)
appConsumer "github.com/cosmos/interchain-security/v2/app/consumer-democracy"
^
app/consumer-democracy/proposals_whitelisting_test.go:7:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing' is not allowed from list 'Main' (depguard)
ibctesting "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing"
^
app/consumer-democracy/proposals_whitelisting_test.go:8:2: import 'github.com/cosmos/interchain-security/v2/testutil/ibc_testing' is not allowed from list 'Main' (depguard)
icstestingutils "github.com/cosmos/interchain-security/v2/testutil/ibc_testing"
^
app/consumer-democracy/proposals_whitelisting_test.go:9:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/consumer/ibc_module_test.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/ibc_module_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/capability/types' is not allowed from list 'Main' (depguard)
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"
^
x/ccv/consumer/ibc_module_test.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer/types' is not allowed from list 'Main' (depguard)
transfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
^
x/ccv/consumer/ibc_module_test.go:9:2: import 'github.com/cosmos/ibc-go/v4/modules/core/03-connection/types' is not allowed from list 'Main' (depguard)
conntypes "github.com/cosmos/ibc-go/v4/modules/core/03-connection/types"
^
x/ccv/consumer/ibc_module_test.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/consumer/ibc_module_test.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
host "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
x/ccv/consumer/ibc_module_test.go:12:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/consumer/ibc_module_test.go:13:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer"
^
x/ccv/consumer/ibc_module_test.go:14:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper' is not allowed from list 'Main' (depguard)
consumerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper"
^
x/ccv/consumer/ibc_module_test.go:15:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/consumer/ibc_module_test.go:16:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/ibc_module_test.go:17:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/consumer/ibc_module_test.go:18:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/handler_test.go:8:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/provider/handler_test.go:9:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/handler_test.go:10:2: import 'github.com/tendermint/tendermint/proto/tendermint/types' is not allowed from list 'Main' (depguard)
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
^
x/ccv/provider/handler_test.go:12:2: import 'github.com/cosmos/cosmos-sdk/testutil/testdata' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/testutil/testdata"
^
x/ccv/provider/handler_test.go:13:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/handler_test.go:14:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/provider/handler_test.go:15:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
testcrypto "github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/provider/handler_test.go:16:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/handler_test.go:17:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider"
^
x/ccv/provider/handler_test.go:18:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
keeper "github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
x/ccv/provider/handler_test.go:19:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/ibc_module_test.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/ibc_module_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
^
x/ccv/provider/ibc_module_test.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/capability/types' is not allowed from list 'Main' (depguard)
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"
^
x/ccv/provider/ibc_module_test.go:9:2: import 'github.com/cosmos/ibc-go/v4/modules/core/03-connection/types' is not allowed from list 'Main' (depguard)
conntypes "github.com/cosmos/ibc-go/v4/modules/core/03-connection/types"
^
x/ccv/provider/ibc_module_test.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/provider/ibc_module_test.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
host "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
x/ccv/provider/ibc_module_test.go:12:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/provider/ibc_module_test.go:13:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/ibc_module_test.go:14:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider"
^
x/ccv/provider/ibc_module_test.go:15:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
providerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
x/ccv/provider/ibc_module_test.go:16:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/ibc_module_test.go:17:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/ibc_module_test.go:18:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/provider/ibc_module_test.go:19:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/module_test.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/module_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/capability/types' is not allowed from list 'Main' (depguard)
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"
^
x/ccv/provider/module_test.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
host "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
x/ccv/provider/module_test.go:9:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/module_test.go:10:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider"
^
x/ccv/provider/module_test.go:11:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/module_test.go:12:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/module_test.go:13:2: import 'github.com/stretchr/testify/assert' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/assert"
^
x/ccv/provider/module_test.go:14:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/module_test.go:16:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/provider/proposal_handler_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/proposal_handler_test.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/distribution/types' is not allowed from list 'Main' (depguard)
distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types"
^
x/ccv/provider/proposal_handler_test.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/types' is not allowed from list 'Main' (depguard)
evidencetypes "github.com/cosmos/cosmos-sdk/x/evidence/types"
^
x/ccv/provider/proposal_handler_test.go:10:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/provider/proposal_handler_test.go:11:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/proposal_handler_test.go:13:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/provider/proposal_handler_test.go:15:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
x/ccv/provider/proposal_handler_test.go:16:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/proposal_handler_test.go:17:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider"
^
x/ccv/provider/proposal_handler_test.go:18:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
app/consumer/ante/disabled_modules_ante.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/consumer/ante/msg_filter_ante.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/distribution.go:4:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/distribution.go:5:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/provider/keeper/distribution.go:6:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/genesis.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/genesis.go:7:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/genesis.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/grpc_query.go:7:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/provider/keeper/grpc_query.go:8:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/grpc_query.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/grpc_query.go:10:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/hooks.go:6:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/provider/keeper/hooks.go:8:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/hooks.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/hooks.go:10:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/keeper.go:9:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/provider/keeper/keeper.go:10:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
x/ccv/provider/keeper/keeper.go:11:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/keeper.go:12:2: import 'github.com/cosmos/cosmos-sdk/x/capability/types' is not allowed from list 'Main' (depguard)
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"
^
x/ccv/provider/keeper/keeper.go:13:2: import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
^
x/ccv/provider/keeper/keeper.go:15:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/provider/keeper/keeper.go:16:2: import 'github.com/cosmos/ibc-go/v4/modules/core/03-connection/types' is not allowed from list 'Main' (depguard)
conntypes "github.com/cosmos/ibc-go/v4/modules/core/03-connection/types"
^
x/ccv/provider/keeper/keeper.go:17:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/provider/keeper/keeper.go:18:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
host "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
x/ccv/provider/keeper/keeper.go:19:2: import 'github.com/cosmos/ibc-go/v4/modules/core/exported' is not allowed from list 'Main' (depguard)
ibcexported "github.com/cosmos/ibc-go/v4/modules/core/exported"
^
x/ccv/provider/keeper/keeper.go:20:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/provider/keeper/keeper.go:22:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/provider/keeper/keeper.go:23:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/keeper.go:24:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/keeper.go:26:2: import 'github.com/tendermint/tendermint/libs/log' is not allowed from list 'Main' (depguard)
"github.com/tendermint/tendermint/libs/log"
^
x/ccv/provider/keeper/key_assignment.go:6:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/provider/keeper/key_assignment.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/key_assignment.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/provider/keeper/key_assignment.go:10:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/key_assignment.go:11:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/key_assignment.go:13:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/provider/keeper/key_assignment.go:14:2: import 'github.com/tendermint/tendermint/proto/tendermint/crypto' is not allowed from list 'Main' (depguard)
tmprotocrypto "github.com/tendermint/tendermint/proto/tendermint/crypto"
^
x/ccv/provider/keeper/migration.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/migration.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
^
x/ccv/provider/keeper/migration.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/provider/keeper/migration.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/migration.go:10:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/msg_server.go:7:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/provider/keeper/msg_server.go:8:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/msg_server.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/provider/keeper/msg_server.go:10:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/msg_server.go:11:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/msg_server.go:12:2: import 'github.com/tendermint/tendermint/proto/tendermint/crypto' is not allowed from list 'Main' (depguard)
tmprotocrypto "github.com/tendermint/tendermint/proto/tendermint/crypto"
^
x/ccv/provider/keeper/params.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/params.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/provider/keeper/params.go:10:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/params.go:11:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/proposal.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/provider/keeper/proposal.go:10:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/provider/keeper/proposal.go:11:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/proposal.go:12:2: import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
^
x/ccv/provider/keeper/proposal.go:13:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/provider/keeper/proposal.go:14:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/provider/keeper/proposal.go:15:2: import 'github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types' is not allowed from list 'Main' (depguard)
commitmenttypes "github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types"
^
x/ccv/provider/keeper/proposal.go:16:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/provider/keeper/proposal.go:17:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/proposal.go:18:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/proposal.go:19:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/provider/keeper/proposal.go:20:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
x/ccv/provider/keeper/proposal.go:22:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/provider/keeper/relay.go:7:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/provider/keeper/relay.go:8:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/relay.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/provider/keeper/relay.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/provider/keeper/relay.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/provider/keeper/relay.go:12:2: import 'github.com/cosmos/ibc-go/v4/modules/core/exported' is not allowed from list 'Main' (depguard)
"github.com/cosmos/ibc-go/v4/modules/core/exported"
^
x/ccv/provider/keeper/relay.go:13:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/relay.go:14:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/throttle.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdktypes "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/throttle.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/throttle.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/throttle.go:10:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
x/ccv/democracy/governance/module.go:6:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
x/ccv/democracy/governance/module.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/democracy/governance/module.go:8:2: import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/types/module"
^
x/ccv/democracy/governance/module.go:10:2: import 'github.com/cosmos/cosmos-sdk/x/gov' is not allowed from list 'Main' (depguard)
gov "github.com/cosmos/cosmos-sdk/x/gov"
^
x/ccv/democracy/governance/module.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/gov/keeper' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/gov/keeper"
^
x/ccv/democracy/governance/module.go:12:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
x/ccv/democracy/governance/module.go:13:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
app/consumer/ante/disabled_modules_ante_test.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/consumer/ante/disabled_modules_ante_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
app/consumer/ante/disabled_modules_ante_test.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/types' is not allowed from list 'Main' (depguard)
evidencetypes "github.com/cosmos/cosmos-sdk/x/evidence/types"
^
app/consumer/ante/disabled_modules_ante_test.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/types' is not allowed from list 'Main' (depguard)
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
^
app/consumer/ante/disabled_modules_ante_test.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
ibcclienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
app/consumer/ante/disabled_modules_ante_test.go:11:2: import 'github.com/cosmos/interchain-security/v2/app/consumer/ante' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/app/consumer/ante"
^
app/consumer/ante/disabled_modules_ante_test.go:12:2: import 'github.com/cosmos/interchain-security/v2/app/params' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/app/params"
^
app/consumer/ante/disabled_modules_ante_test.go:13:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
app/consumer/ante/msg_filter_ante_test.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/consumer/ante/msg_filter_ante_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
app/consumer/ante/msg_filter_ante_test.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
ibcclienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
app/consumer/ante/msg_filter_ante_test.go:9:2: import 'github.com/cosmos/interchain-security/v2/app/consumer/ante' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/app/consumer/ante"
^
app/consumer/ante/msg_filter_ante_test.go:10:2: import 'github.com/cosmos/interchain-security/v2/app/params' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/app/params"
^
app/consumer/ante/msg_filter_ante_test.go:11:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/consumer/keeper/changeover_test.go:6:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
sdkcryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
x/ccv/consumer/keeper/changeover_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/consumer/keeper/changeover_test.go:8:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/consumer/keeper/changeover_test.go:9:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
uthelpers "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/consumer/keeper/changeover_test.go:10:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/consumer/keeper/changeover_test.go:11:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/consumer/keeper/changeover_test.go:12:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/keeper/distribution_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/distribution_test.go:8:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/consumer/keeper/distribution_test.go:10:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
authTypes "github.com/cosmos/cosmos-sdk/x/auth/types"
^
x/ccv/consumer/keeper/distribution_test.go:11:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/consumer/keeper/distribution_test.go:12:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/distribution_test.go:13:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/consumer/keeper/genesis_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/genesis_test.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/consumer/keeper/genesis_test.go:9:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/consumer/keeper/genesis_test.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types' is not allowed from list 'Main' (depguard)
commitmenttypes "github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types"
^
x/ccv/consumer/keeper/genesis_test.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/consumer/keeper/genesis_test.go:12:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/consumer/keeper/genesis_test.go:13:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/consumer/keeper/genesis_test.go:14:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper' is not allowed from list 'Main' (depguard)
consumerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper"
^
x/ccv/consumer/keeper/genesis_test.go:15:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/keeper/genesis_test.go:16:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/consumer/keeper/genesis_test.go:17:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/consumer/keeper/genesis_test.go:18:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/keeper/genesis_test.go:19:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
x/ccv/consumer/keeper/genesis_test.go:21:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
x/ccv/consumer/keeper/genesis_test.go:22:2: import 'github.com/cosmos/cosmos-sdk/crypto/keys/ed25519' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
^
x/ccv/consumer/keeper/genesis_test.go:23:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/keeper_test.go:9:2: import 'github.com/cosmos/cosmos-sdk/crypto/keys/ed25519' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
^
x/ccv/consumer/keeper/keeper_test.go:10:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/keeper_test.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/consumer/keeper/keeper_test.go:12:2: import 'github.com/cosmos/ibc-go/v4/modules/core/03-connection/types' is not allowed from list 'Main' (depguard)
conntypes "github.com/cosmos/ibc-go/v4/modules/core/03-connection/types"
^
x/ccv/consumer/keeper/keeper_test.go:13:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/consumer/keeper/keeper_test.go:14:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/consumer/keeper/keeper_test.go:15:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/keeper_test.go:16:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/keeper/keeper_test.go:17:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/consumer/keeper/keeper_test.go:18:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/consumer/keeper/keeper_test.go:19:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/keeper/keeper_test.go:21:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
x/ccv/consumer/keeper/migration_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
x/ccv/consumer/keeper/migration_test.go:8:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
^
x/ccv/consumer/keeper/migration_test.go:9:2: import 'github.com/cosmos/cosmos-sdk/store' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/store"
^
x/ccv/consumer/keeper/migration_test.go:10:2: import 'github.com/cosmos/cosmos-sdk/store/types' is not allowed from list 'Main' (depguard)
storetypes "github.com/cosmos/cosmos-sdk/store/types"
^
x/ccv/consumer/keeper/migration_test.go:11:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/migration_test.go:12:2: import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
^
x/ccv/consumer/keeper/migration_test.go:13:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper' is not allowed from list 'Main' (depguard)
consumerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper"
^
x/ccv/consumer/keeper/migration_test.go:14:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/migration_test.go:15:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/keeper/migration_test.go:16:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/consumer/keeper/migration_test.go:17:2: import 'github.com/tendermint/tendermint/libs/log' is not allowed from list 'Main' (depguard)
"github.com/tendermint/tendermint/libs/log"
^
x/ccv/consumer/keeper/migration_test.go:18:2: import 'github.com/tendermint/tendermint/proto/tendermint/types' is not allowed from list 'Main' (depguard)
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
^
x/ccv/consumer/keeper/migration_test.go:19:2: import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
tmdb "github.com/tendermint/tm-db"
^
x/ccv/consumer/keeper/params_test.go:7:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/consumer/keeper/params_test.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/params_test.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/keeper/params_test.go:10:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/consumer/keeper/relay_test.go:9:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
x/ccv/consumer/keeper/relay_test.go:10:2: import 'github.com/cosmos/cosmos-sdk/crypto/keys/ed25519' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
^
x/ccv/consumer/keeper/relay_test.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/capability/types' is not allowed from list 'Main' (depguard)
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"
^
x/ccv/consumer/keeper/relay_test.go:12:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/consumer/keeper/relay_test.go:13:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/consumer/keeper/relay_test.go:14:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/consumer/keeper/relay_test.go:15:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
host "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
x/ccv/consumer/keeper/relay_test.go:16:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/consumer/keeper/relay_test.go:17:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/consumer/keeper/relay_test.go:18:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/relay_test.go:19:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/keeper/relay_test.go:20:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/consumer/keeper/relay_test.go:21:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/consumer/keeper/relay_test.go:22:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/keeper/relay_test.go:23:2: import 'github.com/tendermint/tendermint/libs/bytes' is not allowed from list 'Main' (depguard)
"github.com/tendermint/tendermint/libs/bytes"
^
x/ccv/consumer/keeper/soft_opt_out_test.go:6:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/consumer/keeper/soft_opt_out_test.go:7:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/consumer/keeper/soft_opt_out_test.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/soft_opt_out_test.go:9:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/consumer/keeper/soft_opt_out_test.go:10:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
x/ccv/consumer/keeper/validators_test.go:6:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
x/ccv/consumer/keeper/validators_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/validators_test.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/consumer/keeper/validators_test.go:9:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/consumer/keeper/validators_test.go:10:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/consumer/keeper/validators_test.go:11:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper"
^
x/ccv/consumer/keeper/validators_test.go:12:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/validators_test.go:13:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/consumer/keeper/validators_test.go:14:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/keeper/validators_test.go:15:2: import 'github.com/tendermint/tendermint/libs/rand' is not allowed from list 'Main' (depguard)
tmrand "github.com/tendermint/tendermint/libs/rand"
^
x/ccv/consumer/keeper/validators_test.go:16:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
cmd/interchain-security-pd/cmd/genaccounts.go:9:2: import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
"github.com/spf13/cobra"
^
cmd/interchain-security-pd/cmd/genaccounts.go:11:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
cmd/interchain-security-pd/cmd/genaccounts.go:12:2: import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/flags"
^
cmd/interchain-security-pd/cmd/genaccounts.go:13:2: import 'github.com/cosmos/cosmos-sdk/crypto/keyring' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/crypto/keyring"
^
cmd/interchain-security-pd/cmd/genaccounts.go:14:2: import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server"
^
cmd/interchain-security-pd/cmd/genaccounts.go:15:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
cmd/interchain-security-pd/cmd/genaccounts.go:16:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
^
cmd/interchain-security-pd/cmd/genaccounts.go:17:2: import 'github.com/cosmos/cosmos-sdk/x/auth/vesting/types' is not allowed from list 'Main' (depguard)
authvesting "github.com/cosmos/cosmos-sdk/x/auth/vesting/types"
^
cmd/interchain-security-pd/cmd/genaccounts.go:18:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
cmd/interchain-security-pd/cmd/genaccounts.go:19:2: import 'github.com/cosmos/cosmos-sdk/x/genutil' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/genutil"
^
cmd/interchain-security-pd/cmd/genaccounts.go:20:2: import 'github.com/cosmos/cosmos-sdk/x/genutil/types' is not allowed from list 'Main' (depguard)
genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"
^
cmd/interchain-security-pd/cmd/root.go:9:2: import 'github.com/cosmos/cosmos-sdk/server/config' is not allowed from list 'Main' (depguard)
serverconfig "github.com/cosmos/cosmos-sdk/server/config"
^
cmd/interchain-security-pd/cmd/root.go:10:2: import 'github.com/spf13/cast' is not allowed from list 'Main' (depguard)
"github.com/spf13/cast"
^
cmd/interchain-security-pd/cmd/root.go:11:2: import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
"github.com/spf13/cobra"
^
cmd/interchain-security-pd/cmd/root.go:12:2: import 'github.com/tendermint/tendermint/libs/cli' is not allowed from list 'Main' (depguard)
tmcli "github.com/tendermint/tendermint/libs/cli"
^
cmd/interchain-security-pd/cmd/root.go:13:2: import 'github.com/tendermint/tendermint/libs/log' is not allowed from list 'Main' (depguard)
"github.com/tendermint/tendermint/libs/log"
^
cmd/interchain-security-pd/cmd/root.go:14:2: import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
dbm "github.com/tendermint/tm-db"
^
cmd/interchain-security-pd/cmd/root.go:16:2: import 'github.com/cosmos/cosmos-sdk/baseapp' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/baseapp"
^
cmd/interchain-security-pd/cmd/root.go:17:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
cmd/interchain-security-pd/cmd/root.go:18:2: import 'github.com/cosmos/cosmos-sdk/client/config' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/config"
^
cmd/interchain-security-pd/cmd/root.go:19:2: import 'github.com/cosmos/cosmos-sdk/client/debug' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/debug"
^
cmd/interchain-security-pd/cmd/root.go:20:2: import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/flags"
^
cmd/interchain-security-pd/cmd/root.go:21:2: import 'github.com/cosmos/cosmos-sdk/client/keys' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/keys"
^
cmd/interchain-security-pd/cmd/root.go:22:2: import 'github.com/cosmos/cosmos-sdk/client/pruning' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/pruning"
^
cmd/interchain-security-pd/cmd/root.go:23:2: import 'github.com/cosmos/cosmos-sdk/client/rpc' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/rpc"
^
cmd/interchain-security-pd/cmd/root.go:24:2: import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server"
^
cmd/interchain-security-pd/cmd/root.go:25:2: import 'github.com/cosmos/cosmos-sdk/server/types' is not allowed from list 'Main' (depguard)
servertypes "github.com/cosmos/cosmos-sdk/server/types"
^
cmd/interchain-security-pd/cmd/root.go:26:2: import 'github.com/cosmos/cosmos-sdk/snapshots' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/snapshots"
^
cmd/interchain-security-pd/cmd/root.go:27:2: import 'github.com/cosmos/cosmos-sdk/store' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/store"
^
cmd/interchain-security-pd/cmd/root.go:28:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
cmd/interchain-security-pd/cmd/root.go:29:2: import 'github.com/cosmos/cosmos-sdk/x/auth/client/cli' is not allowed from list 'Main' (depguard)
authcmd "github.com/cosmos/cosmos-sdk/x/auth/client/cli"
^
cmd/interchain-security-pd/cmd/root.go:30:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth/types"
^
cmd/interchain-security-pd/cmd/root.go:31:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
cmd/interchain-security-pd/cmd/root.go:32:2: import 'github.com/cosmos/cosmos-sdk/x/crisis' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/crisis"
^
cmd/interchain-security-pd/cmd/root.go:33:2: import 'github.com/cosmos/cosmos-sdk/x/genutil/client/cli' is not allowed from list 'Main' (depguard)
genutilcli "github.com/cosmos/cosmos-sdk/x/genutil/client/cli"
^
cmd/interchain-security-pd/cmd/root.go:34:2: import 'github.com/cosmos/interchain-security/v2/app/params' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/app/params"
^
cmd/interchain-security-pd/cmd/root.go:35:2: import 'github.com/cosmos/interchain-security/v2/app/provider' is not allowed from list 'Main' (depguard)
simapp "github.com/cosmos/interchain-security/v2/app/provider"
^
app/consumer-democracy/ante/forbidden_proposals_ante_test.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/consumer-democracy/ante/forbidden_proposals_ante_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
^
app/consumer-democracy/ante/forbidden_proposals_ante_test.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
app/consumer-democracy/ante/forbidden_proposals_ante_test.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
app/consumer-democracy/ante/forbidden_proposals_ante_test.go:10:2: import 'github.com/cosmos/cosmos-sdk/x/params/types/proposal' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/params/types/proposal"
^
app/consumer-democracy/ante/forbidden_proposals_ante_test.go:11:2: import 'github.com/cosmos/interchain-security/v2/app/consumer-democracy' is not allowed from list 'Main' (depguard)
app "github.com/cosmos/interchain-security/v2/app/consumer-democracy"
^
app/consumer-democracy/ante/forbidden_proposals_ante_test.go:12:2: import 'github.com/cosmos/interchain-security/v2/app/consumer-democracy/ante' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/app/consumer-democracy/ante"
^
app/consumer-democracy/ante/forbidden_proposals_ante_test.go:13:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
tests/difference/core/driver/common.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/difference/core/driver/common.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
tests/difference/core/driver/common.go:8:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
tests/difference/core/driver/common.go:9:2: import 'github.com/tendermint/tendermint/proto/tendermint/types' is not allowed from list 'Main' (depguard)
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
^
tests/difference/core/driver/common.go:10:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
tests/difference/core/driver/setup.go:9:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
^
tests/difference/core/driver/setup.go:10:2: import 'github.com/cosmos/cosmos-sdk/crypto/keys/ed25519' is not allowed from list 'Main' (depguard)
cosmosEd25519 "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
^
tests/difference/core/driver/setup.go:11:2: import 'github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
^
tests/difference/core/driver/setup.go:12:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/difference/core/driver/setup.go:13:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
^
tests/difference/core/driver/setup.go:14:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
tests/difference/core/driver/setup.go:15:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
tests/difference/core/driver/setup.go:16:2: import 'github.com/stretchr/testify/suite' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/suite"
^
tests/difference/core/driver/setup.go:17:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
tests/difference/core/driver/setup.go:18:2: import 'github.com/tendermint/tendermint/proto/tendermint/types' is not allowed from list 'Main' (depguard)
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
^
tests/difference/core/driver/setup.go:19:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
tests/difference/core/driver/setup.go:21:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing' is not allowed from list 'Main' (depguard)
ibctesting "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing"
^
tests/difference/core/driver/setup.go:23:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
tests/difference/core/driver/setup.go:24:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
tests/difference/core/driver/setup.go:26:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
tests/difference/core/driver/setup.go:27:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
tests/difference/core/driver/setup.go:28:2: import 'github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types' is not allowed from list 'Main' (depguard)
commitmenttypes "github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types"
^
tests/difference/core/driver/setup.go:29:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
tests/difference/core/driver/setup.go:30:2: import 'github.com/cosmos/ibc-go/v4/testing/mock' is not allowed from list 'Main' (depguard)
"github.com/cosmos/ibc-go/v4/testing/mock"
^
tests/difference/core/driver/setup.go:32:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/keeper' is not allowed from list 'Main' (depguard)
slashingkeeper "github.com/cosmos/cosmos-sdk/x/slashing/keeper"
^
tests/difference/core/driver/setup.go:33:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/types' is not allowed from list 'Main' (depguard)
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
^
tests/difference/core/driver/setup.go:34:2: import 'github.com/cosmos/cosmos-sdk/x/staking/keeper' is not allowed from list 'Main' (depguard)
stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"
^
tests/difference/core/driver/setup.go:35:2: import 'github.com/cosmos/interchain-security/v2/app/consumer' is not allowed from list 'Main' (depguard)
appConsumer "github.com/cosmos/interchain-security/v2/app/consumer"
^
tests/difference/core/driver/setup.go:36:2: import 'github.com/cosmos/interchain-security/v2/app/provider' is not allowed from list 'Main' (depguard)
appProvider "github.com/cosmos/interchain-security/v2/app/provider"
^
tests/difference/core/driver/setup.go:37:2: import 'github.com/cosmos/interchain-security/v2/testutil/ibc_testing' is not allowed from list 'Main' (depguard)
icstestingutils "github.com/cosmos/interchain-security/v2/testutil/ibc_testing"
^
tests/difference/core/driver/setup.go:38:2: import 'github.com/cosmos/interchain-security/v2/testutil/simibc' is not allowed from list 'Main' (depguard)
simibc "github.com/cosmos/interchain-security/v2/testutil/simibc"
^
tests/difference/core/driver/setup.go:39:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper' is not allowed from list 'Main' (depguard)
consumerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper"
^
tests/difference/core/driver/setup.go:40:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
tests/difference/core/driver/setup.go:41:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
providerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
tests/difference/core/driver/setup.go:43:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
tests/difference/core/driver/trace.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
tests/difference/core/driver/core_test.go:8:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/difference/core/driver/core_test.go:9:2: import 'github.com/stretchr/testify/suite' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/suite"
^
tests/difference/core/driver/core_test.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
tests/difference/core/driver/core_test.go:12:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/core' is not allowed from list 'Main' (depguard)
ibctestingcore "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/core"
^
tests/difference/core/driver/core_test.go:13:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing' is not allowed from list 'Main' (depguard)
ibctesting "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing"
^
tests/difference/core/driver/core_test.go:15:2: import 'github.com/cosmos/cosmos-sdk/x/staking/keeper' is not allowed from list 'Main' (depguard)
stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"
^
tests/difference/core/driver/core_test.go:16:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
tests/difference/core/driver/core_test.go:17:2: import 'github.com/cosmos/interchain-security/v2/app/consumer' is not allowed from list 'Main' (depguard)
appConsumer "github.com/cosmos/interchain-security/v2/app/consumer"
^
tests/difference/core/driver/core_test.go:18:2: import 'github.com/cosmos/interchain-security/v2/app/provider' is not allowed from list 'Main' (depguard)
appProvider "github.com/cosmos/interchain-security/v2/app/provider"
^
tests/difference/core/driver/core_test.go:20:2: import 'github.com/cosmos/interchain-security/v2/testutil/simibc' is not allowed from list 'Main' (depguard)
simibc "github.com/cosmos/interchain-security/v2/testutil/simibc"
^
tests/difference/core/driver/core_test.go:22:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/keeper' is not allowed from list 'Main' (depguard)
slashingkeeper "github.com/cosmos/cosmos-sdk/x/slashing/keeper"
^
tests/difference/core/driver/core_test.go:23:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper' is not allowed from list 'Main' (depguard)
consumerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper"
^
tests/difference/core/driver/setup_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/provider/keeper/distribution_test.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/distribution_test.go:7:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testutil "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/keeper/distribution_test.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/provider/keeper/distribution_test.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/distribution_test.go:10:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/provider/keeper/distribution_test.go:11:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/keeper/genesis_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/genesis_test.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
host "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
x/ccv/provider/keeper/genesis_test.go:9:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/provider/keeper/genesis_test.go:10:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/keeper/genesis_test.go:12:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/provider/keeper/genesis_test.go:13:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
x/ccv/provider/keeper/genesis_test.go:14:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/genesis_test.go:15:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/genesis_test.go:16:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/provider/keeper/genesis_test.go:17:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/keeper/hooks_test.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/hooks_test.go:7:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
cryptotestutil "github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/provider/keeper/hooks_test.go:8:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/keeper/hooks_test.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
providerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
x/ccv/provider/keeper/hooks_test.go:10:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/provider/keeper/keeper_test.go:9:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
x/ccv/provider/keeper/keeper_test.go:11:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/simapp' is not allowed from list 'Main' (depguard)
ibcsimapp "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/simapp"
^
x/ccv/provider/keeper/keeper_test.go:13:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
cryptotestutil "github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/provider/keeper/keeper_test.go:14:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/keeper/keeper_test.go:15:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/keeper_test.go:16:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/keeper_test.go:17:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/provider/keeper/keeper_test.go:18:2: import 'github.com/tendermint/tendermint/proto/tendermint/crypto' is not allowed from list 'Main' (depguard)
tmprotocrypto "github.com/tendermint/tendermint/proto/tendermint/crypto"
^
x/ccv/provider/keeper/keeper_test.go:20:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/keeper/key_assignment_test.go:10:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/key_assignment_test.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/provider/keeper/key_assignment_test.go:12:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
cryptotestutil "github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/provider/keeper/key_assignment_test.go:13:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/keeper/key_assignment_test.go:14:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/keeper/key_assignment_test.go:15:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/provider/keeper/key_assignment_test.go:16:2: import 'github.com/tendermint/tendermint/proto/tendermint/crypto' is not allowed from list 'Main' (depguard)
tmprotocrypto "github.com/tendermint/tendermint/proto/tendermint/crypto"
^
x/ccv/provider/keeper/key_assignment_test.go:18:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
providerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
x/ccv/provider/keeper/key_assignment_test.go:19:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/key_assignment_test.go:20:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/key_assignment_test.go:21:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/provider/keeper/migration_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
x/ccv/provider/keeper/migration_test.go:8:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
^
x/ccv/provider/keeper/migration_test.go:9:2: import 'github.com/cosmos/cosmos-sdk/store' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/store"
^
x/ccv/provider/keeper/migration_test.go:10:2: import 'github.com/cosmos/cosmos-sdk/store/types' is not allowed from list 'Main' (depguard)
storetypes "github.com/cosmos/cosmos-sdk/store/types"
^
x/ccv/provider/keeper/migration_test.go:11:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/migration_test.go:12:2: import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
^
x/ccv/provider/keeper/migration_test.go:13:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
types2 "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/provider/keeper/migration_test.go:14:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/provider/keeper/migration_test.go:15:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testutil "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/keeper/migration_test.go:16:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/provider/keeper/migration_test.go:17:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
providerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
x/ccv/provider/keeper/migration_test.go:18:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/migration_test.go:19:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/migration_test.go:20:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/keeper/migration_test.go:21:2: import 'github.com/tendermint/tendermint/libs/log' is not allowed from list 'Main' (depguard)
"github.com/tendermint/tendermint/libs/log"
^
x/ccv/provider/keeper/migration_test.go:22:2: import 'github.com/tendermint/tendermint/proto/tendermint/types' is not allowed from list 'Main' (depguard)
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
^
x/ccv/provider/keeper/migration_test.go:23:2: import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
tmdb "github.com/tendermint/tm-db"
^
x/ccv/provider/keeper/params_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/params_test.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/provider/keeper/params_test.go:9:2: import 'github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types' is not allowed from list 'Main' (depguard)
commitmenttypes "github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types"
^
x/ccv/provider/keeper/params_test.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/provider/keeper/params_test.go:11:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/keeper/params_test.go:12:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/params_test.go:13:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/keeper/proposal_test.go:10:2: import 'github.com/confio/ics23/go' is not allowed from list 'Main' (depguard)
_go "github.com/confio/ics23/go"
^
x/ccv/provider/keeper/proposal_test.go:11:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/proposal_test.go:12:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/types' is not allowed from list 'Main' (depguard)
evidencetypes "github.com/cosmos/cosmos-sdk/x/evidence/types"
^
x/ccv/provider/keeper/proposal_test.go:13:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/provider/keeper/proposal_test.go:14:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/provider/keeper/proposal_test.go:15:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/provider/keeper/proposal_test.go:16:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/provider/keeper/proposal_test.go:18:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/keeper/proposal_test.go:20:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
cryptoutil "github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/provider/keeper/proposal_test.go:21:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/keeper/proposal_test.go:22:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/provider/keeper/proposal_test.go:23:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
providerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
x/ccv/provider/keeper/proposal_test.go:24:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/proposal_test.go:25:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/relay_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
x/ccv/provider/keeper/relay_test.go:8:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/relay_test.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/provider/keeper/relay_test.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/provider/keeper/relay_test.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/provider/keeper/relay_test.go:12:2: import 'github.com/cosmos/ibc-go/v4/modules/core/exported' is not allowed from list 'Main' (depguard)
exported "github.com/cosmos/ibc-go/v4/modules/core/exported"
^
x/ccv/provider/keeper/relay_test.go:13:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/simapp' is not allowed from list 'Main' (depguard)
ibcsimapp "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/simapp"
^
x/ccv/provider/keeper/relay_test.go:14:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
cryptotestutil "github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/provider/keeper/relay_test.go:15:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/keeper/relay_test.go:16:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
x/ccv/provider/keeper/relay_test.go:17:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/relay_test.go:18:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/relay_test.go:19:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/provider/keeper/relay_test.go:20:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/provider/keeper/relay_test.go:22:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/keeper/throttle_test.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
x/ccv/provider/keeper/throttle_test.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/keeper/throttle_test.go:10:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/keeper/throttle_test.go:11:2: import 'github.com/golang/mock/gomock' is not allowed from list 'Main' (depguard)
"github.com/golang/mock/gomock"
^
x/ccv/provider/keeper/throttle_test.go:13:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdktypes "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/keeper/throttle_test.go:14:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
cryptoutil "github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/provider/keeper/throttle_test.go:15:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
testkeeper "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
x/ccv/provider/keeper/throttle_test.go:16:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/provider/keeper/throttle_test.go:17:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
x/ccv/provider/client/proposal_handler.go:12:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
x/ccv/provider/client/proposal_handler.go:13:2: import 'github.com/cosmos/cosmos-sdk/client/tx' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/tx"
^
x/ccv/provider/client/proposal_handler.go:14:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/client/proposal_handler.go:15:2: import 'github.com/cosmos/cosmos-sdk/types/rest' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/types/rest"
^
x/ccv/provider/client/proposal_handler.go:16:2: import 'github.com/cosmos/cosmos-sdk/x/gov/client' is not allowed from list 'Main' (depguard)
govclient "github.com/cosmos/cosmos-sdk/x/gov/client"
^
x/ccv/provider/client/proposal_handler.go:17:2: import 'github.com/cosmos/cosmos-sdk/x/gov/client/rest' is not allowed from list 'Main' (depguard)
govrest "github.com/cosmos/cosmos-sdk/x/gov/client/rest"
^
x/ccv/provider/client/proposal_handler.go:18:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
x/ccv/provider/client/proposal_handler.go:19:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/provider/client/proposal_handler.go:20:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/provider/client/proposal_handler.go:21:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/client/proposal_handler.go:22:2: import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
"github.com/spf13/cobra"
^
cmd/interchain-security-cd/cmd/genaccounts.go:9:2: import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
"github.com/spf13/cobra"
^
cmd/interchain-security-cd/cmd/genaccounts.go:11:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
cmd/interchain-security-cd/cmd/genaccounts.go:12:2: import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/flags"
^
cmd/interchain-security-cd/cmd/genaccounts.go:13:2: import 'github.com/cosmos/cosmos-sdk/crypto/keyring' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/crypto/keyring"
^
cmd/interchain-security-cd/cmd/genaccounts.go:14:2: import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server"
^
cmd/interchain-security-cd/cmd/genaccounts.go:15:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
cmd/interchain-security-cd/cmd/genaccounts.go:16:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
^
cmd/interchain-security-cd/cmd/genaccounts.go:17:2: import 'github.com/cosmos/cosmos-sdk/x/auth/vesting/types' is not allowed from list 'Main' (depguard)
authvesting "github.com/cosmos/cosmos-sdk/x/auth/vesting/types"
^
cmd/interchain-security-cd/cmd/genaccounts.go:18:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
cmd/interchain-security-cd/cmd/genaccounts.go:19:2: import 'github.com/cosmos/cosmos-sdk/x/genutil' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/genutil"
^
cmd/interchain-security-cd/cmd/genaccounts.go:20:2: import 'github.com/cosmos/cosmos-sdk/x/genutil/types' is not allowed from list 'Main' (depguard)
genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"
^
cmd/interchain-security-cd/cmd/root.go:9:2: import 'github.com/cosmos/cosmos-sdk/server/config' is not allowed from list 'Main' (depguard)
serverconfig "github.com/cosmos/cosmos-sdk/server/config"
^
cmd/interchain-security-cd/cmd/root.go:10:2: import 'github.com/spf13/cast' is not allowed from list 'Main' (depguard)
"github.com/spf13/cast"
^
cmd/interchain-security-cd/cmd/root.go:11:2: import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
"github.com/spf13/cobra"
^
cmd/interchain-security-cd/cmd/root.go:12:2: import 'github.com/tendermint/tendermint/libs/cli' is not allowed from list 'Main' (depguard)
tmcli "github.com/tendermint/tendermint/libs/cli"
^
cmd/interchain-security-cd/cmd/root.go:13:2: import 'github.com/tendermint/tendermint/libs/log' is not allowed from list 'Main' (depguard)
"github.com/tendermint/tendermint/libs/log"
^
cmd/interchain-security-cd/cmd/root.go:14:2: import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
dbm "github.com/tendermint/tm-db"
^
cmd/interchain-security-cd/cmd/root.go:16:2: import 'github.com/cosmos/cosmos-sdk/baseapp' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/baseapp"
^
cmd/interchain-security-cd/cmd/root.go:17:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
cmd/interchain-security-cd/cmd/root.go:18:2: import 'github.com/cosmos/cosmos-sdk/client/config' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/config"
^
cmd/interchain-security-cd/cmd/root.go:19:2: import 'github.com/cosmos/cosmos-sdk/client/debug' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/debug"
^
cmd/interchain-security-cd/cmd/root.go:20:2: import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/flags"
^
cmd/interchain-security-cd/cmd/root.go:21:2: import 'github.com/cosmos/cosmos-sdk/client/keys' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/keys"
^
cmd/interchain-security-cd/cmd/root.go:22:2: import 'github.com/cosmos/cosmos-sdk/client/pruning' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/pruning"
^
cmd/interchain-security-cd/cmd/root.go:23:2: import 'github.com/cosmos/cosmos-sdk/client/rpc' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/rpc"
^
cmd/interchain-security-cd/cmd/root.go:24:2: import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server"
^
cmd/interchain-security-cd/cmd/root.go:25:2: import 'github.com/cosmos/cosmos-sdk/server/types' is not allowed from list 'Main' (depguard)
servertypes "github.com/cosmos/cosmos-sdk/server/types"
^
cmd/interchain-security-cd/cmd/root.go:26:2: import 'github.com/cosmos/cosmos-sdk/snapshots' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/snapshots"
^
cmd/interchain-security-cd/cmd/root.go:27:2: import 'github.com/cosmos/cosmos-sdk/store' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/store"
^
cmd/interchain-security-cd/cmd/root.go:28:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
cmd/interchain-security-cd/cmd/root.go:29:2: import 'github.com/cosmos/cosmos-sdk/x/auth/client/cli' is not allowed from list 'Main' (depguard)
authcmd "github.com/cosmos/cosmos-sdk/x/auth/client/cli"
^
cmd/interchain-security-cd/cmd/root.go:30:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth/types"
^
cmd/interchain-security-cd/cmd/root.go:31:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
cmd/interchain-security-cd/cmd/root.go:32:2: import 'github.com/cosmos/cosmos-sdk/x/crisis' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/crisis"
^
cmd/interchain-security-cd/cmd/root.go:33:2: import 'github.com/cosmos/cosmos-sdk/x/genutil/client/cli' is not allowed from list 'Main' (depguard)
genutilcli "github.com/cosmos/cosmos-sdk/x/genutil/client/cli"
^
cmd/interchain-security-cd/cmd/root.go:34:2: import 'github.com/cosmos/interchain-security/v2/app/consumer' is not allowed from list 'Main' (depguard)
simapp "github.com/cosmos/interchain-security/v2/app/consumer"
^
cmd/interchain-security-cd/cmd/root.go:35:2: import 'github.com/cosmos/interchain-security/v2/app/params' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/app/params"
^
tests/e2e/actions.go:14:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/types' is not allowed from list 'Main' (depguard)
evidencetypes "github.com/cosmos/cosmos-sdk/x/evidence/types"
^
tests/e2e/actions.go:15:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
tests/e2e/actions.go:16:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
tests/e2e/actions.go:18:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/client"
^
tests/e2e/actions.go:19:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
tests/e2e/actions.go:20:2: import 'github.com/tidwall/gjson' is not allowed from list 'Main' (depguard)
"github.com/tidwall/gjson"
^
tests/e2e/main.go:15:2: import 'github.com/kylelemons/godebug/pretty' is not allowed from list 'Main' (depguard)
"github.com/kylelemons/godebug/pretty"
^
tests/e2e/state.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
tests/e2e/state.go:12:2: import 'github.com/tidwall/gjson' is not allowed from list 'Main' (depguard)
"github.com/tidwall/gjson"
^
tests/e2e/steps_start_chains.go:4:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
tests/difference/core/driver/seed_gen_fuzzy_test.go:9:2: import 'github.com/cosmos/cosmos-sdk/crypto/keys/ed25519' is not allowed from list 'Main' (depguard)
cosmosEd25519 "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
^
tests/difference/core/driver/seed_gen_fuzzy_test.go:10:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/difference/core/driver/seed_gen_fuzzy_test.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
tests/difference/core/driver/seed_gen_fuzzy_test.go:12:2: import 'github.com/cosmos/ibc-go/v4/testing/mock' is not allowed from list 'Main' (depguard)
mock "github.com/cosmos/ibc-go/v4/testing/mock"
^
tests/difference/core/driver/seed_gen_fuzzy_test.go:13:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
x/ccv/consumer/types/genesis_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/types/genesis_test.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/consumer/types/genesis_test.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/consumer/types/genesis_test.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types' is not allowed from list 'Main' (depguard)
commitmenttypes "github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types"
^
x/ccv/consumer/types/genesis_test.go:12:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/consumer/types/genesis_test.go:13:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/types/genesis_test.go:15:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/types/genesis_test.go:17:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
x/ccv/consumer/types/genesis_test.go:19:2: import 'github.com/cosmos/interchain-security/v2/testutil/crypto' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/testutil/crypto"
^
x/ccv/consumer/types/genesis_test.go:21:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/types/genesis_test.go:22:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/consumer/types/params_test.go:7:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/consumer/types/params_test.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/types/ccv.go:6:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/types/ccv.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/types/ccv.go:8:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/types/codec.go:4:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
x/ccv/types/codec.go:5:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
^
x/ccv/types/errors.go:4:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/types/expected_keepers.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/types/expected_keepers.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
auth "github.com/cosmos/cosmos-sdk/x/auth/types"
^
x/ccv/types/expected_keepers.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/capability/types' is not allowed from list 'Main' (depguard)
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"
^
x/ccv/types/expected_keepers.go:10:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/types' is not allowed from list 'Main' (depguard)
evidencetypes "github.com/cosmos/cosmos-sdk/x/evidence/types"
^
x/ccv/types/expected_keepers.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/types' is not allowed from list 'Main' (depguard)
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
^
x/ccv/types/expected_keepers.go:12:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/types/expected_keepers.go:13:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/types/expected_keepers.go:14:2: import 'github.com/cosmos/ibc-go/v4/modules/core/03-connection/types' is not allowed from list 'Main' (depguard)
conntypes "github.com/cosmos/ibc-go/v4/modules/core/03-connection/types"
^
x/ccv/types/expected_keepers.go:15:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/types/expected_keepers.go:16:2: import 'github.com/cosmos/ibc-go/v4/modules/core/exported' is not allowed from list 'Main' (depguard)
ibcexported "github.com/cosmos/ibc-go/v4/modules/core/exported"
^
x/ccv/types/expected_keepers.go:18:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/types/shared_params.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdktypes "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/types/shared_params.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
ibchost "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
x/ccv/types/utils.go:8:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/types/utils.go:9:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
x/ccv/types/utils.go:10:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/types/utils.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/types/utils.go:12:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/types/utils.go:13:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
host "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
x/ccv/types/utils.go:14:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/types/utils.go:15:2: import 'github.com/tendermint/tendermint/proto/tendermint/crypto' is not allowed from list 'Main' (depguard)
tmprotocrypto "github.com/tendermint/tendermint/proto/tendermint/crypto"
^
app/consumer/ante_handler.go:4:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
app/consumer/ante_handler.go:5:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/consumer/ante_handler.go:6:2: import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
^
app/consumer/ante_handler.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/auth/ante' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth/ante"
^
app/consumer/ante_handler.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/ante' is not allowed from list 'Main' (depguard)
ibcante "github.com/cosmos/ibc-go/v4/modules/core/ante"
^
app/consumer/ante_handler.go:9:2: import 'github.com/cosmos/ibc-go/v4/modules/core/keeper' is not allowed from list 'Main' (depguard)
ibckeeper "github.com/cosmos/ibc-go/v4/modules/core/keeper"
^
app/consumer/ante_handler.go:10:2: import 'github.com/cosmos/interchain-security/v2/app/consumer/ante' is not allowed from list 'Main' (depguard)
consumerante "github.com/cosmos/interchain-security/v2/app/consumer/ante"
^
app/consumer/ante_handler.go:11:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper' is not allowed from list 'Main' (depguard)
ibcconsumerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper"
^
app/consumer/app.go:11:2: import 'github.com/cosmos/cosmos-sdk/baseapp' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/baseapp"
^
app/consumer/app.go:12:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
app/consumer/app.go:13:2: import 'github.com/cosmos/cosmos-sdk/client/grpc/tmservice' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/grpc/tmservice"
^
app/consumer/app.go:14:2: import 'github.com/cosmos/cosmos-sdk/client/rpc' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/rpc"
^
app/consumer/app.go:15:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
app/consumer/app.go:16:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec/types"
^
app/consumer/app.go:17:2: import 'github.com/cosmos/cosmos-sdk/server/api' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server/api"
^
app/consumer/app.go:18:2: import 'github.com/cosmos/cosmos-sdk/server/config' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server/config"
^
app/consumer/app.go:19:2: import 'github.com/cosmos/cosmos-sdk/server/types' is not allowed from list 'Main' (depguard)
servertypes "github.com/cosmos/cosmos-sdk/server/types"
^
app/consumer/app.go:20:2: import 'github.com/cosmos/cosmos-sdk/simapp' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/simapp"
^
app/consumer/app.go:21:2: import 'github.com/cosmos/cosmos-sdk/std' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/std"
^
app/consumer/app.go:22:2: import 'github.com/cosmos/cosmos-sdk/store/types' is not allowed from list 'Main' (depguard)
store "github.com/cosmos/cosmos-sdk/store/types"
^
app/consumer/app.go:23:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/consumer/app.go:24:2: import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/types/module"
^
app/consumer/app.go:25:2: import 'github.com/cosmos/cosmos-sdk/version' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/version"
^
app/consumer/app.go:26:2: import 'github.com/cosmos/cosmos-sdk/x/auth' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth"
^
app/consumer/app.go:27:2: import 'github.com/cosmos/cosmos-sdk/x/auth/ante' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth/ante"
^
app/consumer/app.go:28:2: import 'github.com/cosmos/cosmos-sdk/x/auth/client/rest' is not allowed from list 'Main' (depguard)
authrest "github.com/cosmos/cosmos-sdk/x/auth/client/rest"
^
app/consumer/app.go:29:2: import 'github.com/cosmos/cosmos-sdk/x/auth/keeper' is not allowed from list 'Main' (depguard)
authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper"
^
app/consumer/app.go:30:2: import 'github.com/cosmos/cosmos-sdk/x/auth/simulation' is not allowed from list 'Main' (depguard)
authsims "github.com/cosmos/cosmos-sdk/x/auth/simulation"
^
app/consumer/app.go:31:2: import 'github.com/cosmos/cosmos-sdk/x/auth/tx' is not allowed from list 'Main' (depguard)
authtx "github.com/cosmos/cosmos-sdk/x/auth/tx"
^
app/consumer/app.go:32:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
^
app/consumer/app.go:33:2: import 'github.com/cosmos/cosmos-sdk/x/auth/vesting' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth/vesting"
^
app/consumer/app.go:34:2: import 'github.com/cosmos/cosmos-sdk/x/auth/vesting/types' is not allowed from list 'Main' (depguard)
vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types"
^
app/consumer/app.go:35:2: import 'github.com/cosmos/cosmos-sdk/x/authz' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/authz"
^
app/consumer/app.go:36:2: import 'github.com/cosmos/cosmos-sdk/x/authz/keeper' is not allowed from list 'Main' (depguard)
authzkeeper "github.com/cosmos/cosmos-sdk/x/authz/keeper"
^
app/consumer/app.go:37:2: import 'github.com/cosmos/cosmos-sdk/x/authz/module' is not allowed from list 'Main' (depguard)
authzmodule "github.com/cosmos/cosmos-sdk/x/authz/module"
^
app/consumer/app.go:38:2: import 'github.com/cosmos/cosmos-sdk/x/bank' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/bank"
^
app/consumer/app.go:39:2: import 'github.com/cosmos/cosmos-sdk/x/bank/keeper' is not allowed from list 'Main' (depguard)
bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper"
^
app/consumer/app.go:40:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
app/consumer/app.go:41:2: import 'github.com/cosmos/cosmos-sdk/x/capability' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/capability"
^
app/consumer/app.go:42:2: import 'github.com/cosmos/cosmos-sdk/x/capability/keeper' is not allowed from list 'Main' (depguard)
capabilitykeeper "github.com/cosmos/cosmos-sdk/x/capability/keeper"
^
app/consumer/app.go:43:2: import 'github.com/cosmos/cosmos-sdk/x/capability/types' is not allowed from list 'Main' (depguard)
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"
^
app/consumer/app.go:44:2: import 'github.com/cosmos/cosmos-sdk/x/crisis' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/crisis"
^
app/consumer/app.go:45:2: import 'github.com/cosmos/cosmos-sdk/x/crisis/keeper' is not allowed from list 'Main' (depguard)
crisiskeeper "github.com/cosmos/cosmos-sdk/x/crisis/keeper"
^
app/consumer/app.go:46:2: import 'github.com/cosmos/cosmos-sdk/x/crisis/types' is not allowed from list 'Main' (depguard)
crisistypes "github.com/cosmos/cosmos-sdk/x/crisis/types"
^
app/consumer/app.go:47:2: import 'github.com/cosmos/cosmos-sdk/x/evidence' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/evidence"
^
app/consumer/app.go:48:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/keeper' is not allowed from list 'Main' (depguard)
evidencekeeper "github.com/cosmos/cosmos-sdk/x/evidence/keeper"
^
app/consumer/app.go:49:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/types' is not allowed from list 'Main' (depguard)
evidencetypes "github.com/cosmos/cosmos-sdk/x/evidence/types"
^
app/consumer/app.go:50:2: import 'github.com/cosmos/cosmos-sdk/x/feegrant' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/feegrant"
^
app/consumer/app.go:51:2: import 'github.com/cosmos/cosmos-sdk/x/feegrant/keeper' is not allowed from list 'Main' (depguard)
feegrantkeeper "github.com/cosmos/cosmos-sdk/x/feegrant/keeper"
^
app/consumer/app.go:52:2: import 'github.com/cosmos/cosmos-sdk/x/feegrant/module' is not allowed from list 'Main' (depguard)
feegrantmodule "github.com/cosmos/cosmos-sdk/x/feegrant/module"
^
app/consumer/app.go:53:2: import 'github.com/cosmos/cosmos-sdk/x/params' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/params"
^
app/consumer/app.go:54:2: import 'github.com/cosmos/cosmos-sdk/x/params/keeper' is not allowed from list 'Main' (depguard)
paramskeeper "github.com/cosmos/cosmos-sdk/x/params/keeper"
^
app/consumer/app.go:55:2: import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
paramstypes "github.com/cosmos/cosmos-sdk/x/params/types"
^
app/consumer/app.go:56:2: import 'github.com/cosmos/cosmos-sdk/x/slashing' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/slashing"
^
app/consumer/app.go:57:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/keeper' is not allowed from list 'Main' (depguard)
slashingkeeper "github.com/cosmos/cosmos-sdk/x/slashing/keeper"
^
app/consumer/app.go:58:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/types' is not allowed from list 'Main' (depguard)
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
^
app/consumer/app.go:59:2: import 'github.com/cosmos/cosmos-sdk/x/upgrade' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/upgrade"
^
app/consumer/app.go:60:2: import 'github.com/cosmos/cosmos-sdk/x/upgrade/keeper' is not allowed from list 'Main' (depguard)
upgradekeeper "github.com/cosmos/cosmos-sdk/x/upgrade/keeper"
^
app/consumer/app.go:61:2: import 'github.com/cosmos/cosmos-sdk/x/upgrade/types' is not allowed from list 'Main' (depguard)
upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types"
^
app/consumer/app.go:62:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer' is not allowed from list 'Main' (depguard)
"github.com/cosmos/ibc-go/v4/modules/apps/transfer"
^
app/consumer/app.go:63:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer/keeper' is not allowed from list 'Main' (depguard)
ibctransferkeeper "github.com/cosmos/ibc-go/v4/modules/apps/transfer/keeper"
^
app/consumer/app.go:64:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer/types' is not allowed from list 'Main' (depguard)
ibctransfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
^
app/consumer/app.go:65:2: import 'github.com/cosmos/ibc-go/v4/modules/core' is not allowed from list 'Main' (depguard)
ibc "github.com/cosmos/ibc-go/v4/modules/core"
^
app/consumer/app.go:66:2: import 'github.com/cosmos/ibc-go/v4/modules/core/03-connection/types' is not allowed from list 'Main' (depguard)
ibcconnectiontypes "github.com/cosmos/ibc-go/v4/modules/core/03-connection/types"
^
app/consumer/app.go:67:2: import 'github.com/cosmos/ibc-go/v4/modules/core/05-port/types' is not allowed from list 'Main' (depguard)
porttypes "github.com/cosmos/ibc-go/v4/modules/core/05-port/types"
^
app/consumer/app.go:68:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
ibchost "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
app/consumer/app.go:69:2: import 'github.com/cosmos/ibc-go/v4/modules/core/keeper' is not allowed from list 'Main' (depguard)
ibckeeper "github.com/cosmos/ibc-go/v4/modules/core/keeper"
^
app/consumer/app.go:70:2: import 'github.com/cosmos/interchain-security/v2/app/params' is not allowed from list 'Main' (depguard)
appparams "github.com/cosmos/interchain-security/v2/app/params"
^
app/consumer/app.go:71:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/core' is not allowed from list 'Main' (depguard)
ibctestingcore "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/core"
^
app/consumer/app.go:72:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing' is not allowed from list 'Main' (depguard)
ibctesting "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing"
^
app/consumer/app.go:73:2: import 'github.com/gorilla/mux' is not allowed from list 'Main' (depguard)
"github.com/gorilla/mux"
^
app/consumer/app.go:74:2: import 'github.com/rakyll/statik/fs' is not allowed from list 'Main' (depguard)
"github.com/rakyll/statik/fs"
^
app/consumer/app.go:75:2: import 'github.com/spf13/cast' is not allowed from list 'Main' (depguard)
"github.com/spf13/cast"
^
app/consumer/app.go:76:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
app/consumer/app.go:77:2: import 'github.com/tendermint/tendermint/libs/json' is not allowed from list 'Main' (depguard)
tmjson "github.com/tendermint/tendermint/libs/json"
^
app/consumer/app.go:78:2: import 'github.com/tendermint/tendermint/libs/log' is not allowed from list 'Main' (depguard)
"github.com/tendermint/tendermint/libs/log"
^
app/consumer/app.go:79:2: import 'github.com/tendermint/tendermint/libs/os' is not allowed from list 'Main' (depguard)
tmos "github.com/tendermint/tendermint/libs/os"
^
app/consumer/app.go:80:2: import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
dbm "github.com/tendermint/tm-db"
^
app/consumer/app.go:82:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer' is not allowed from list 'Main' (depguard)
ibcconsumer "github.com/cosmos/interchain-security/v2/x/ccv/consumer"
^
app/consumer/app.go:83:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper' is not allowed from list 'Main' (depguard)
ibcconsumerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper"
^
app/consumer/app.go:84:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
ibcconsumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
app/consumer/app.go:87:2: import 'github.com/cosmos/cosmos-sdk/client/docs/statik' is not allowed from list 'Main' (depguard)
_ "github.com/cosmos/cosmos-sdk/client/docs/statik"
^
app/consumer/app.go:88:2: import 'github.com/cosmos/interchain-security/v2/testutil/integration' is not allowed from list 'Main' (depguard)
testutil "github.com/cosmos/interchain-security/v2/testutil/integration"
^
app/consumer/export.go:7:2: import 'github.com/tendermint/tendermint/proto/tendermint/types' is not allowed from list 'Main' (depguard)
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
^
app/consumer/export.go:9:2: import 'github.com/cosmos/cosmos-sdk/server/types' is not allowed from list 'Main' (depguard)
servertypes "github.com/cosmos/cosmos-sdk/server/types"
^
app/consumer/export.go:10:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/consumer/export.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/types' is not allowed from list 'Main' (depguard)
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
^
app/consumer/export.go:12:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
app/consumer/genesis.go:6:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
tests/integration/changeover.go:4:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer/types' is not allowed from list 'Main' (depguard)
transfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
^
tests/integration/changeover.go:5:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
tests/integration/common.go:7:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
tests/integration/common.go:8:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/integration/common.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/types' is not allowed from list 'Main' (depguard)
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
^
tests/integration/common.go:10:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
tests/integration/common.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
tests/integration/common.go:12:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
tests/integration/common.go:13:2: import 'github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types' is not allowed from list 'Main' (depguard)
commitmenttypes "github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types"
^
tests/integration/common.go:14:2: import 'github.com/cosmos/ibc-go/v4/modules/core/exported' is not allowed from list 'Main' (depguard)
"github.com/cosmos/ibc-go/v4/modules/core/exported"
^
tests/integration/common.go:15:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctm "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
tests/integration/common.go:16:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing' is not allowed from list 'Main' (depguard)
ibctesting "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing"
^
tests/integration/common.go:17:2: import 'github.com/cosmos/interchain-security/v2/testutil/ibc_testing' is not allowed from list 'Main' (depguard)
icstestingutils "github.com/cosmos/interchain-security/v2/testutil/ibc_testing"
^
tests/integration/common.go:18:2: import 'github.com/cosmos/interchain-security/v2/testutil/integration' is not allowed from list 'Main' (depguard)
testutil "github.com/cosmos/interchain-security/v2/testutil/integration"
^
tests/integration/common.go:19:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
tests/integration/common.go:20:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
tests/integration/common.go:21:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
tests/integration/common.go:22:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
tests/integration/common.go:23:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
tests/integration/democracy.go:9:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/integration/democracy.go:10:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing' is not allowed from list 'Main' (depguard)
ibctesting "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing"
^
tests/integration/democracy.go:11:2: import 'github.com/cosmos/interchain-security/v2/testutil/ibc_testing' is not allowed from list 'Main' (depguard)
icstestingutils "github.com/cosmos/interchain-security/v2/testutil/ibc_testing"
^
tests/integration/democracy.go:13:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
^
tests/integration/democracy.go:14:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
tests/integration/democracy.go:15:2: import 'github.com/cosmos/cosmos-sdk/x/mint/types' is not allowed from list 'Main' (depguard)
minttypes "github.com/cosmos/cosmos-sdk/x/mint/types"
^
tests/integration/democracy.go:16:2: import 'github.com/cosmos/cosmos-sdk/x/params/types/proposal' is not allowed from list 'Main' (depguard)
proposaltypes "github.com/cosmos/cosmos-sdk/x/params/types/proposal"
^
tests/integration/democracy.go:17:2: import 'github.com/cosmos/interchain-security/v2/testutil/integration' is not allowed from list 'Main' (depguard)
testutil "github.com/cosmos/interchain-security/v2/testutil/integration"
^
tests/integration/democracy.go:18:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
tests/integration/democracy.go:19:2: import 'github.com/stretchr/testify/suite' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/suite"
^
tests/integration/distribution.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/integration/distribution.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
^
tests/integration/distribution.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
tests/integration/distribution.go:9:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer/types' is not allowed from list 'Main' (depguard)
transfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
^
tests/integration/distribution.go:10:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
tests/integration/distribution.go:11:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
tests/integration/distribution.go:12:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
tests/integration/expired_client.go:6:2: import 'github.com/cosmos/cosmos-sdk/crypto/keys/ed25519' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
^
tests/integration/expired_client.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/integration/expired_client.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
tests/integration/expired_client.go:9:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
tests/integration/expired_client.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/core/exported' is not allowed from list 'Main' (depguard)
ibcexported "github.com/cosmos/ibc-go/v4/modules/core/exported"
^
tests/integration/expired_client.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctm "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
tests/integration/expired_client.go:12:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing' is not allowed from list 'Main' (depguard)
ibctesting "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing"
^
tests/integration/expired_client.go:13:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
tests/integration/expired_client.go:14:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
tests/integration/key_assignment.go:4:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/integration/key_assignment.go:5:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
tests/integration/key_assignment.go:6:2: import 'github.com/cosmos/ibc-go/v4/testing/mock' is not allowed from list 'Main' (depguard)
"github.com/cosmos/ibc-go/v4/testing/mock"
^
tests/integration/key_assignment.go:7:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
providerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
tests/integration/key_assignment.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
tests/integration/key_assignment.go:9:2: import 'github.com/tendermint/tendermint/crypto/encoding' is not allowed from list 'Main' (depguard)
tmencoding "github.com/tendermint/tendermint/crypto/encoding"
^
tests/integration/key_assignment.go:10:2: import 'github.com/tendermint/tendermint/proto/tendermint/crypto' is not allowed from list 'Main' (depguard)
tmprotocrypto "github.com/tendermint/tendermint/proto/tendermint/crypto"
^
tests/integration/normal_operations.go:4:2: import 'github.com/cosmos/cosmos-sdk/crypto/keys/ed25519' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
^
tests/integration/normal_operations.go:5:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
tests/integration/normal_operations.go:6:2: import 'github.com/tendermint/tendermint/proto/tendermint/types' is not allowed from list 'Main' (depguard)
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
^
tests/integration/setup.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/integration/setup.go:7:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
tests/integration/setup.go:8:2: import 'github.com/cosmos/ibc-go/v4/testing/mock' is not allowed from list 'Main' (depguard)
"github.com/cosmos/ibc-go/v4/testing/mock"
^
tests/integration/setup.go:9:2: import 'github.com/cosmos/interchain-security/v2/testutil/integration' is not allowed from list 'Main' (depguard)
testutil "github.com/cosmos/interchain-security/v2/testutil/integration"
^
tests/integration/setup.go:10:2: import 'github.com/tendermint/tendermint/crypto/encoding' is not allowed from list 'Main' (depguard)
tmencoding "github.com/tendermint/tendermint/crypto/encoding"
^
tests/integration/setup.go:12:2: import 'github.com/cosmos/interchain-security/v2/testutil/ibc_testing' is not allowed from list 'Main' (depguard)
icstestingutils "github.com/cosmos/interchain-security/v2/testutil/ibc_testing"
^
tests/integration/setup.go:13:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
tests/integration/setup.go:14:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
tests/integration/setup.go:16:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer/types' is not allowed from list 'Main' (depguard)
transfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
^
tests/integration/setup.go:17:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
tests/integration/setup.go:18:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing' is not allowed from list 'Main' (depguard)
ibctesting "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing"
^
tests/integration/setup.go:20:2: import 'github.com/stretchr/testify/suite' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/suite"
^
tests/integration/slashing.go:7:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
tests/integration/slashing.go:8:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/integration/slashing.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/types' is not allowed from list 'Main' (depguard)
evidencetypes "github.com/cosmos/cosmos-sdk/x/evidence/types"
^
tests/integration/slashing.go:10:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/types' is not allowed from list 'Main' (depguard)
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
^
tests/integration/slashing.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
tests/integration/slashing.go:12:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
tests/integration/slashing.go:14:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
tests/integration/slashing.go:15:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
tests/integration/slashing.go:16:2: import 'github.com/cosmos/interchain-security/v2/testutil/keeper' is not allowed from list 'Main' (depguard)
keepertestutil "github.com/cosmos/interchain-security/v2/testutil/keeper"
^
tests/integration/slashing.go:17:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
tests/integration/slashing.go:18:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
tests/integration/slashing.go:20:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
tests/integration/slashing.go:21:2: import 'github.com/tendermint/tendermint/crypto/ed25519' is not allowed from list 'Main' (depguard)
"github.com/tendermint/tendermint/crypto/ed25519"
^
tests/integration/stop_consumer.go:4:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/integration/stop_consumer.go:5:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
tests/integration/stop_consumer.go:6:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
tests/integration/stop_consumer.go:7:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
tests/integration/stop_consumer.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
tests/integration/stop_consumer.go:9:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
tests/integration/throttle.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/integration/throttle.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
tests/integration/throttle.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
tests/integration/throttle.go:9:2: import 'github.com/cosmos/interchain-security/v2/testutil/ibc_testing' is not allowed from list 'Main' (depguard)
icstestingutils "github.com/cosmos/interchain-security/v2/testutil/ibc_testing"
^
tests/integration/throttle.go:10:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
tests/integration/throttle.go:11:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
tests/integration/throttle.go:12:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
tests/integration/unbonding.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/integration/unbonding.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
providerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
tests/integration/unbonding.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
tests/integration/valset_update.go:6:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
tests/integration/valset_update.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
tests/integration/valset_update.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
tests/integration/valset_update.go:9:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
tests/integration/valset_update.go:10:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
tests/integration/valset_update.go:11:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
cmd/interchain-security-cdd/cmd/genaccounts.go:9:2: import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
"github.com/spf13/cobra"
^
cmd/interchain-security-cdd/cmd/genaccounts.go:11:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
cmd/interchain-security-cdd/cmd/genaccounts.go:12:2: import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/flags"
^
cmd/interchain-security-cdd/cmd/genaccounts.go:13:2: import 'github.com/cosmos/cosmos-sdk/crypto/keyring' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/crypto/keyring"
^
cmd/interchain-security-cdd/cmd/genaccounts.go:14:2: import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server"
^
cmd/interchain-security-cdd/cmd/genaccounts.go:15:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
cmd/interchain-security-cdd/cmd/genaccounts.go:16:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
^
cmd/interchain-security-cdd/cmd/genaccounts.go:17:2: import 'github.com/cosmos/cosmos-sdk/x/auth/vesting/types' is not allowed from list 'Main' (depguard)
authvesting "github.com/cosmos/cosmos-sdk/x/auth/vesting/types"
^
cmd/interchain-security-cdd/cmd/genaccounts.go:18:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
cmd/interchain-security-cdd/cmd/genaccounts.go:19:2: import 'github.com/cosmos/cosmos-sdk/x/genutil' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/genutil"
^
cmd/interchain-security-cdd/cmd/genaccounts.go:20:2: import 'github.com/cosmos/cosmos-sdk/x/genutil/types' is not allowed from list 'Main' (depguard)
genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"
^
cmd/interchain-security-cdd/cmd/root.go:9:2: import 'github.com/cosmos/cosmos-sdk/server/config' is not allowed from list 'Main' (depguard)
serverconfig "github.com/cosmos/cosmos-sdk/server/config"
^
cmd/interchain-security-cdd/cmd/root.go:10:2: import 'github.com/spf13/cast' is not allowed from list 'Main' (depguard)
"github.com/spf13/cast"
^
cmd/interchain-security-cdd/cmd/root.go:11:2: import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
"github.com/spf13/cobra"
^
cmd/interchain-security-cdd/cmd/root.go:12:2: import 'github.com/tendermint/tendermint/libs/cli' is not allowed from list 'Main' (depguard)
tmcli "github.com/tendermint/tendermint/libs/cli"
^
cmd/interchain-security-cdd/cmd/root.go:13:2: import 'github.com/tendermint/tendermint/libs/log' is not allowed from list 'Main' (depguard)
"github.com/tendermint/tendermint/libs/log"
^
cmd/interchain-security-cdd/cmd/root.go:14:2: import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
dbm "github.com/tendermint/tm-db"
^
cmd/interchain-security-cdd/cmd/root.go:16:2: import 'github.com/cosmos/cosmos-sdk/baseapp' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/baseapp"
^
cmd/interchain-security-cdd/cmd/root.go:17:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
cmd/interchain-security-cdd/cmd/root.go:18:2: import 'github.com/cosmos/cosmos-sdk/client/config' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/config"
^
cmd/interchain-security-cdd/cmd/root.go:19:2: import 'github.com/cosmos/cosmos-sdk/client/debug' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/debug"
^
cmd/interchain-security-cdd/cmd/root.go:20:2: import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/flags"
^
cmd/interchain-security-cdd/cmd/root.go:21:2: import 'github.com/cosmos/cosmos-sdk/client/keys' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/keys"
^
cmd/interchain-security-cdd/cmd/root.go:22:2: import 'github.com/cosmos/cosmos-sdk/client/pruning' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/pruning"
^
cmd/interchain-security-cdd/cmd/root.go:23:2: import 'github.com/cosmos/cosmos-sdk/client/rpc' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/rpc"
^
cmd/interchain-security-cdd/cmd/root.go:24:2: import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server"
^
cmd/interchain-security-cdd/cmd/root.go:25:2: import 'github.com/cosmos/cosmos-sdk/server/types' is not allowed from list 'Main' (depguard)
servertypes "github.com/cosmos/cosmos-sdk/server/types"
^
cmd/interchain-security-cdd/cmd/root.go:26:2: import 'github.com/cosmos/cosmos-sdk/snapshots' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/snapshots"
^
cmd/interchain-security-cdd/cmd/root.go:27:2: import 'github.com/cosmos/cosmos-sdk/store' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/store"
^
cmd/interchain-security-cdd/cmd/root.go:28:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
cmd/interchain-security-cdd/cmd/root.go:29:2: import 'github.com/cosmos/cosmos-sdk/x/auth/client/cli' is not allowed from list 'Main' (depguard)
authcmd "github.com/cosmos/cosmos-sdk/x/auth/client/cli"
^
cmd/interchain-security-cdd/cmd/root.go:30:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth/types"
^
cmd/interchain-security-cdd/cmd/root.go:31:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
cmd/interchain-security-cdd/cmd/root.go:32:2: import 'github.com/cosmos/cosmos-sdk/x/crisis' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/crisis"
^
cmd/interchain-security-cdd/cmd/root.go:33:2: import 'github.com/cosmos/cosmos-sdk/x/genutil/client/cli' is not allowed from list 'Main' (depguard)
genutilcli "github.com/cosmos/cosmos-sdk/x/genutil/client/cli"
^
cmd/interchain-security-cdd/cmd/root.go:34:2: import 'github.com/cosmos/interchain-security/v2/app/consumer-democracy' is not allowed from list 'Main' (depguard)
simapp "github.com/cosmos/interchain-security/v2/app/consumer-democracy"
^
cmd/interchain-security-cdd/cmd/root.go:35:2: import 'github.com/cosmos/interchain-security/v2/app/params' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/app/params"
^
x/ccv/types/ccv_test.go:6:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
x/ccv/types/ccv_test.go:7:2: import 'github.com/cosmos/cosmos-sdk/crypto/keys/ed25519' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
^
x/ccv/types/ccv_test.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/types/ccv_test.go:9:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/types/ccv_test.go:10:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/types/utils_test.go:6:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
x/ccv/types/utils_test.go:7:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/simapp' is not allowed from list 'Main' (depguard)
ibcsimapp "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/simapp"
^
x/ccv/types/utils_test.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/types/utils_test.go:9:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
x/ccv/types/utils_test.go:10:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/client/cli/query.go:4:2: import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
"github.com/spf13/cobra"
^
x/ccv/consumer/client/cli/query.go:6:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
x/ccv/consumer/client/cli/query.go:7:2: import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/flags"
^
x/ccv/consumer/client/cli/query.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
app/consumer-democracy/ante/forbidden_proposals_ante.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/consumer-democracy/ante/forbidden_proposals_ante.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
x/ccv/democracy/distribution/module.go:6:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
x/ccv/democracy/distribution/module.go:7:2: import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/types/module"
^
x/ccv/democracy/distribution/module.go:9:2: import 'github.com/cosmos/cosmos-sdk/telemetry' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/telemetry"
^
x/ccv/democracy/distribution/module.go:10:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/democracy/distribution/module.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/distribution' is not allowed from list 'Main' (depguard)
distr "github.com/cosmos/cosmos-sdk/x/distribution"
^
x/ccv/democracy/distribution/module.go:12:2: import 'github.com/cosmos/cosmos-sdk/x/distribution/keeper' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/distribution/keeper"
^
x/ccv/democracy/distribution/module.go:13:2: import 'github.com/cosmos/cosmos-sdk/x/staking/keeper' is not allowed from list 'Main' (depguard)
stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"
^
x/ccv/democracy/distribution/module.go:14:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/democracy/distribution/module.go:15:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/democracy/distribution/module.go:17:2: import 'github.com/cosmos/cosmos-sdk/x/distribution/types' is not allowed from list 'Main' (depguard)
distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types"
^
x/ccv/democracy/distribution/module.go:18:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/ibc_module.go:7:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/consumer/ibc_module.go:8:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/ibc_module.go:9:2: import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
^
x/ccv/consumer/ibc_module.go:10:2: import 'github.com/cosmos/cosmos-sdk/x/capability/types' is not allowed from list 'Main' (depguard)
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"
^
x/ccv/consumer/ibc_module.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer/types' is not allowed from list 'Main' (depguard)
transfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
^
x/ccv/consumer/ibc_module.go:12:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/consumer/ibc_module.go:13:2: import 'github.com/cosmos/ibc-go/v4/modules/core/05-port/types' is not allowed from list 'Main' (depguard)
porttypes "github.com/cosmos/ibc-go/v4/modules/core/05-port/types"
^
x/ccv/consumer/ibc_module.go:14:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
host "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
x/ccv/consumer/ibc_module.go:15:2: import 'github.com/cosmos/ibc-go/v4/modules/core/exported' is not allowed from list 'Main' (depguard)
ibcexported "github.com/cosmos/ibc-go/v4/modules/core/exported"
^
x/ccv/consumer/ibc_module.go:16:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper"
^
x/ccv/consumer/ibc_module.go:17:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/ibc_module.go:18:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/consumer/ibc_module.go:19:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/module.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
^
x/ccv/consumer/module.go:10:2: import 'github.com/gorilla/mux' is not allowed from list 'Main' (depguard)
"github.com/gorilla/mux"
^
x/ccv/consumer/module.go:11:2: import 'github.com/grpc-ecosystem/grpc-gateway/runtime' is not allowed from list 'Main' (depguard)
"github.com/grpc-ecosystem/grpc-gateway/runtime"
^
x/ccv/consumer/module.go:12:2: import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
"github.com/spf13/cobra"
^
x/ccv/consumer/module.go:13:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/module.go:15:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
x/ccv/consumer/module.go:16:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
x/ccv/consumer/module.go:17:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
^
x/ccv/consumer/module.go:18:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/module.go:19:2: import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/types/module"
^
x/ccv/consumer/module.go:20:2: import 'github.com/cosmos/cosmos-sdk/types/simulation' is not allowed from list 'Main' (depguard)
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
^
x/ccv/consumer/module.go:21:2: import 'github.com/cosmos/ibc-go/v4/modules/core/05-port/types' is not allowed from list 'Main' (depguard)
porttypes "github.com/cosmos/ibc-go/v4/modules/core/05-port/types"
^
x/ccv/consumer/module.go:23:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/client/cli' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/client/cli"
^
x/ccv/consumer/module.go:24:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper"
^
x/ccv/consumer/module.go:26:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
cmd/interchain-security-cd/main.go:6:2: import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server"
^
cmd/interchain-security-cd/main.go:7:2: import 'github.com/cosmos/cosmos-sdk/server/cmd' is not allowed from list 'Main' (depguard)
svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"
^
cmd/interchain-security-cd/main.go:8:2: import 'github.com/cosmos/interchain-security/v2/app/consumer' is not allowed from list 'Main' (depguard)
app "github.com/cosmos/interchain-security/v2/app/consumer"
^
cmd/interchain-security-cd/main.go:9:2: import 'github.com/cosmos/interchain-security/v2/cmd/interchain-security-cd/cmd' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/cmd/interchain-security-cd/cmd"
^
x/ccv/consumer/keeper/changeover.go:4:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/changeover.go:5:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/keeper/distribution.go:7:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/consumer/keeper/distribution.go:8:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/distribution.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer/types' is not allowed from list 'Main' (depguard)
transfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
^
x/ccv/consumer/keeper/distribution.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/consumer/keeper/distribution.go:12:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/consumer/keeper/distribution.go:14:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/distribution.go:15:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/keeper/genesis.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/genesis.go:7:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/genesis.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/keeper/genesis.go:10:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/keeper/grpc_query.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/grpc_query.go:7:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/hooks.go:4:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/hooks.go:5:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/keeper/keeper.go:9:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/consumer/keeper/keeper.go:10:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
x/ccv/consumer/keeper/keeper.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/capability/types' is not allowed from list 'Main' (depguard)
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"
^
x/ccv/consumer/keeper/keeper.go:12:2: import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
^
x/ccv/consumer/keeper/keeper.go:13:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/consumer/keeper/keeper.go:15:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/consumer/keeper/keeper.go:16:2: import 'github.com/cosmos/ibc-go/v4/modules/core/03-connection/types' is not allowed from list 'Main' (depguard)
conntypes "github.com/cosmos/ibc-go/v4/modules/core/03-connection/types"
^
x/ccv/consumer/keeper/keeper.go:17:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/consumer/keeper/keeper.go:18:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
host "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
x/ccv/consumer/keeper/keeper.go:20:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/keeper.go:21:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/keeper.go:22:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/keeper/keeper.go:23:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/keeper/keeper.go:24:2: import 'github.com/tendermint/tendermint/libs/log' is not allowed from list 'Main' (depguard)
"github.com/tendermint/tendermint/libs/log"
^
x/ccv/consumer/keeper/migration.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/migration.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
^
x/ccv/consumer/keeper/migration.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/migration.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/keeper/params.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/params.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/params.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/keeper/relay.go:7:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/consumer/keeper/relay.go:8:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/relay.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/consumer/keeper/relay.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/consumer/keeper/relay.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/consumer/keeper/relay.go:12:2: import 'github.com/cosmos/ibc-go/v4/modules/core/exported' is not allowed from list 'Main' (depguard)
"github.com/cosmos/ibc-go/v4/modules/core/exported"
^
x/ccv/consumer/keeper/relay.go:13:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/relay.go:14:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/keeper/relay.go:15:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/keeper/soft_opt_out.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/soft_opt_out.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/validators.go:6:2: import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
^
x/ccv/consumer/keeper/validators.go:8:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/keeper/validators.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/consumer/keeper/validators.go:10:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/consumer/keeper/validators.go:11:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/provider/handler.go:4:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/provider/handler.go:5:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/handler.go:6:2: import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
^
x/ccv/provider/handler.go:7:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
x/ccv/provider/handler.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/ibc_module.go:6:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/provider/ibc_module.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/ibc_module.go:8:2: import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
^
x/ccv/provider/ibc_module.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/capability/types' is not allowed from list 'Main' (depguard)
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"
^
x/ccv/provider/ibc_module.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/core/04-channel/types' is not allowed from list 'Main' (depguard)
channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types"
^
x/ccv/provider/ibc_module.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/core/05-port/types' is not allowed from list 'Main' (depguard)
porttypes "github.com/cosmos/ibc-go/v4/modules/core/05-port/types"
^
x/ccv/provider/ibc_module.go:12:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
host "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
x/ccv/provider/ibc_module.go:13:2: import 'github.com/cosmos/ibc-go/v4/modules/core/exported' is not allowed from list 'Main' (depguard)
ibcexported "github.com/cosmos/ibc-go/v4/modules/core/exported"
^
x/ccv/provider/ibc_module.go:14:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
x/ccv/provider/ibc_module.go:15:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/ibc_module.go:16:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/module.go:9:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
x/ccv/provider/module.go:10:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
x/ccv/provider/module.go:11:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
^
x/ccv/provider/module.go:12:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/module.go:13:2: import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/types/module"
^
x/ccv/provider/module.go:14:2: import 'github.com/cosmos/cosmos-sdk/types/simulation' is not allowed from list 'Main' (depguard)
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
^
x/ccv/provider/module.go:15:2: import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
^
x/ccv/provider/module.go:16:2: import 'github.com/cosmos/ibc-go/v4/modules/core/05-port/types' is not allowed from list 'Main' (depguard)
porttypes "github.com/cosmos/ibc-go/v4/modules/core/05-port/types"
^
x/ccv/provider/module.go:17:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/client/cli' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/client/cli"
^
x/ccv/provider/module.go:18:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
x/ccv/provider/module.go:19:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/module.go:20:2: import 'github.com/gorilla/mux' is not allowed from list 'Main' (depguard)
"github.com/gorilla/mux"
^
x/ccv/provider/module.go:21:2: import 'github.com/grpc-ecosystem/grpc-gateway/runtime' is not allowed from list 'Main' (depguard)
"github.com/grpc-ecosystem/grpc-gateway/runtime"
^
x/ccv/provider/module.go:22:2: import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
"github.com/spf13/cobra"
^
x/ccv/provider/module.go:23:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/provider/proposal_handler.go:4:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/provider/proposal_handler.go:5:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/proposal_handler.go:6:2: import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
^
x/ccv/provider/proposal_handler.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
x/ccv/provider/proposal_handler.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
x/ccv/provider/proposal_handler.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/types/codec.go:4:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
x/ccv/provider/types/codec.go:5:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
^
x/ccv/provider/types/codec.go:6:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/types/codec.go:7:2: import 'github.com/cosmos/cosmos-sdk/types/msgservice' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/types/msgservice"
^
x/ccv/provider/types/codec.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
x/ccv/provider/types/consumer.go:4:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/provider/types/consumer.go:5:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/types/errors.go:4:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/provider/types/genesis.go:6:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/provider/types/genesis.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/types/genesis.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
host "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
x/ccv/provider/types/genesis.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/types/key_assignment.go:7:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/provider/types/key_assignment.go:8:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/types/key_assignment.go:9:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/types/keys.go:9:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/types/keys.go:11:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/types/msg.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/types/params.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/types/params.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
^
x/ccv/provider/types/params.go:9:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/provider/types/params.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types' is not allowed from list 'Main' (depguard)
commitmenttypes "github.com/cosmos/ibc-go/v4/modules/core/23-commitment/types"
^
x/ccv/provider/types/params.go:11:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/provider/types/params.go:12:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
x/ccv/provider/types/params.go:13:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/provider/types/proposal.go:9:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/provider/types/proposal.go:10:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/types' is not allowed from list 'Main' (depguard)
evidencetypes "github.com/cosmos/cosmos-sdk/x/evidence/types"
^
x/ccv/provider/types/proposal.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
x/ccv/provider/types/proposal.go:12:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
x/ccv/provider/types/proposal.go:13:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
app/provider/ante_handler.go:4:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
app/provider/ante_handler.go:5:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/provider/ante_handler.go:6:2: import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
^
app/provider/ante_handler.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/auth/ante' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth/ante"
^
app/provider/ante_handler.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/ante' is not allowed from list 'Main' (depguard)
ibcante "github.com/cosmos/ibc-go/v4/modules/core/ante"
^
app/provider/ante_handler.go:9:2: import 'github.com/cosmos/ibc-go/v4/modules/core/keeper' is not allowed from list 'Main' (depguard)
ibckeeper "github.com/cosmos/ibc-go/v4/modules/core/keeper"
^
app/provider/app.go:11:2: import 'github.com/cosmos/interchain-security/v2/app/params' is not allowed from list 'Main' (depguard)
appparams "github.com/cosmos/interchain-security/v2/app/params"
^
app/provider/app.go:13:2: import 'github.com/cosmos/cosmos-sdk/baseapp' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/baseapp"
^
app/provider/app.go:14:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
app/provider/app.go:15:2: import 'github.com/cosmos/cosmos-sdk/client/grpc/tmservice' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/grpc/tmservice"
^
app/provider/app.go:16:2: import 'github.com/cosmos/cosmos-sdk/client/rpc' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/rpc"
^
app/provider/app.go:17:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
app/provider/app.go:18:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec/types"
^
app/provider/app.go:19:2: import 'github.com/cosmos/cosmos-sdk/server/api' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server/api"
^
app/provider/app.go:20:2: import 'github.com/cosmos/cosmos-sdk/server/config' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server/config"
^
app/provider/app.go:21:2: import 'github.com/cosmos/cosmos-sdk/server/types' is not allowed from list 'Main' (depguard)
servertypes "github.com/cosmos/cosmos-sdk/server/types"
^
app/provider/app.go:22:2: import 'github.com/cosmos/cosmos-sdk/simapp' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/simapp"
^
app/provider/app.go:23:2: import 'github.com/cosmos/cosmos-sdk/std' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/std"
^
app/provider/app.go:24:2: import 'github.com/cosmos/cosmos-sdk/store/types' is not allowed from list 'Main' (depguard)
store "github.com/cosmos/cosmos-sdk/store/types"
^
app/provider/app.go:25:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/provider/app.go:26:2: import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/types/module"
^
app/provider/app.go:27:2: import 'github.com/cosmos/cosmos-sdk/version' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/version"
^
app/provider/app.go:28:2: import 'github.com/cosmos/cosmos-sdk/x/auth' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth"
^
app/provider/app.go:29:2: import 'github.com/cosmos/cosmos-sdk/x/auth/ante' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth/ante"
^
app/provider/app.go:30:2: import 'github.com/cosmos/cosmos-sdk/x/auth/client/rest' is not allowed from list 'Main' (depguard)
authrest "github.com/cosmos/cosmos-sdk/x/auth/client/rest"
^
app/provider/app.go:31:2: import 'github.com/cosmos/cosmos-sdk/x/auth/keeper' is not allowed from list 'Main' (depguard)
authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper"
^
app/provider/app.go:32:2: import 'github.com/cosmos/cosmos-sdk/x/auth/simulation' is not allowed from list 'Main' (depguard)
authsims "github.com/cosmos/cosmos-sdk/x/auth/simulation"
^
app/provider/app.go:33:2: import 'github.com/cosmos/cosmos-sdk/x/auth/tx' is not allowed from list 'Main' (depguard)
authtx "github.com/cosmos/cosmos-sdk/x/auth/tx"
^
app/provider/app.go:34:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
^
app/provider/app.go:35:2: import 'github.com/cosmos/cosmos-sdk/x/auth/vesting' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth/vesting"
^
app/provider/app.go:36:2: import 'github.com/cosmos/cosmos-sdk/x/auth/vesting/types' is not allowed from list 'Main' (depguard)
vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types"
^
app/provider/app.go:37:2: import 'github.com/cosmos/cosmos-sdk/x/bank' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/bank"
^
app/provider/app.go:38:2: import 'github.com/cosmos/cosmos-sdk/x/bank/keeper' is not allowed from list 'Main' (depguard)
bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper"
^
app/provider/app.go:39:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
app/provider/app.go:40:2: import 'github.com/cosmos/cosmos-sdk/x/capability' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/capability"
^
app/provider/app.go:41:2: import 'github.com/cosmos/cosmos-sdk/x/capability/keeper' is not allowed from list 'Main' (depguard)
capabilitykeeper "github.com/cosmos/cosmos-sdk/x/capability/keeper"
^
app/provider/app.go:42:2: import 'github.com/cosmos/cosmos-sdk/x/capability/types' is not allowed from list 'Main' (depguard)
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"
^
app/provider/app.go:43:2: import 'github.com/cosmos/cosmos-sdk/x/crisis' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/crisis"
^
app/provider/app.go:44:2: import 'github.com/cosmos/cosmos-sdk/x/crisis/keeper' is not allowed from list 'Main' (depguard)
crisiskeeper "github.com/cosmos/cosmos-sdk/x/crisis/keeper"
^
app/provider/app.go:45:2: import 'github.com/cosmos/cosmos-sdk/x/crisis/types' is not allowed from list 'Main' (depguard)
crisistypes "github.com/cosmos/cosmos-sdk/x/crisis/types"
^
app/provider/app.go:46:2: import 'github.com/cosmos/cosmos-sdk/x/distribution' is not allowed from list 'Main' (depguard)
distr "github.com/cosmos/cosmos-sdk/x/distribution"
^
app/provider/app.go:47:2: import 'github.com/cosmos/cosmos-sdk/x/distribution/client' is not allowed from list 'Main' (depguard)
distrclient "github.com/cosmos/cosmos-sdk/x/distribution/client"
^
app/provider/app.go:48:2: import 'github.com/cosmos/cosmos-sdk/x/distribution/keeper' is not allowed from list 'Main' (depguard)
distrkeeper "github.com/cosmos/cosmos-sdk/x/distribution/keeper"
^
app/provider/app.go:49:2: import 'github.com/cosmos/cosmos-sdk/x/distribution/types' is not allowed from list 'Main' (depguard)
distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types"
^
app/provider/app.go:50:2: import 'github.com/cosmos/cosmos-sdk/x/evidence' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/evidence"
^
app/provider/app.go:51:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/keeper' is not allowed from list 'Main' (depguard)
evidencekeeper "github.com/cosmos/cosmos-sdk/x/evidence/keeper"
^
app/provider/app.go:52:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/types' is not allowed from list 'Main' (depguard)
evidencetypes "github.com/cosmos/cosmos-sdk/x/evidence/types"
^
app/provider/app.go:53:2: import 'github.com/cosmos/cosmos-sdk/x/genutil' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/genutil"
^
app/provider/app.go:54:2: import 'github.com/cosmos/cosmos-sdk/x/genutil/types' is not allowed from list 'Main' (depguard)
genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"
^
app/provider/app.go:55:2: import 'github.com/cosmos/cosmos-sdk/x/gov' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/gov"
^
app/provider/app.go:56:2: import 'github.com/cosmos/cosmos-sdk/x/gov/keeper' is not allowed from list 'Main' (depguard)
govkeeper "github.com/cosmos/cosmos-sdk/x/gov/keeper"
^
app/provider/app.go:57:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
app/provider/app.go:58:2: import 'github.com/cosmos/cosmos-sdk/x/mint' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/mint"
^
app/provider/app.go:59:2: import 'github.com/cosmos/cosmos-sdk/x/mint/keeper' is not allowed from list 'Main' (depguard)
mintkeeper "github.com/cosmos/cosmos-sdk/x/mint/keeper"
^
app/provider/app.go:60:2: import 'github.com/cosmos/cosmos-sdk/x/mint/types' is not allowed from list 'Main' (depguard)
minttypes "github.com/cosmos/cosmos-sdk/x/mint/types"
^
app/provider/app.go:61:2: import 'github.com/cosmos/cosmos-sdk/x/params' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/params"
^
app/provider/app.go:62:2: import 'github.com/cosmos/cosmos-sdk/x/params/client' is not allowed from list 'Main' (depguard)
paramsclient "github.com/cosmos/cosmos-sdk/x/params/client"
^
app/provider/app.go:63:2: import 'github.com/cosmos/cosmos-sdk/x/params/keeper' is not allowed from list 'Main' (depguard)
paramskeeper "github.com/cosmos/cosmos-sdk/x/params/keeper"
^
app/provider/app.go:64:2: import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
paramstypes "github.com/cosmos/cosmos-sdk/x/params/types"
^
app/provider/app.go:65:2: import 'github.com/cosmos/cosmos-sdk/x/params/types/proposal' is not allowed from list 'Main' (depguard)
paramproposal "github.com/cosmos/cosmos-sdk/x/params/types/proposal"
^
app/provider/app.go:66:2: import 'github.com/cosmos/cosmos-sdk/x/slashing' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/slashing"
^
app/provider/app.go:67:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/keeper' is not allowed from list 'Main' (depguard)
slashingkeeper "github.com/cosmos/cosmos-sdk/x/slashing/keeper"
^
app/provider/app.go:68:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/types' is not allowed from list 'Main' (depguard)
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
^
app/provider/app.go:69:2: import 'github.com/cosmos/cosmos-sdk/x/staking' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/staking"
^
app/provider/app.go:70:2: import 'github.com/cosmos/cosmos-sdk/x/staking/keeper' is not allowed from list 'Main' (depguard)
stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"
^
app/provider/app.go:71:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
app/provider/app.go:72:2: import 'github.com/cosmos/cosmos-sdk/x/upgrade' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/upgrade"
^
app/provider/app.go:73:2: import 'github.com/cosmos/cosmos-sdk/x/upgrade/client' is not allowed from list 'Main' (depguard)
upgradeclient "github.com/cosmos/cosmos-sdk/x/upgrade/client"
^
app/provider/app.go:74:2: import 'github.com/cosmos/cosmos-sdk/x/upgrade/keeper' is not allowed from list 'Main' (depguard)
upgradekeeper "github.com/cosmos/cosmos-sdk/x/upgrade/keeper"
^
app/provider/app.go:75:2: import 'github.com/cosmos/cosmos-sdk/x/upgrade/types' is not allowed from list 'Main' (depguard)
upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types"
^
app/provider/app.go:76:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer' is not allowed from list 'Main' (depguard)
"github.com/cosmos/ibc-go/v4/modules/apps/transfer"
^
app/provider/app.go:77:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer/keeper' is not allowed from list 'Main' (depguard)
ibctransferkeeper "github.com/cosmos/ibc-go/v4/modules/apps/transfer/keeper"
^
app/provider/app.go:78:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer/types' is not allowed from list 'Main' (depguard)
ibctransfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
^
app/provider/app.go:79:2: import 'github.com/cosmos/ibc-go/v4/modules/core' is not allowed from list 'Main' (depguard)
ibc "github.com/cosmos/ibc-go/v4/modules/core"
^
app/provider/app.go:80:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client' is not allowed from list 'Main' (depguard)
ibcclient "github.com/cosmos/ibc-go/v4/modules/core/02-client"
^
app/provider/app.go:81:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/client' is not allowed from list 'Main' (depguard)
ibcclientclient "github.com/cosmos/ibc-go/v4/modules/core/02-client/client"
^
app/provider/app.go:82:2: import 'github.com/cosmos/ibc-go/v4/modules/core/02-client/types' is not allowed from list 'Main' (depguard)
ibcclienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types"
^
app/provider/app.go:83:2: import 'github.com/cosmos/ibc-go/v4/modules/core/03-connection/types' is not allowed from list 'Main' (depguard)
ibcconnectiontypes "github.com/cosmos/ibc-go/v4/modules/core/03-connection/types"
^
app/provider/app.go:84:2: import 'github.com/cosmos/ibc-go/v4/modules/core/05-port/types' is not allowed from list 'Main' (depguard)
porttypes "github.com/cosmos/ibc-go/v4/modules/core/05-port/types"
^
app/provider/app.go:85:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
ibchost "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
app/provider/app.go:86:2: import 'github.com/cosmos/ibc-go/v4/modules/core/keeper' is not allowed from list 'Main' (depguard)
ibckeeper "github.com/cosmos/ibc-go/v4/modules/core/keeper"
^
app/provider/app.go:87:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/core' is not allowed from list 'Main' (depguard)
ibctestingcore "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/core"
^
app/provider/app.go:88:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing' is not allowed from list 'Main' (depguard)
ibctesting "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing"
^
app/provider/app.go:90:2: import 'github.com/gorilla/mux' is not allowed from list 'Main' (depguard)
"github.com/gorilla/mux"
^
app/provider/app.go:91:2: import 'github.com/rakyll/statik/fs' is not allowed from list 'Main' (depguard)
"github.com/rakyll/statik/fs"
^
app/provider/app.go:92:2: import 'github.com/spf13/cast' is not allowed from list 'Main' (depguard)
"github.com/spf13/cast"
^
app/provider/app.go:93:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
app/provider/app.go:94:2: import 'github.com/tendermint/tendermint/libs/json' is not allowed from list 'Main' (depguard)
tmjson "github.com/tendermint/tendermint/libs/json"
^
app/provider/app.go:95:2: import 'github.com/tendermint/tendermint/libs/log' is not allowed from list 'Main' (depguard)
"github.com/tendermint/tendermint/libs/log"
^
app/provider/app.go:96:2: import 'github.com/tendermint/tendermint/libs/os' is not allowed from list 'Main' (depguard)
tmos "github.com/tendermint/tendermint/libs/os"
^
app/provider/app.go:97:2: import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
dbm "github.com/tendermint/tm-db"
^
app/provider/app.go:99:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider' is not allowed from list 'Main' (depguard)
ibcprovider "github.com/cosmos/interchain-security/v2/x/ccv/provider"
^
app/provider/app.go:100:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/client' is not allowed from list 'Main' (depguard)
ibcproviderclient "github.com/cosmos/interchain-security/v2/x/ccv/provider/client"
^
app/provider/app.go:101:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper' is not allowed from list 'Main' (depguard)
ibcproviderkeeper "github.com/cosmos/interchain-security/v2/x/ccv/provider/keeper"
^
app/provider/app.go:102:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
providertypes "github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
app/provider/app.go:104:2: import 'github.com/cosmos/interchain-security/v2/testutil/integration' is not allowed from list 'Main' (depguard)
testutil "github.com/cosmos/interchain-security/v2/testutil/integration"
^
app/provider/app.go:107:2: import 'github.com/cosmos/cosmos-sdk/client/docs/statik' is not allowed from list 'Main' (depguard)
_ "github.com/cosmos/cosmos-sdk/client/docs/statik"
^
app/provider/export.go:7:2: import 'github.com/tendermint/tendermint/proto/tendermint/types' is not allowed from list 'Main' (depguard)
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
^
app/provider/export.go:9:2: import 'github.com/cosmos/cosmos-sdk/server/types' is not allowed from list 'Main' (depguard)
servertypes "github.com/cosmos/cosmos-sdk/server/types"
^
app/provider/export.go:10:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/provider/export.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/types' is not allowed from list 'Main' (depguard)
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
^
app/provider/export.go:12:2: import 'github.com/cosmos/cosmos-sdk/x/staking' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/staking"
^
app/provider/export.go:13:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
app/provider/genesis.go:6:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
x/ccv/consumer/types/errors.go:4:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/consumer/types/genesis.go:4:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/consumer/types/genesis.go:5:2: import 'github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types' is not allowed from list 'Main' (depguard)
ibctmtypes "github.com/cosmos/ibc-go/v4/modules/light-clients/07-tendermint/types"
^
x/ccv/consumer/types/genesis.go:6:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccv "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/types/genesis.go:8:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
x/ccv/consumer/types/keys.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/types/keys.go:8:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/types/params.go:7:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdktypes "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/consumer/types/params.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
paramtypes "github.com/cosmos/cosmos-sdk/x/params/types"
^
x/ccv/consumer/types/params.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
x/ccv/consumer/types/params.go:10:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/types' is not allowed from list 'Main' (depguard)
ccvtypes "github.com/cosmos/interchain-security/v2/x/ccv/types"
^
x/ccv/consumer/types/validator.go:4:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
x/ccv/consumer/types/validator.go:5:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
^
x/ccv/consumer/types/validator.go:6:2: import 'github.com/cosmos/cosmos-sdk/crypto/types' is not allowed from list 'Main' (depguard)
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
^
x/ccv/consumer/types/validator.go:7:2: import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
^
x/ccv/consumer/types/keys_test.go:7:2: import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
"github.com/stretchr/testify/require"
^
app/consumer-democracy/ante_handler.go:4:2: import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
errorsmod "cosmossdk.io/errors"
^
app/consumer-democracy/ante_handler.go:5:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/consumer-democracy/ante_handler.go:6:2: import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
^
app/consumer-democracy/ante_handler.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/auth/ante' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth/ante"
^
app/consumer-democracy/ante_handler.go:8:2: import 'github.com/cosmos/ibc-go/v4/modules/core/ante' is not allowed from list 'Main' (depguard)
ibcante "github.com/cosmos/ibc-go/v4/modules/core/ante"
^
app/consumer-democracy/ante_handler.go:9:2: import 'github.com/cosmos/ibc-go/v4/modules/core/keeper' is not allowed from list 'Main' (depguard)
ibckeeper "github.com/cosmos/ibc-go/v4/modules/core/keeper"
^
app/consumer-democracy/ante_handler.go:10:2: import 'github.com/cosmos/interchain-security/v2/app/consumer-democracy/ante' is not allowed from list 'Main' (depguard)
democracyante "github.com/cosmos/interchain-security/v2/app/consumer-democracy/ante"
^
app/consumer-democracy/ante_handler.go:11:2: import 'github.com/cosmos/interchain-security/v2/app/consumer/ante' is not allowed from list 'Main' (depguard)
consumerante "github.com/cosmos/interchain-security/v2/app/consumer/ante"
^
app/consumer-democracy/ante_handler.go:12:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper' is not allowed from list 'Main' (depguard)
ibcconsumerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper"
^
app/consumer-democracy/app.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/genutil/types' is not allowed from list 'Main' (depguard)
genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types"
^
app/consumer-democracy/app.go:12:2: import 'github.com/cosmos/interchain-security/v2/app/params' is not allowed from list 'Main' (depguard)
appparams "github.com/cosmos/interchain-security/v2/app/params"
^
app/consumer-democracy/app.go:14:2: import 'github.com/cosmos/cosmos-sdk/baseapp' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/baseapp"
^
app/consumer-democracy/app.go:15:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
app/consumer-democracy/app.go:16:2: import 'github.com/cosmos/cosmos-sdk/client/grpc/tmservice' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/grpc/tmservice"
^
app/consumer-democracy/app.go:17:2: import 'github.com/cosmos/cosmos-sdk/client/rpc' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/rpc"
^
app/consumer-democracy/app.go:18:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
app/consumer-democracy/app.go:19:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec/types"
^
app/consumer-democracy/app.go:20:2: import 'github.com/cosmos/cosmos-sdk/server/api' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server/api"
^
app/consumer-democracy/app.go:21:2: import 'github.com/cosmos/cosmos-sdk/server/config' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/server/config"
^
app/consumer-democracy/app.go:22:2: import 'github.com/cosmos/cosmos-sdk/server/types' is not allowed from list 'Main' (depguard)
servertypes "github.com/cosmos/cosmos-sdk/server/types"
^
app/consumer-democracy/app.go:23:2: import 'github.com/cosmos/cosmos-sdk/simapp' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/simapp"
^
app/consumer-democracy/app.go:24:2: import 'github.com/cosmos/cosmos-sdk/std' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/std"
^
app/consumer-democracy/app.go:25:2: import 'github.com/cosmos/cosmos-sdk/store/types' is not allowed from list 'Main' (depguard)
store "github.com/cosmos/cosmos-sdk/store/types"
^
app/consumer-democracy/app.go:26:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/consumer-democracy/app.go:27:2: import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/types/module"
^
app/consumer-democracy/app.go:28:2: import 'github.com/cosmos/cosmos-sdk/version' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/version"
^
app/consumer-democracy/app.go:29:2: import 'github.com/cosmos/cosmos-sdk/x/auth' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth"
^
app/consumer-democracy/app.go:30:2: import 'github.com/cosmos/cosmos-sdk/x/auth/ante' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth/ante"
^
app/consumer-democracy/app.go:31:2: import 'github.com/cosmos/cosmos-sdk/x/auth/client/rest' is not allowed from list 'Main' (depguard)
authrest "github.com/cosmos/cosmos-sdk/x/auth/client/rest"
^
app/consumer-democracy/app.go:32:2: import 'github.com/cosmos/cosmos-sdk/x/auth/keeper' is not allowed from list 'Main' (depguard)
authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper"
^
app/consumer-democracy/app.go:33:2: import 'github.com/cosmos/cosmos-sdk/x/auth/simulation' is not allowed from list 'Main' (depguard)
authsims "github.com/cosmos/cosmos-sdk/x/auth/simulation"
^
app/consumer-democracy/app.go:34:2: import 'github.com/cosmos/cosmos-sdk/x/auth/tx' is not allowed from list 'Main' (depguard)
authtx "github.com/cosmos/cosmos-sdk/x/auth/tx"
^
app/consumer-democracy/app.go:35:2: import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
^
app/consumer-democracy/app.go:36:2: import 'github.com/cosmos/cosmos-sdk/x/auth/vesting' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth/vesting"
^
app/consumer-democracy/app.go:37:2: import 'github.com/cosmos/cosmos-sdk/x/auth/vesting/types' is not allowed from list 'Main' (depguard)
vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types"
^
app/consumer-democracy/app.go:38:2: import 'github.com/cosmos/cosmos-sdk/x/authz' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/authz"
^
app/consumer-democracy/app.go:39:2: import 'github.com/cosmos/cosmos-sdk/x/authz/keeper' is not allowed from list 'Main' (depguard)
authzkeeper "github.com/cosmos/cosmos-sdk/x/authz/keeper"
^
app/consumer-democracy/app.go:40:2: import 'github.com/cosmos/cosmos-sdk/x/authz/module' is not allowed from list 'Main' (depguard)
authzmodule "github.com/cosmos/cosmos-sdk/x/authz/module"
^
app/consumer-democracy/app.go:41:2: import 'github.com/cosmos/cosmos-sdk/x/bank' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/bank"
^
app/consumer-democracy/app.go:42:2: import 'github.com/cosmos/cosmos-sdk/x/bank/keeper' is not allowed from list 'Main' (depguard)
bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper"
^
app/consumer-democracy/app.go:43:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
app/consumer-democracy/app.go:44:2: import 'github.com/cosmos/cosmos-sdk/x/capability' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/capability"
^
app/consumer-democracy/app.go:45:2: import 'github.com/cosmos/cosmos-sdk/x/capability/keeper' is not allowed from list 'Main' (depguard)
capabilitykeeper "github.com/cosmos/cosmos-sdk/x/capability/keeper"
^
app/consumer-democracy/app.go:46:2: import 'github.com/cosmos/cosmos-sdk/x/capability/types' is not allowed from list 'Main' (depguard)
capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types"
^
app/consumer-democracy/app.go:47:2: import 'github.com/cosmos/cosmos-sdk/x/crisis' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/crisis"
^
app/consumer-democracy/app.go:48:2: import 'github.com/cosmos/cosmos-sdk/x/crisis/keeper' is not allowed from list 'Main' (depguard)
crisiskeeper "github.com/cosmos/cosmos-sdk/x/crisis/keeper"
^
app/consumer-democracy/app.go:49:2: import 'github.com/cosmos/cosmos-sdk/x/crisis/types' is not allowed from list 'Main' (depguard)
crisistypes "github.com/cosmos/cosmos-sdk/x/crisis/types"
^
app/consumer-democracy/app.go:50:2: import 'github.com/cosmos/cosmos-sdk/x/evidence' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/evidence"
^
app/consumer-democracy/app.go:51:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/keeper' is not allowed from list 'Main' (depguard)
evidencekeeper "github.com/cosmos/cosmos-sdk/x/evidence/keeper"
^
app/consumer-democracy/app.go:52:2: import 'github.com/cosmos/cosmos-sdk/x/evidence/types' is not allowed from list 'Main' (depguard)
evidencetypes "github.com/cosmos/cosmos-sdk/x/evidence/types"
^
app/consumer-democracy/app.go:53:2: import 'github.com/cosmos/cosmos-sdk/x/feegrant' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/feegrant"
^
app/consumer-democracy/app.go:54:2: import 'github.com/cosmos/cosmos-sdk/x/feegrant/keeper' is not allowed from list 'Main' (depguard)
feegrantkeeper "github.com/cosmos/cosmos-sdk/x/feegrant/keeper"
^
app/consumer-democracy/app.go:55:2: import 'github.com/cosmos/cosmos-sdk/x/feegrant/module' is not allowed from list 'Main' (depguard)
feegrantmodule "github.com/cosmos/cosmos-sdk/x/feegrant/module"
^
app/consumer-democracy/app.go:56:2: import 'github.com/cosmos/cosmos-sdk/x/params' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/params"
^
app/consumer-democracy/app.go:57:2: import 'github.com/cosmos/cosmos-sdk/x/params/client' is not allowed from list 'Main' (depguard)
paramsclient "github.com/cosmos/cosmos-sdk/x/params/client"
^
app/consumer-democracy/app.go:58:2: import 'github.com/cosmos/cosmos-sdk/x/params/keeper' is not allowed from list 'Main' (depguard)
paramskeeper "github.com/cosmos/cosmos-sdk/x/params/keeper"
^
app/consumer-democracy/app.go:59:2: import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
paramstypes "github.com/cosmos/cosmos-sdk/x/params/types"
^
app/consumer-democracy/app.go:60:2: import 'github.com/cosmos/cosmos-sdk/x/upgrade/client' is not allowed from list 'Main' (depguard)
upgradeclient "github.com/cosmos/cosmos-sdk/x/upgrade/client"
^
app/consumer-democracy/app.go:62:2: import 'github.com/cosmos/cosmos-sdk/x/slashing' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/slashing"
^
app/consumer-democracy/app.go:63:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/keeper' is not allowed from list 'Main' (depguard)
slashingkeeper "github.com/cosmos/cosmos-sdk/x/slashing/keeper"
^
app/consumer-democracy/app.go:64:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/types' is not allowed from list 'Main' (depguard)
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
^
app/consumer-democracy/app.go:65:2: import 'github.com/cosmos/cosmos-sdk/x/upgrade' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/upgrade"
^
app/consumer-democracy/app.go:66:2: import 'github.com/cosmos/cosmos-sdk/x/upgrade/keeper' is not allowed from list 'Main' (depguard)
upgradekeeper "github.com/cosmos/cosmos-sdk/x/upgrade/keeper"
^
app/consumer-democracy/app.go:67:2: import 'github.com/cosmos/cosmos-sdk/x/upgrade/types' is not allowed from list 'Main' (depguard)
upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types"
^
app/consumer-democracy/app.go:68:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer' is not allowed from list 'Main' (depguard)
"github.com/cosmos/ibc-go/v4/modules/apps/transfer"
^
app/consumer-democracy/app.go:69:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer/keeper' is not allowed from list 'Main' (depguard)
ibctransferkeeper "github.com/cosmos/ibc-go/v4/modules/apps/transfer/keeper"
^
app/consumer-democracy/app.go:70:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer/types' is not allowed from list 'Main' (depguard)
ibctransfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
^
app/consumer-democracy/app.go:71:2: import 'github.com/cosmos/ibc-go/v4/modules/core' is not allowed from list 'Main' (depguard)
ibc "github.com/cosmos/ibc-go/v4/modules/core"
^
app/consumer-democracy/app.go:72:2: import 'github.com/cosmos/ibc-go/v4/modules/core/03-connection/types' is not allowed from list 'Main' (depguard)
ibcconnectiontypes "github.com/cosmos/ibc-go/v4/modules/core/03-connection/types"
^
app/consumer-democracy/app.go:73:2: import 'github.com/cosmos/ibc-go/v4/modules/core/05-port/types' is not allowed from list 'Main' (depguard)
porttypes "github.com/cosmos/ibc-go/v4/modules/core/05-port/types"
^
app/consumer-democracy/app.go:74:2: import 'github.com/cosmos/ibc-go/v4/modules/core/24-host' is not allowed from list 'Main' (depguard)
ibchost "github.com/cosmos/ibc-go/v4/modules/core/24-host"
^
app/consumer-democracy/app.go:75:2: import 'github.com/cosmos/ibc-go/v4/modules/core/keeper' is not allowed from list 'Main' (depguard)
ibckeeper "github.com/cosmos/ibc-go/v4/modules/core/keeper"
^
app/consumer-democracy/app.go:76:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/core' is not allowed from list 'Main' (depguard)
ibctestingcore "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/core"
^
app/consumer-democracy/app.go:77:2: import 'github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing' is not allowed from list 'Main' (depguard)
ibctesting "github.com/cosmos/interchain-security/v2/legacy_ibc_testing/testing"
^
app/consumer-democracy/app.go:78:2: import 'github.com/gorilla/mux' is not allowed from list 'Main' (depguard)
"github.com/gorilla/mux"
^
app/consumer-democracy/app.go:79:2: import 'github.com/rakyll/statik/fs' is not allowed from list 'Main' (depguard)
"github.com/rakyll/statik/fs"
^
app/consumer-democracy/app.go:80:2: import 'github.com/spf13/cast' is not allowed from list 'Main' (depguard)
"github.com/spf13/cast"
^
app/consumer-democracy/app.go:81:2: import 'github.com/tendermint/tendermint/abci/types' is not allowed from list 'Main' (depguard)
abci "github.com/tendermint/tendermint/abci/types"
^
app/consumer-democracy/app.go:82:2: import 'github.com/tendermint/tendermint/libs/json' is not allowed from list 'Main' (depguard)
tmjson "github.com/tendermint/tendermint/libs/json"
^
app/consumer-democracy/app.go:83:2: import 'github.com/tendermint/tendermint/libs/log' is not allowed from list 'Main' (depguard)
"github.com/tendermint/tendermint/libs/log"
^
app/consumer-democracy/app.go:84:2: import 'github.com/tendermint/tendermint/libs/os' is not allowed from list 'Main' (depguard)
tmos "github.com/tendermint/tendermint/libs/os"
^
app/consumer-democracy/app.go:85:2: import 'github.com/tendermint/tm-db' is not allowed from list 'Main' (depguard)
dbm "github.com/tendermint/tm-db"
^
app/consumer-democracy/app.go:87:2: import 'github.com/cosmos/cosmos-sdk/x/distribution' is not allowed from list 'Main' (depguard)
distr "github.com/cosmos/cosmos-sdk/x/distribution"
^
app/consumer-democracy/app.go:89:2: import 'github.com/cosmos/cosmos-sdk/x/distribution/client' is not allowed from list 'Main' (depguard)
distrclient "github.com/cosmos/cosmos-sdk/x/distribution/client"
^
app/consumer-democracy/app.go:90:2: import 'github.com/cosmos/cosmos-sdk/x/distribution/keeper' is not allowed from list 'Main' (depguard)
distrkeeper "github.com/cosmos/cosmos-sdk/x/distribution/keeper"
^
app/consumer-democracy/app.go:91:2: import 'github.com/cosmos/cosmos-sdk/x/distribution/types' is not allowed from list 'Main' (depguard)
distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types"
^
app/consumer-democracy/app.go:92:2: import 'github.com/cosmos/interchain-security/v2/testutil/integration' is not allowed from list 'Main' (depguard)
testutil "github.com/cosmos/interchain-security/v2/testutil/integration"
^
app/consumer-democracy/app.go:93:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/democracy/distribution' is not allowed from list 'Main' (depguard)
ccvdistr "github.com/cosmos/interchain-security/v2/x/ccv/democracy/distribution"
^
app/consumer-democracy/app.go:95:2: import 'github.com/cosmos/cosmos-sdk/x/staking/keeper' is not allowed from list 'Main' (depguard)
stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"
^
app/consumer-democracy/app.go:96:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
app/consumer-democracy/app.go:97:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/democracy/staking' is not allowed from list 'Main' (depguard)
ccvstaking "github.com/cosmos/interchain-security/v2/x/ccv/democracy/staking"
^
app/consumer-democracy/app.go:99:2: import 'github.com/cosmos/cosmos-sdk/x/gov' is not allowed from list 'Main' (depguard)
gov "github.com/cosmos/cosmos-sdk/x/gov"
^
app/consumer-democracy/app.go:100:2: import 'github.com/cosmos/cosmos-sdk/x/gov/keeper' is not allowed from list 'Main' (depguard)
govkeeper "github.com/cosmos/cosmos-sdk/x/gov/keeper"
^
app/consumer-democracy/app.go:101:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
app/consumer-democracy/app.go:102:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/democracy/governance' is not allowed from list 'Main' (depguard)
ccvgov "github.com/cosmos/interchain-security/v2/x/ccv/democracy/governance"
^
app/consumer-democracy/app.go:105:2: import 'github.com/cosmos/cosmos-sdk/x/mint' is not allowed from list 'Main' (depguard)
mint "github.com/cosmos/cosmos-sdk/x/mint"
^
app/consumer-democracy/app.go:106:2: import 'github.com/cosmos/cosmos-sdk/x/mint/keeper' is not allowed from list 'Main' (depguard)
mintkeeper "github.com/cosmos/cosmos-sdk/x/mint/keeper"
^
app/consumer-democracy/app.go:107:2: import 'github.com/cosmos/cosmos-sdk/x/mint/types' is not allowed from list 'Main' (depguard)
minttypes "github.com/cosmos/cosmos-sdk/x/mint/types"
^
app/consumer-democracy/app.go:109:2: import 'github.com/cosmos/cosmos-sdk/x/params/types/proposal' is not allowed from list 'Main' (depguard)
paramproposal "github.com/cosmos/cosmos-sdk/x/params/types/proposal"
^
app/consumer-democracy/app.go:110:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer' is not allowed from list 'Main' (depguard)
consumer "github.com/cosmos/interchain-security/v2/x/ccv/consumer"
^
app/consumer-democracy/app.go:111:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper' is not allowed from list 'Main' (depguard)
consumerkeeper "github.com/cosmos/interchain-security/v2/x/ccv/consumer/keeper"
^
app/consumer-democracy/app.go:112:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/consumer/types' is not allowed from list 'Main' (depguard)
consumertypes "github.com/cosmos/interchain-security/v2/x/ccv/consumer/types"
^
app/consumer-democracy/app.go:115:2: import 'github.com/cosmos/cosmos-sdk/client/docs/statik' is not allowed from list 'Main' (depguard)
_ "github.com/cosmos/cosmos-sdk/client/docs/statik"
^
app/consumer-democracy/export.go:7:2: import 'github.com/tendermint/tendermint/proto/tendermint/types' is not allowed from list 'Main' (depguard)
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
^
app/consumer-democracy/export.go:9:2: import 'github.com/cosmos/cosmos-sdk/server/types' is not allowed from list 'Main' (depguard)
servertypes "github.com/cosmos/cosmos-sdk/server/types"
^
app/consumer-democracy/export.go:10:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/consumer-democracy/export.go:11:2: import 'github.com/cosmos/cosmos-sdk/x/slashing/types' is not allowed from list 'Main' (depguard)
slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
^
app/consumer-democracy/export.go:12:2: import 'github.com/tendermint/tendermint/types' is not allowed from list 'Main' (depguard)
tmtypes "github.com/tendermint/tendermint/types"
^
app/consumer-democracy/genesis.go:6:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
app/consumer-democracy/proposals_whitelisting.go:4:2: import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
^
app/consumer-democracy/proposals_whitelisting.go:5:2: import 'github.com/cosmos/cosmos-sdk/x/distribution/types' is not allowed from list 'Main' (depguard)
distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types"
^
app/consumer-democracy/proposals_whitelisting.go:6:2: import 'github.com/cosmos/cosmos-sdk/x/gov/types' is not allowed from list 'Main' (depguard)
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
^
app/consumer-democracy/proposals_whitelisting.go:7:2: import 'github.com/cosmos/cosmos-sdk/x/mint/types' is not allowed from list 'Main' (depguard)
minttypes "github.com/cosmos/cosmos-sdk/x/mint/types"
^
app/consumer-democracy/proposals_whitelisting.go:8:2: import 'github.com/cosmos/cosmos-sdk/x/params/types/proposal' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/params/types/proposal"
^
app/consumer-democracy/proposals_whitelisting.go:9:2: import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
^
app/consumer-democracy/proposals_whitelisting.go:10:2: import 'github.com/cosmos/ibc-go/v4/modules/apps/transfer/types' is not allowed from list 'Main' (depguard)
ibctransfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types"
^
x/ccv/provider/client/cli/query.go:7:2: import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
"github.com/spf13/cobra"
^
x/ccv/provider/client/cli/query.go:9:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
x/ccv/provider/client/cli/query.go:10:2: import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/flags"
^
x/ccv/provider/client/cli/query.go:11:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/client/cli/query.go:12:2: import 'github.com/cosmos/cosmos-sdk/version' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/version"
^
x/ccv/provider/client/cli/query.go:14:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
x/ccv/provider/client/cli/tx.go:7:2: import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
"github.com/spf13/cobra"
^
x/ccv/provider/client/cli/tx.go:9:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
x/ccv/provider/client/cli/tx.go:10:2: import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/flags"
^
x/ccv/provider/client/cli/tx.go:11:2: import 'github.com/cosmos/cosmos-sdk/client/tx' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client/tx"
^
x/ccv/provider/client/cli/tx.go:12:2: import 'github.com/cosmos/cosmos-sdk/version' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/version"
^
x/ccv/provider/client/cli/tx.go:14:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
x/ccv/provider/client/cli/tx.go:15:2: import 'github.com/cosmos/interchain-security/v2/x/ccv/provider/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/interchain-security/v2/x/ccv/provider/types"
^
app/params/config.go:4:2: import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
sdk "github.com/cosmos/cosmos-sdk/types"
^
app/params/encoding.go:4:2: import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/client"
^
app/params/encoding.go:5:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
app/params/encoding.go:6:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec/types"
^
app/params/proto.go:4:2: import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec"
^
app/params/proto.go:5:2: import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/codec/types"
^
app/params/proto.go:6:2: import 'github.com/cosmos/cosmos-sdk/x/auth/tx' is not allowed from list 'Main' (depguard)
"github.com/cosmos/cosmos-sdk/x/auth/tx"
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment