plumber
plumber copied to clipboard
Update the RabbitMQ Libraries
The project is using old rabbitmq clients library version.
github.com/rabbitmq/rabbitmq-stream-go-client v1.0.1-rc.2
github.com/streadway/amqp v1.0.0
You should update github.com/rabbitmq/rabbitmq-stream-go-client to 1.5
You should switch github.com/streadway/amqp to https://github.com/rabbitmq/amqp091-go
github.com/streadway/amqp is not maintained anymore
Agreed. TY!