-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 740 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/picfight/tgexchbot
go 1.13
require (
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v1.0.1
github.com/decred/dcrd/rpcclient v1.1.0
github.com/jfixby/coin v0.0.0-20190927091650-385b78bc116b
github.com/jfixby/coinharness v0.0.0-20200327152748-5be5b892422b
github.com/jfixby/go-bitcoin-core-rpc v0.0.0-20181021223752-1f5e57e12ba1 // indirect
github.com/jfixby/pin v0.0.0-20190926185208-4828e1e664f4
github.com/picfight/pfcd v0.0.0-20191229010435-dfe5cf45f91b
github.com/picfight/picfightcoin v0.0.0-20191107151210-0ab5c80ba5bc
github.com/pplcc/plotext v0.0.0-20180221170324-68ab3c6e05c3
github.com/stevenroose/go-bitcoin-core-rpc v0.0.0-20181021223752-1f5e57e12ba1
gonum.org/v1/plot v0.8.1
)