-
Notifications
You must be signed in to change notification settings - Fork 27
/
go.mod
35 lines (33 loc) · 1.59 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
module github.com/denkhaus/bitshares
require (
github.com/bradhe/stopwatch v0.0.0-20180424000511-fd55e776a960
github.com/btcsuite/btcd v0.0.0-20181130015935-7d2daa5bfef2
github.com/btcsuite/btcutil v0.0.0-20180706230648-ab6388e0c60a
github.com/denkhaus/gojson v1.0.0
github.com/denkhaus/logging v0.0.0-20180714213349-14bfb935047c
github.com/emirpasic/gods v1.12.0
github.com/fatih/color v1.7.0 // indirect
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5
github.com/juju/loggo v0.0.0-20180524022052-584905176618 // indirect
github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/reflectwalk v1.0.0
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/pquerna/ffjson v0.0.0-20181028064349-e517b90714f7
github.com/sasha-s/go-deadlock v0.2.0
github.com/sirupsen/logrus v1.2.0 // indirect
github.com/stretchr/objx v0.2.0
github.com/stretchr/testify v1.3.0
github.com/tevino/abool v0.0.0-20170917061928-9b9efcf221b5
golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480
golang.org/x/net v0.0.0-20190420063019-afa5a82059c6
golang.org/x/sys v0.0.0-20190419153524-e8e3143a4f4a // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
gopkg.in/yaml.v2 v2.2.2 // indirect
)