diff --git a/ChangeLog.txt b/ChangeLog.txt index b95e5d3..120620a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-07-17 Version: v1.0.1 +- Generated golang 2020-01-16 for DAS. + 2020-07-15 Version: v1.0.0 - Generated golang 2020-01-16 for DAS. diff --git a/README-CN.md b/README-CN.md index d8a991d..c232f08 100644 --- a/README-CN.md +++ b/README-CN.md @@ -10,7 +10,7 @@ ## 安装 你可以使用 `go mod` 来管理你的依赖, ```sh - go get github.com/alibabacloud-go/DAS-20200116 + go get github.com/alibabacloud-go/das-20200116 ``` ## 问题 diff --git a/README.md b/README.md index d6018d0..269993c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ English | [简体中文](README-CN.md) If you use `go mod` to manage your dependence, you can use the following command: ```sh -$ go get github.com/alibabacloud-go/DAS-20200116 +$ go get github.com/alibabacloud-go/das-20200116 ``` ## Issues diff --git a/go.mod b/go.mod index c60cd71..4e0cae9 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,7 @@ module github.com/alibabacloud-go/das-20200116 -go 1.14 - require ( - github.com/alibabacloud-go/endpoint-util v1.1.0 - github.com/alibabacloud-go/tea v1.1.7 - github.com/alibabacloud-go/tea-rpc v1.1.3 github.com/alibabacloud-go/tea-utils v1.3.0 + github.com/alibabacloud-go/tea-rpc v1.1.3 + github.com/alibabacloud-go/endpoint-util v1.1.0 )