Skip to content

Commit

Permalink
Generated golang 2020-04-07 for cas.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Sep 23, 2022
1 parent 1683dff commit faa8576
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2022-09-23 Version: v2.0.0
- Generated golang 2020-04-07 for cas.

2022-09-23 Version: v1.0.7
- Support SSL Sign.

Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## 安装
你可以使用 `go mod` 来管理你的依赖,
```sh
go get github.com/alibabacloud-go/cas-20200407
go get github.com/alibabacloud-go/cas-20200407/v2
```

## 问题
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/cas-20200407
$ go get github.com/alibabacloud-go/cas-20200407/v2
```

## Issues
Expand Down
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package client

import (
openapi "github.com/alibabacloud-go/darabonba-openapi/client"
openapi "github.com/alibabacloud-go/darabonba-openapi/v2/client"
endpointutil "github.com/alibabacloud-go/endpoint-util/service"
openapiutil "github.com/alibabacloud-go/openapi-util/service"
util "github.com/alibabacloud-go/tea-utils/v2/service"
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/alibabacloud-go/cas-20200407
module github.com/alibabacloud-go/cas-20200407/v2

go 1.15

require (
github.com/alibabacloud-go/darabonba-openapi v0.2.0
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.0
github.com/alibabacloud-go/endpoint-util v1.1.0
github.com/alibabacloud-go/openapi-util v0.0.11
github.com/alibabacloud-go/tea v1.1.19
Expand Down

0 comments on commit faa8576

Please sign in to comment.