From 5bd0c7d06542be907089e5f12bc5224c99a6c06e Mon Sep 17 00:00:00 2001 From: arberkatellari Date: Fri, 10 Feb 2023 10:04:00 -0500 Subject: [PATCH] Move from streadway/amqp to rabbitmq/amqp091-go --- ees/amqp_it_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ees/amqp_it_test.go b/ees/amqp_it_test.go index 9eef43e4e..7309df003 100644 --- a/ees/amqp_it_test.go +++ b/ees/amqp_it_test.go @@ -30,7 +30,7 @@ import ( "github.com/cgrates/cgrates/config" "github.com/cgrates/cgrates/engine" "github.com/cgrates/cgrates/utils" - "github.com/streadway/amqp" + amqp "github.com/rabbitmq/amqp091-go" ) var (