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

Commit

Permalink
modify mod
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzuochao committed Jan 15, 2020
1 parent 701c4ba commit 6082308
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
13 changes: 8 additions & 5 deletions ccppath-sdk/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
module github.com/aliyun/aliyun-ccp/ccppath-sdk/go

require (
github.com/alibabacloud-go/tea v0.0.0-20191231032509-ac31e098dc2a
github.com/aliyun/aliyun-ccp/baseclient/go v0.0.0-20191227021735-faeb8a83a5d8
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8 // indirect
golang.org/x/tools v0.0.0-20191230220329-2aa90c603ae3 // indirect
github.com/alibabacloud-go/tea v0.0.0-20200103025801-3e754bc30e91
github.com/aliyun/aliyun-ccp/baseclient/go v0.0.0-20200115083247-701c4ba30023
github.com/aliyun/credentials-go v0.0.1 // indirect
golang.org/x/crypto v0.0.0-20200109152110-61a87790db17 // indirect
golang.org/x/mod v0.2.0 // indirect
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1 // indirect
golang.org/x/tools v0.0.0-20200115044656-831fdb1e1868 // indirect
)
13 changes: 8 additions & 5 deletions osspath-sdk/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ module github.com/aliyun/aliyun-ccp/osspath-sdk/go
go 1.12

require (
github.com/alibabacloud-go/tea v0.0.0-20191231032509-ac31e098dc2a
github.com/aliyun/aliyun-ccp/baseclient/go v0.0.0-20191227021735-faeb8a83a5d8
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8 // indirect
golang.org/x/tools v0.0.0-20191230220329-2aa90c603ae3 // indirect
github.com/alibabacloud-go/tea v0.0.0-20200103025801-3e754bc30e91
github.com/aliyun/aliyun-ccp/baseclient/go v0.0.0-20200115083247-701c4ba30023
github.com/aliyun/credentials-go v0.0.1 // indirect
golang.org/x/crypto v0.0.0-20200109152110-61a87790db17 // indirect
golang.org/x/mod v0.2.0 // indirect
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1 // indirect
golang.org/x/tools v0.0.0-20200115044656-831fdb1e1868 // indirect
)

0 comments on commit 6082308

Please sign in to comment.