-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
27 lines (25 loc) · 1.01 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
module github.com/adampointer/go-bitmex
go 1.13
require (
github.com/asaskevich/EventBus v0.0.0-20180315140547-d46933a94f05
github.com/avast/retry-go v2.4.3+incompatible
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f
github.com/go-openapi/errors v0.19.2
github.com/go-openapi/runtime v0.19.8
github.com/go-openapi/strfmt v0.19.3
github.com/go-openapi/swag v0.19.5
github.com/go-openapi/validate v0.19.5
github.com/golang/protobuf v1.3.2 // indirect
github.com/gorilla/websocket v1.4.1
github.com/onsi/ginkgo v1.10.3
github.com/onsi/gomega v1.7.1
github.com/pkg/errors v0.9.1
github.com/sacOO7/go-logger v0.0.0-20180719173527-9ac9add5a50d // indirect
github.com/sacOO7/gowebsocket v0.0.0-20180719182212-1436bb906a4e
github.com/sirupsen/logrus v1.4.2
github.com/wacul/ptr v1.0.0
go.uber.org/multierr v1.4.0
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)