forked from mosaicnetworks/evm-lite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathglide.yaml
24 lines (21 loc) · 792 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
package: github.com/bear987978897/evm-lite
import:
# Start of Development Branch Config. Uncomment the line below and comment out Master Config.
# - package: github.com/mosaicnetworks/babble/tree/develop
# End of Development Branch Config.
# Start of Master Config. Uncomment the 2 lines below. Comment out Development Branch Config.
- package: github.com/mosaicnetworks/babble
version: =0.4.1
- package: github.com/tendermint/tendermint
version: =0.30.1
# End of Master Config.
- package: github.com/ethereum/go-ethereum
version: =1.8.27
- package: github.com/sirupsen/logrus
- package: github.com/gorilla/mux
- package: github.com/spf13/cobra
version: =0.0.3
- package: github.com/spf13/viper
version: =1.1.0
- package: github.com/hashicorp/raft
version: =1.0.0