fix gosec compaints

This commit is contained in:
Callum Waters
2022-10-26 17:01:11 +02:00
parent 10dca45e8c
commit da8810f480
2 changed files with 0 additions and 6 deletions

View File

@@ -35,10 +35,6 @@ 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
)
// Node is the highest level interface to a full Tendermint node.

View File

@@ -41,8 +41,6 @@ import (
"github.com/tendermint/tendermint/types"
"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
)