-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (47 loc) · 1.94 KB
/
go.mod
File metadata and controls
49 lines (47 loc) · 1.94 KB
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
39
40
41
42
43
44
45
46
47
48
49
module github.com/fsn-dev/cryptoCoins
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
github.com/aristanetworks/goarista v0.0.0-20191206003309-5d8d36c240c9
github.com/astaxie/beego v1.12.0
github.com/binance-chain/go-sdk v1.2.1
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v0.0.0-20191219182022-e17c9730c422
github.com/btcsuite/btcwallet/wallet/txauthor v1.0.0
github.com/btcsuite/btcwallet/wallet/txrules v1.0.0
github.com/cosmos/cosmos-sdk v0.37.5
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1
github.com/docker/docker v1.13.1
github.com/eoscanada/eos-go v0.8.16
github.com/golang/snappy v0.0.1
github.com/gorilla/mux v1.7.3
github.com/huin/goupnp v1.0.0
github.com/influxdata/influxdb v1.7.9
github.com/ipfs/go-log v1.0.1
github.com/jackpal/go-nat-pmp v1.0.2
github.com/julienschmidt/httprouter v1.3.0
github.com/libp2p/go-libp2p v6.0.23+incompatible
github.com/libp2p/go-libp2p-crypto v0.1.0
github.com/libp2p/go-libp2p-host v0.1.0
github.com/libp2p/go-libp2p-net v0.1.0
github.com/libp2p/go-libp2p-peer v0.2.0
github.com/libp2p/go-libp2p-peerstore v0.1.4
github.com/multiformats/go-multiaddr v0.2.0
github.com/opentracing/opentracing-go v1.1.0
github.com/rs/cors v1.7.0
github.com/rubblelabs/ripple v0.0.0-20190714134121-6dd7d15dd060
github.com/schancel/cashaddr-converter v0.0.0-20181111022653-4769e7add95a
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
github.com/tendermint/tendermint v0.32.9
github.com/tidwall/sjson v1.1.1 // indirect
github.com/whyrusleeping/go-logging v0.0.1
github.com/willf/bitset v1.1.10 // indirect
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
gopkg.in/urfave/cli.v1 v1.20.0
)