-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
31 lines (28 loc) · 1.28 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
29
30
31
module github.com/newtonproject/newchain-blind
go 1.14
require (
github.com/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20200728100624-e5e93aaaf53b // indirect
github.com/btcsuite/btcutil v1.0.2
github.com/cryptoballot/fdh v0.0.0-20170924224734-5eb31ce2010c
github.com/cryptoballot/rsablind v0.0.0-20170925165423-14f9913880b7
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/ethereum/go-ethereum v1.8.26
github.com/fatih/color v1.9.0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/karalabe/hid v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/peterh/liner v1.2.0 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff // indirect
github.com/rs/cors v1.7.0 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.0
github.com/syndtr/goleveldb v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)
replace github.com/ethereum/go-ethereum => github.com/newtonproject/newchain v1.8.26-newton-1.1