mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-10 14:00:33 +00:00
Put side-effecting imports in their own section
This commit is contained in:
@@ -13,7 +13,6 @@ import (
|
||||
sq "github.com/Masterminds/squirrel"
|
||||
schema "github.com/adlio/schema"
|
||||
proto "github.com/gogo/protobuf/proto"
|
||||
_ "github.com/lib/pq"
|
||||
dockertest "github.com/ory/dockertest"
|
||||
"github.com/ory/dockertest/docker"
|
||||
"github.com/stretchr/testify/assert"
|
||||
@@ -21,6 +20,9 @@ import (
|
||||
abci "github.com/tendermint/tendermint/abci/types"
|
||||
"github.com/tendermint/tendermint/state/indexer"
|
||||
"github.com/tendermint/tendermint/types"
|
||||
|
||||
// Register the Postgres database driver.
|
||||
_ "github.com/lib/pq"
|
||||
)
|
||||
|
||||
// Verify that the type satisfies the EventSink interface.
|
||||
|
||||
Reference in New Issue
Block a user