Changed dependency

This commit is contained in:
Mario
2022-05-21 12:38:08 +02:00
parent 462947efe0
commit 91dabae6bd
3 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,8 @@ import (
"beelzebub/tracer"
"encoding/json"
"fmt"
amqp "github.com/rabbitmq/amqp091-go"
log "github.com/sirupsen/logrus"
"github.com/streadway/amqp"
"io"
"os"
)