Feature: Refactor import for release v3 (#71)

Refactor import for release v3
This commit is contained in:
Mario Candela
2023-10-08 17:45:31 +02:00
committed by GitHub
parent a9584f0ac6
commit 34a80b06f3
10 changed files with 24 additions and 23 deletions

View File

@ -3,8 +3,8 @@ package builder
import (
"context"
"encoding/json"
"github.com/mariocandela/beelzebub/parser"
"github.com/mariocandela/beelzebub/tracer"
"github.com/mariocandela/beelzebub/v3/parser"
"github.com/mariocandela/beelzebub/v3/tracer"
amqp "github.com/rabbitmq/amqp091-go"
log "github.com/sirupsen/logrus"