mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
43 lines
1.8 KiB
Modula-2
43 lines
1.8 KiB
Modula-2
module github.com/c9s/bbgo
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/adshao/go-binance v0.0.0-20200604145522-bf563a35f17f
|
|
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/go-test/deep v1.0.6 // indirect
|
|
github.com/golang/protobuf v1.3.3 // indirect
|
|
github.com/google/uuid v1.1.2
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/leekchan/accounting v0.0.0-20191218023648-17a4ce5f94d4
|
|
github.com/lestrrat-go/file-rotatelogs v2.2.0+incompatible
|
|
github.com/lestrrat-go/strftime v1.0.0 // indirect
|
|
github.com/lib/pq v1.3.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.2+incompatible // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
github.com/onsi/ginkgo v1.10.3 // indirect
|
|
github.com/onsi/gomega v1.7.1 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/slack-go/slack v0.6.6-0.20200602212211-b04b8521281b
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/viper v1.7.0
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tebeka/strftime v0.1.3 // indirect
|
|
github.com/valyala/fastjson v1.5.1
|
|
github.com/x-cray/logrus-prefixed-formatter v0.5.2
|
|
golang.org/x/net v0.0.0-20201002202402-0a1ea396d57c // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
|
|
)
|