diff --git a/flow/connectors/postgres/qvalue_convert.go b/flow/connectors/postgres/qvalue_convert.go index b18fcbae62..cc35db7cad 100644 --- a/flow/connectors/postgres/qvalue_convert.go +++ b/flow/connectors/postgres/qvalue_convert.go @@ -14,6 +14,8 @@ import ( "github.com/jackc/pgx/v5/pgtype" "github.com/lib/pq/oid" log "github.com/sirupsen/logrus" + + //nolint:all geom "github.com/twpayne/go-geos" )