-
Notifications
You must be signed in to change notification settings - Fork 1
/
glide.yaml
42 lines (42 loc) · 1013 Bytes
/
glide.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
package: github.com/rai-project/evaluation
import:
- package: github.com/GeertJohan/go-sourcepath
- package: github.com/Unknwon/com
version: ^1.0.0
- package: github.com/k0kubun/pp
version: ~2.3.0
- package: github.com/olekukonko/tablewriter
- package: github.com/rai-project/config
- package: github.com/rai-project/database
subpackages:
- mongodb
- package: github.com/rai-project/dlframework
version: master
subpackages:
- framework/cmd
- package: github.com/rai-project/logger
subpackages:
- hooks
- package: github.com/rai-project/tracer
subpackages:
- all
- package: github.com/sirupsen/logrus
version: ^1.0.0
- package: github.com/spf13/cast
version: ^1.1.0
- package: github.com/spf13/cobra
version: master
- package: github.com/uber/jaeger
version: ^1.1.0
subpackages:
- model
- model/json
- package: gopkg.in/mgo.v2
subpackages:
- bson
- package: upper.io/db.v3
version: ~3.0.0
- package: github.com/stretchr/testify
version: ~1.2.0
subpackages:
- assert