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
7b0e797
commit faeb8a8
Showing
7 changed files
with
567 additions
and
473 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
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,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 | ||
) |
Oops, something went wrong.