os-autoinst / openqa-mon

Collection of terminal monitoring utilities for openQA
12 stars 13 forks source link

github.com/streadway/amqp is deprecated #148

Closed asmorodskyi closed 4 months ago

asmorodskyi commented 4 months ago

make requirements [10:24:31] go get ./... go: downloading github.com/grisu48/gopenqa v0.7.3 go: downloading golang.org/x/crypto v0.21.0 go: downloading github.com/streadway/amqp v1.1.0 go: downloading github.com/BurntSushi/toml v1.3.2 go: downloading golang.org/x/term v0.18.0 go: downloading golang.org/x/sys v0.18.0 go: module github.com/streadway/amqp is deprecated: Consider using the github.com/rabbitmq/amqp091-go package instead.

grisu48 commented 4 months ago

I need to check if the suggested package works in the same way.

grisu48 commented 4 months ago

In the meantime: https://github.com/grisu48/openqa-mon/pull/149

grisu48 commented 4 months ago

Fixed in https://github.com/grisu48/openqa-mon/pull/150

grisu48 commented 4 months ago

Updated in https://github.com/grisu48/openqa-mon/releases/tag/v1.2.2