chore: use comet api pkg instead of comet alias (#20614)

This commit is contained in:
Marko
2024-06-11 08:46:04 +00:00
committed by GitHub
parent 9e1d28e2a6
commit 28fa3b8dfc
86 changed files with 130 additions and 130 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"os"
"path/filepath"
abci "github.com/cometbft/cometbft/abci/types"
abci "github.com/cometbft/cometbft/api/cometbft/abci/v1"
"github.com/hashicorp/go-plugin"
streamingabci "cosmossdk.io/store/streaming/abci"
@@ -4,7 +4,7 @@ import (
"context"
"fmt"
abci "github.com/cometbft/cometbft/abci/types"
abci "github.com/cometbft/cometbft/api/cometbft/abci/v1"
"github.com/hashicorp/go-plugin"
streamingabci "cosmossdk.io/store/streaming/abci"
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"os"
abci "github.com/cometbft/cometbft/abci/types"
abci "github.com/cometbft/cometbft/api/cometbft/abci/v1"
"github.com/hashicorp/go-plugin"
storetypes "cosmossdk.io/store/types"
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"testing"
"time"
abci "github.com/cometbft/cometbft/abci/types"
abci "github.com/cometbft/cometbft/api/cometbft/abci/v1"
cmtproto "github.com/cometbft/cometbft/api/cometbft/types/v1"
"github.com/cosmos/gogoproto/proto"
"github.com/stretchr/testify/assert"