This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a38647f
commit bdae09b
Showing
9 changed files
with
17,917 additions
and
11,555 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
2020-03-02 Version: v1.2.0 | ||
- Add extra header. | ||
|
||
2020-02-25 Version: v1.1.0 | ||
- Remove BaseClient. | ||
|
||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
module github.com/aliyun/aliyun-ccp/ccppath-sdk/go | ||
|
||
require ( | ||
github.com/alibabacloud-go/tea v0.0.5 | ||
github.com/aliyun/aliyun-ccp/credential/golang v0.0.0-20200225021155-54764328eb07 | ||
github.com/alibabacloud-go/tea v0.0.7 | ||
github.com/aliyun/aliyun-ccp/credential/golang v0.0.0-20200226063132-a38647f02ad0 | ||
github.com/aliyun/credentials-go v0.0.3 | ||
github.com/aliyun/tea-roa-util/golang v0.0.0-20200224091309-12eff8dac473 | ||
github.com/aliyun/tea-util/golang v0.0.0-20200224063826-9f6316a6a39f | ||
github.com/aliyun/tea-roa-util/golang v0.0.0-20200302073438-09f7e22d7bb6 | ||
github.com/aliyun/tea-util/golang v0.0.0-20200302070822-07a651fdf352 | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
github.com/smartystreets/assertions v1.0.1 // indirect | ||
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/stretchr/testify v1.5.1 // indirect | ||
golang.org/x/tools v0.0.0-20200225022059-a0ec867d517c // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect | ||
golang.org/x/sys v0.0.0-20200302083256-062a44052db1 // indirect | ||
golang.org/x/tools v0.0.0-20200301222351-066e0c02454c // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/yaml.v2 v2.2.8 // indirect | ||
) |
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
Oops, something went wrong.