-
Notifications
You must be signed in to change notification settings - Fork 929
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1059 from cityiron/1.5.6-change-list
Ready for release 1.5.6
- Loading branch information
Showing
8 changed files
with
1,879 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
module github.com/apache/dubbo-go/test/integrate/dubbo/go-client | ||
|
||
require github.com/apache/dubbo-go-hessian2 v1.7.0 | ||
require ( | ||
github.com/apache/dubbo-go v1.5.6-rc1.0.20210220143153-9c8fc77f0381 | ||
github.com/apache/dubbo-go-hessian2 v1.8.2 | ||
) | ||
|
||
go 1.13 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
module github.com/apache/dubbo-go/test/integrate/dubbo/go-server | ||
|
||
require github.com/apache/dubbo-go-hessian2 v1.7.0 | ||
require ( | ||
github.com/apache/dubbo-go v1.5.6-rc1.0.20210220143153-9c8fc77f0381 | ||
github.com/apache/dubbo-go-hessian2 v1.8.2 | ||
) | ||
|
||
go 1.13 |
Large diffs are not rendered by default.
Oops, something went wrong.