forked from eosspark/geos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
45 lines (45 loc) · 1.06 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
39
40
41
42
43
44
45
package: github.com/eosspark/eos-go
import:
- package: github.com/deckarep/golang-set
- package: github.com/docker/docker
version: 1.12.x
subpackages:
- pkg/reexec
- package: github.com/eapache/channels
- package: github.com/eosspark/container
subpackages:
- maps/treemap
- sets/treeset
- templates
- templates/tree
- package: github.com/fatih/color
- package: github.com/go-stack/stack
- package: github.com/klauspost/compress
subpackages:
- flate
- gzip
- zlib
- package: github.com/peterh/liner
- package: github.com/robertkrimen/otto
- package: github.com/stretchr/testify
subpackages:
- assert
- package: github.com/syndtr/goleveldb
subpackages:
- leveldb
- leveldb/errors
- leveldb/filter
- leveldb/opt
- leveldb/util
- package: github.com/tidwall/gjson
- package: github.com/tidwall/sjson
- package: github.com/urfave/cli
- package: github.com/valyala/bytebufferpool
- package: github.com/valyala/tcplisten
- package: golang.org/x/crypto
subpackages:
- ripemd160
- package: golang.org/x/net
subpackages:
- proxy
- websocket