This repository was archived by the owner on Jul 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## ` v4.2.0 `
4
+ - Update to the GA verison of go-amqp
5
+
3
6
## ` v4.1.0 `
4
7
- Update to the latest go-amqp
5
8
[ PR #72 ] ( https://github.com/Azure/azure-amqp-common-go/pull/72 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/Azure/azure-amqp-common-go/v4
3
3
go 1.18
4
4
5
5
require (
6
- github.com/Azure/go-amqp v0.19 .0
6
+ github.com/Azure/go-amqp v1.0 .0
7
7
github.com/Azure/go-autorest/autorest v0.11.18
8
8
github.com/Azure/go-autorest/autorest/adal v0.9.13
9
9
github.com/devigned/tab v0.1.1
Original file line number Diff line number Diff line change 1
- github.com/Azure/go-amqp v0.19 .0 h1:LSkPtyUxv/hJWxWXFd52SqRaAMuwOXEOzKrXS9JM5U0 =
2
- github.com/Azure/go-amqp v0.19 .0/go.mod h1:+bg0x3ce5+Q3ahCEXnCsGG3ETpDQe3MEVnOuT2ywPwc =
1
+ github.com/Azure/go-amqp v1.0 .0 h1:QfCugi1M+4F2JDTRgVnRw7PYXLXZ9hmqk3+9+oJh3OA =
2
+ github.com/Azure/go-amqp v1.0 .0/go.mod h1:+bg0x3ce5+Q3ahCEXnCsGG3ETpDQe3MEVnOuT2ywPwc =
3
3
github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs =
4
4
github.com/Azure/go-autorest v14.2.0+incompatible /go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24 =
5
5
github.com/Azure/go-autorest/autorest v0.11.18 h1:90Y4srNYrwOtAgVo3ndrQkTYn6kf1Eg/AjTFJ8Is2aM =
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ package common
2
2
3
3
const (
4
4
// Version is the semantic version of the library
5
- Version = "4.1 .0"
5
+ Version = "4.2 .0"
6
6
)
You can’t perform that action at this time.
0 commit comments