We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c006e commit 0a3256bCopy full SHA for 0a3256b
glide.yaml
@@ -0,0 +1,16 @@
1
+package: github.com/aliyun/aliyun-cli
2
+license: Apache-2.0
3
+import:
4
+- package: github.com/satori/go.uuid
5
+ version: ^1.1.0
6
+- package: github.com/jmespath/go-jmespath
7
+ version: ^0.2.2
8
+- package: github.com/json-iterator/go
9
+ version: ^1.0.4
10
+- package: github.com/sirupsen/logrus
11
+ version: ^1.0.5
12
+testImport:
13
+- package: github.com/stretchr/testify
14
+ version: ^1.1.4
15
+ subpackages:
16
+ - assert
0 commit comments