-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
38 lines (36 loc) · 1.52 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
32
33
34
35
36
37
38
module github.com/RTradeLtd/Pay
go 1.12
require (
github.com/RTradeLtd/ChainRider-Go v1.0.8
github.com/RTradeLtd/cmd/v2 v2.1.0
github.com/RTradeLtd/config/v2 v2.1.5
github.com/RTradeLtd/database/v2 v2.6.2
github.com/RTradeLtd/grpc v2.0.0+incompatible
github.com/aristanetworks/goarista v0.0.0-20190502180301-283422fc1708 // indirect
github.com/btcsuite/btcd v0.0.0-20190427004231-96897255fd17 // indirect
github.com/dchest/siphash v1.2.1 // indirect
github.com/ethereum/go-ethereum v1.9.2
github.com/gcash/bchd v0.14.3
github.com/gcash/bchutil v0.0.0-20190417142952-050b747bffa0
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/jarcoal/httpmock v1.0.4 // indirect
github.com/jinzhu/gorm v1.9.8
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.1.1 // indirect
github.com/miguelmota/go-solidity-sha3 v0.1.0
github.com/onrik/ethrpc v0.0.0-20190305112807-6b8e9c0e9a8f
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94
github.com/tidwall/gjson v1.2.1 // indirect
github.com/tidwall/match v1.0.1 // indirect
github.com/tidwall/pretty v1.0.0 // indirect
github.com/wealdtech/go-ens/v3 v3.0.9
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 // indirect
golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/grpc v1.20.1
)