forked from compose/transporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglide.yaml
38 lines (38 loc) · 1.03 KB
/
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
package: github.com/compose/transporter
import:
- package: github.com/Sirupsen/logrus
version: ^0.11.0
- package: github.com/compose/mejson
- package: github.com/hashicorp/go-version
- package: github.com/lib/pq
- package: github.com/mitchellh/cli
- package: github.com/nu7hatch/gouuid
- package: github.com/robertkrimen/otto
subpackages:
- underscore
- package: golang.org/x/net
subpackages:
- context
- package: gopkg.in/gorethink/gorethink.v3
version: ^3.0.1
- package: gopkg.in/mgo.v2
subpackages:
- bson
- package: github.com/oklog/oklog
version: ^0.1.1
subpackages:
- pkg/group
- package: gopkg.in/olivere/elastic.v5
version: ^5.0.24
- package: gopkg.in/olivere/elastic.v3
version: ^5.0.24
- package: gopkg.in/olivere/elastic.v2
version: ^5.0.24
- package: github.com/smartystreets/go-aws-auth
- package: github.com/streadway/amqp
- package: github.com/dop251/goja
- package: github.com/dlclark/regexp2
version: ^1.1.3
- package: github.com/olekukonko/tablewriter
- package: github.com/mattn/go-runewidth
version: ^0.0.2