forked from cosmos/ethermint-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglide.yaml
More file actions
59 lines (53 loc) · 1.08 KB
/
glide.yaml
File metadata and controls
59 lines (53 loc) · 1.08 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
package: github.com/3rdStone/ethermint2
import:
#
- package: github.com/tendermint/abci
version: develop
subpackages:
- server
- types
- package: github.com/cosmos/cosmos-sdk
version: develop
- package: github.com/tendermint/iavl
version: develop
- package: github.com/tendermint/go-crypto
version: remove_ledger
subpackages:
- cmd
- keys
- package: github.com/tendermint/go-wire
version: develop
subpackages:
- data
- package: github.com/tendermint/tendermint
version: v0.15.0
subpackages:
- config
- node
- proxy
- rpc/client
- rpc/core/types
- rpc/lib/client
- rpc/lib/types
- types
- package: github.com/tendermint/tmlibs
version: develop
subpackages:
- cli
- cli/flags
- common
- events
- log
- logger
- package: github.com/gorilla/mux
version: ^1.5.0
#
- package: github.com/ethereum/go-ethereum
version: f1.6.7
repo: https://github.com/tendermint/go-ethereum.git
- package: github.com/spf13/pflag
version: master
- package: gopkg.in/urfave/cli.v1
version: 1.x
- package: github.com/mattn/go-colorable
version: 0.x