This repository was archived by the owner on Oct 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## ` v0.11.1 `
4+
5+ - Updating to the latest version of Azure/azure-amqp-common-go.
6+
37## ` v0.11.0 `
48
59- Use a singleton instance of the management link, avoiding creating a link per management
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/Azure/azure-service-bus-go
33go 1.12
44
55require (
6- github.com/Azure/azure-amqp-common-go/v3 v3.1.2
6+ github.com/Azure/azure-amqp-common-go/v3 v3.2.0
77 github.com/Azure/azure-sdk-for-go v51.1.0+incompatible
88 github.com/Azure/go-amqp v0.13.13
99 github.com/Azure/go-autorest/autorest v0.11.18
Original file line number Diff line number Diff line change 1- github.com/Azure/azure-amqp-common-go/v3 v3.1.2 h1:Xu9nboejX9a+7uOGiwEUlpD8/oN4A6f7ZmHTMmJpPkw =
2- github.com/Azure/azure-amqp-common-go/v3 v3.1.2 /go.mod h1:zN7QL/vfCsq3XQxQaTkg4ScO786CA2rQnZ1LXX7QryE =
1+ github.com/Azure/azure-amqp-common-go/v3 v3.2.0 h1:BK/3P4TW4z2HLD6G5tMlHRvptOxxi4s9ee5r8sdHBUs =
2+ github.com/Azure/azure-amqp-common-go/v3 v3.2.0 /go.mod h1:zN7QL/vfCsq3XQxQaTkg4ScO786CA2rQnZ1LXX7QryE =
33github.com/Azure/azure-sdk-for-go v51.1.0+incompatible h1:7uk6GWtUqKg6weLv2dbKnzwb0ml1Qn70AdtRccZ543w =
44github.com/Azure/azure-sdk-for-go v51.1.0+incompatible /go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc =
55github.com/Azure/go-amqp v0.13.13 h1:OBPwCO50EzniOyZR0M4VbGJYDxceIy3SFOnKVMJktdY =
You can’t perform that action at this time.
0 commit comments