forked from alpacahq/marketstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
61 lines (60 loc) · 3.06 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
module github.com/alpacahq/marketstore
require (
code.cloudfoundry.org/bytefmt v0.0.0-20180906201452-2aa6f33b730c
github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398 // indirect
github.com/adshao/go-binance v0.0.0-20181012004556-e9a4ac01ca48
github.com/ajg/form v1.5.1 // indirect
github.com/alpacahq/rpc v1.3.0
github.com/alpacahq/slait v1.1.7
github.com/antlr/antlr4 v0.0.0-20181031000400-73836edf1f84
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/buger/jsonparser v0.0.0-20181023193515-52c6e1462ebd
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/eapache/channels v1.1.0
github.com/flosch/pongo2 v0.0.0-20181225140029-79872a7b2769 // indirect
github.com/gavv/monotime v0.0.0-20190418164738-30dba4353424 // indirect
github.com/gobwas/glob v0.2.3
github.com/gorilla/websocket v1.4.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/iris-contrib/blackfriday v2.0.0+incompatible // indirect
github.com/iris-contrib/formBinder v0.0.0-20190104093907-fbd5963f41e1 // indirect
github.com/json-iterator/go v1.1.6
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/kataras/golog v0.0.0-20190620222301-4851375e24d4 // indirect
github.com/kataras/iris v11.1.0+incompatible // indirect
github.com/kataras/pio v0.0.0-20190103105442-ea782b38602d // indirect
github.com/klauspost/compress v1.4.1
github.com/klauspost/cpuid v1.2.0 // indirect
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/pkg/errors v0.8.0
github.com/preichenberger/go-gdax v0.0.0-20181027225743-eb74ba719d9a
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/timpalpant/go-iex v0.0.0-20181027174710-0b8a5fdd2ec1
github.com/valyala/fasthttp v1.0.0
github.com/vmihailenco/msgpack v4.0.1+incompatible
github.com/xeipuuv/gojsonpointer v0.0.0-20190809123943-df4f5c81cb3b // indirect
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
gonum.org/v1/gonum v0.0.0-20190618015908-5dc218f86579
google.golang.org/appengine v1.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
gopkg.in/matryer/try.v1 v1.0.0-20150601225556-312d2599e12e
gopkg.in/yaml.v2 v2.2.2
)