diff --git a/flow/alerting/alerting.go b/flow/alerting/alerting.go index 1c086ec179..6fc903aa79 100644 --- a/flow/alerting/alerting.go +++ b/flow/alerting/alerting.go @@ -7,13 +7,14 @@ import ( "log/slog" "time" + "github.com/jackc/pgx/v5" + "github.com/jackc/pgx/v5/pgxpool" + "github.com/PeerDB-io/peer-flow/dynamicconf" "github.com/PeerDB-io/peer-flow/generated/protos" "github.com/PeerDB-io/peer-flow/logger" "github.com/PeerDB-io/peer-flow/peerdbenv" "github.com/PeerDB-io/peer-flow/shared/telemetry" - "github.com/jackc/pgx/v5" - "github.com/jackc/pgx/v5/pgxpool" ) // alerting service, no cool name :(