Skip to content

Commit 0a3256b

Browse files
committed
glide
1 parent d0c006e commit 0a3256b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

glide.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)