-
Notifications
You must be signed in to change notification settings - Fork 26
/
go.mod
38 lines (36 loc) · 1.66 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 auctionBidder
go 1.12
require (
github.com/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20191001182449-186a6201b8ef // indirect
github.com/btcsuite/btcd v0.0.0-20190926002857-ba530c4abb35
github.com/c-bata/go-prompt v0.2.3 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/elastic/gosigar v0.10.5 // indirect
github.com/ethereum/go-ethereum v1.9.6
github.com/fatih/color v1.7.0
github.com/gizak/termui v3.1.0+incompatible // indirect
github.com/gizak/termui/v3 v3.1.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/jarcoal/httpmock v1.0.4
github.com/jroimartin/gocui v0.4.0
github.com/lestrrat-go/file-rotatelogs v2.2.0+incompatible
github.com/lestrrat-go/strftime v0.0.0-20190725011945-5c849dd2c51d // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-sqlite3 v1.11.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pkg/errors v0.8.1
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/rs/xid v1.2.1 // indirect
github.com/shopspring/decimal v0.0.0-20190905144223-a36b5d85f337
github.com/sirupsen/logrus v1.4.2
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
github.com/stretchr/testify v1.3.0
github.com/tidwall/gjson v1.3.2
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
)