forked from fxfactorial/liquidation-bot-fall-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 715 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module watch_for_arb
go 1.15
require (
github.com/ALTree/bigfloat v0.0.0-20180506151649-b176f1e721fc
github.com/c-bata/go-prompt v0.2.5
github.com/ethereum/go-ethereum v1.9.23
github.com/gizak/termui/v3 v3.1.0
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/pkg/errors v0.8.1
github.com/pkg/profile v1.5.0
github.com/soniakeys/perm v1.0.0
github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
gonum.org/v1/gonum v0.8.1
)