amenzhinsky / iothub

Azure IoT Hub SDK for Golang
MIT License
51 stars 57 forks source link

Upgrade to go-amqp v0.17.0 #58

Closed alexg-axis closed 2 years ago

alexg-axis commented 2 years ago

Yet again go-amqp has introduced breaking changes in a minor, which causes this library to be incompatible with libraries using the newer version of go-amqp.

Upgrading this library to use the latest available version of the go-amqp library should fix this issue.

alexg-axis commented 2 years ago

I haven't been able to run the test suite, so please make sure to run that before merge.