forked from cosmos/ethermint-archive
-
Notifications
You must be signed in to change notification settings - Fork 1
/
glide.yaml
40 lines (40 loc) · 800 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
package: github.com/tendermint/ethermint
import:
- package: github.com/ethereum/go-ethereum
repo: https://github.com/tendermint/go-ethereum.git
subpackages:
- cmd/utils
- common
- core
- core/state
- core/types
- core/vm
- eth
- ethdb
- event
- logger
- logger/glog
- node
- p2p
- params
- pow
- rlp
- rpc
- package: github.com/spf13/pflag
- package: github.com/tendermint/go-common
- package: github.com/tendermint/go-config
- package: github.com/tendermint/go-logger
- package: github.com/tendermint/go-rpc
subpackages:
- client
- package: github.com/tendermint/tendermint
subpackages:
- config/tendermint
- node
- rpc/core/types
- types
- package: github.com/tendermint/abci
subpackages:
- server
- types
- package: gopkg.in/urfave/cli.v1