Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzuochao committed Feb 25, 2020
1 parent 70047f1 commit f25ad74
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
3 changes: 3 additions & 0 deletions ChangeLog-Go.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-02-25 Version: v1.1.0
- Remove BaseClient.

2020-02-15 Version: v1.0.5
- Update osspath

Expand Down
2 changes: 1 addition & 1 deletion ccppath-sdk/Teafile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"main": "./ccp.tea",
"releases": {
"go": "github.com/aliyun/aliyun-ccp/ccppath-sdk/go/client:v1.0.5",
"go": "github.com/aliyun/aliyun-ccp/ccppath-sdk/go/client:v1.1.0",
"ts": "@alicloud/ccppath-sdk:1.2.0",
"java": "com.aliyun:ccp-client:1.1.1",
"csharp": "Aliyun.SDK.CCP.Client:0.0.5"
Expand Down
11 changes: 9 additions & 2 deletions ccppath-sdk/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
module github.com/aliyun/aliyun-ccp/ccppath-sdk/go

require (
github.com/alibabacloud-go/tea v0.0.4
github.com/aliyun/aliyun-ccp/credential/golang v0.0.0-20200224015509-e3e4a5c54cc8
github.com/alibabacloud-go/tea v0.0.5
github.com/aliyun/aliyun-ccp/credential/golang v0.0.0-20200225021155-54764328eb07
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/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
gopkg.in/yaml.v2 v2.2.8 // indirect
)
2 changes: 1 addition & 1 deletion osspath-sdk/Teafile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"main": "./oss.tea",
"releases": {
"go": "github.com/aliyun/aliyun-ccp/osspath-sdk/go/client:v1.0.5",
"go": "github.com/aliyun/aliyun-ccp/osspath-sdk/go/client:v1.1.0",
"ts": "@alicloud/osspath-sdk:1.1.0",
"csharp": "Aliyun.SDK.CCP.OSS.Client:0.0.5",
"java": "com.aliyun:ccp-oss-client:1.1.5"
Expand Down
11 changes: 9 additions & 2 deletions osspath-sdk/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
module github.com/aliyun/aliyun-ccp/osspath-sdk/go

require (
github.com/alibabacloud-go/tea v0.0.4
github.com/aliyun/aliyun-ccp/credential/golang v0.0.0-20200224015509-e3e4a5c54cc8
github.com/alibabacloud-go/tea v0.0.5
github.com/aliyun/aliyun-ccp/credential/golang v0.0.0-20200225021155-54764328eb07
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/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
gopkg.in/yaml.v2 v2.2.8 // indirect
)

0 comments on commit f25ad74

Please sign in to comment.