forked from celo-org/rosetta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (24 loc) · 1.12 KB
/
go.mod
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
module github.com/celo-org/rosetta
go 1.13
require (
github.com/celo-org/kliento v0.1.2-0.20200608140637-c5afc8cf0f44
github.com/coinbase/rosetta-sdk-go v0.1.8
github.com/ethereum/go-ethereum v1.9.8
github.com/felixge/httpsnoop v1.0.1
github.com/google/addlicense v0.0.0-20200422172452-68a83edd47bc // indirect
github.com/gorilla/handlers v1.4.2
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/k0kubun/pp v3.0.1+incompatible // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/miguelmota/go-ethereum-hdwallet v0.0.0-20200123000308-a60dcd172b4c
github.com/onsi/gomega v1.9.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.3
golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
)
// DO NOT CHANGE DIRECTORY: Create a symlink so this works
// replace github.com/ethereum/go-ethereum => ../celo-blockchain
// Use this to use external build
replace github.com/ethereum/go-ethereum => github.com/celo-org/celo-blockchain v0.0.0-20200612100840-bf2ba25426f9