-
Notifications
You must be signed in to change notification settings - Fork 48
/
go.mod
32 lines (30 loc) · 1.35 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
module github.com/dabankio/wallet-core
go 1.14
require (
github.com/aristanetworks/goarista v0.0.0-20190319235110-489128639c40 // indirect
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/btcutil v1.0.2
github.com/cespare/cp v1.1.1 // indirect
github.com/dabankio/bbrpc v1.2.0-beta.9
github.com/dabankio/devtools4chains v0.1.1-beta.2020091203
github.com/dabankio/gobbc v1.0.20
github.com/davecgh/go-spew v1.1.1
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/ethereum/go-ethereum v1.9.20
github.com/fbsobreira/gotron-sdk v0.0.0-20200910163704-5dae825f6e2e
github.com/fjl/memsize v0.0.0-20180929194037-2a09253e352a // indirect
github.com/golang/protobuf v1.4.2
github.com/gorilla/websocket v1.4.1 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/rs/cors v1.6.0 // indirect
github.com/shopspring/decimal v1.2.0
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
golang.org/x/sys v0.0.0-20200817155316-9781c653f443 // indirect
golang.org/x/tools v0.0.0-20200117012304-6edc0a871e69 // indirect
)