|
|
@ -7,7 +7,6 @@ import ( |
|
|
|
"fmt" |
|
|
|
"net" |
|
|
|
"net/http" |
|
|
|
_ "net/http/pprof" // nolint: gosec // securely exposed on separate, optional port
|
|
|
|
"strings" |
|
|
|
"time" |
|
|
|
|
|
|
@ -50,6 +49,10 @@ import ( |
|
|
|
"github.com/tendermint/tendermint/types" |
|
|
|
tmtime "github.com/tendermint/tendermint/types/time" |
|
|
|
"github.com/tendermint/tendermint/version" |
|
|
|
|
|
|
|
_ "net/http/pprof" // nolint: gosec // securely exposed on separate, optional port
|
|
|
|
|
|
|
|
_ "github.com/lib/pq" // provide the psql db driver
|
|
|
|
) |
|
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|