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

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzuochao committed Dec 27, 2019
1 parent 7b0e797 commit faeb8a8
Show file tree
Hide file tree
Showing 7 changed files with 567 additions and 473 deletions.
10 changes: 5 additions & 5 deletions baseclient/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ go 1.12

require (
github.com/alibabacloud-go/debug v0.0.0-20190504072949-9472017b5c68 // indirect
github.com/alibabacloud-go/tea v0.0.0-20191213065341-8da7978c8dcd
github.com/alibabacloud-go/tea v0.0.0-20191219084903-1b923fea9df6
github.com/aliyun/credentials-go v0.0.0-20190906110604-c03d72db9395
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20191213032237-7093a17b0467 // indirect
golang.org/x/tools v0.0.0-20191226230302-065ed046f11a // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.51.0 // indirect
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)
8 changes: 6 additions & 2 deletions ccppath-sdk/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
module github.com/aliyun/aliyun-ccp/ccppath-sdk/go

require (
github.com/alibabacloud-go/tea v0.0.0-20191213065341-8da7978c8dcd
github.com/aliyun/aliyun-ccp/baseclient/go v0.0.0-20191213071845-2042a6f46edc
github.com/alibabacloud-go/tea v0.0.0-20191219084903-1b923fea9df6
github.com/aliyun/aliyun-ccp/baseclient/go v0.0.0-20191220074130-7b0e7972ebd1
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 // indirect
golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 // indirect
golang.org/x/tools v0.0.0-20191226230302-065ed046f11a // indirect
gopkg.in/ini.v1 v1.51.1 // indirect
)
Loading

0 comments on commit faeb8a8

Please sign in to comment.