diff --git a/state/indexer/sink/psql/psql.go b/state/indexer/sink/psql/psql.go index e7c99c874..0332423a4 100644 --- a/state/indexer/sink/psql/psql.go +++ b/state/indexer/sink/psql/psql.go @@ -9,7 +9,7 @@ import ( "strings" "time" - proto "github.com/gogo/protobuf/proto" + "github.com/gogo/protobuf/proto" abci "github.com/tendermint/tendermint/abci/types" "github.com/tendermint/tendermint/libs/pubsub/query" "github.com/tendermint/tendermint/state/indexer" diff --git a/state/indexer/sink/psql/psql_test.go b/state/indexer/sink/psql/psql_test.go index 6d43de0af..1c477aba1 100644 --- a/state/indexer/sink/psql/psql_test.go +++ b/state/indexer/sink/psql/psql_test.go @@ -13,7 +13,7 @@ import ( "time" "github.com/adlio/schema" - proto "github.com/gogo/protobuf/proto" + "github.com/gogo/protobuf/proto" "github.com/ory/dockertest" "github.com/ory/dockertest/docker" "github.com/stretchr/testify/assert"