Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update go mod #112

Merged
merged 1 commit into from Sep 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Teafile
@@ -1,7 +1,7 @@
{
"scope": "alibabacloud",
"name": "RPC",
"version": "0.1.6",
"version": "0.1.7",
"main": "./rpc.tea",
"maintainers": [
{
Expand All @@ -16,7 +16,7 @@
},
"releases": {
"ts": "@alicloud/rpc-client:^1.3.1",
"go": "github.com/alibabacloud-go/tea-rpc/client:v1.1.5",
"go": "github.com/alibabacloud-go/tea-rpc/client:v1.1.6",
"csharp": "AlibabaCloud.RPCClient:1.0.1",
"java": "com.aliyun:tea-rpc:0.1.2",
"php": "alibabacloud/tea-rpc:^0.1.5",
Expand Down
3 changes: 3 additions & 0 deletions golang/ChangLog.txt
@@ -1,3 +1,6 @@
2020-09-11 Version: v1.1.6
- Update go mod.

2020-09-07 Version: v1.1.5
- Improve Error.

Expand Down
2 changes: 1 addition & 1 deletion golang/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/alibabacloud-go/tea-rpc
go 1.14

require (
github.com/alibabacloud-go/tea v1.1.8
github.com/alibabacloud-go/tea v1.1.10
github.com/alibabacloud-go/tea-rpc-utils v1.1.1
github.com/alibabacloud-go/tea-utils v1.3.4
github.com/aliyun/credentials-go v1.1.2
Expand Down