bbgo_origin/go.mod

48 lines
1.9 KiB
Modula-2
Raw Normal View History

2021-01-11 05:55:53 +00:00
// +heroku install ./cmd/bbgo
2020-10-26 02:48:38 +00:00
2020-10-05 08:57:27 +00:00
module github.com/c9s/bbgo
go 1.13
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
2021-01-11 06:06:21 +00:00
github.com/adshao/go-binance/v2 v2.2.1-0.20210108025425-9a582c63144e
2020-10-11 08:02:17 +00:00
github.com/c9s/goose v0.0.0-20200415105707-8da682162a5b
2020-12-07 03:43:17 +00:00
github.com/codingconcepts/env v0.0.0-20200821220118-a8fbf8d84482
2020-10-07 05:36:11 +00:00
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
2020-12-06 10:55:24 +00:00
github.com/go-redis/redis/v8 v8.4.0
2020-10-10 04:23:05 +00:00
github.com/go-sql-driver/mysql v1.5.0
2020-10-05 08:57:27 +00:00
github.com/go-test/deep v1.0.6 // indirect
github.com/google/uuid v1.1.2
github.com/gorilla/websocket v1.4.2
2020-10-07 05:36:11 +00:00
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
2020-10-05 08:57:27 +00:00
github.com/jmoiron/sqlx v1.2.0
2020-10-07 05:36:11 +00:00
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
2020-10-05 08:57:27 +00:00
github.com/leekchan/accounting v0.0.0-20191218023648-17a4ce5f94d4
github.com/lestrrat-go/file-rotatelogs v2.2.0+incompatible
2020-10-07 05:36:11 +00:00
github.com/lestrrat-go/strftime v1.0.0 // indirect
2021-01-04 05:43:15 +00:00
github.com/markbates/pkger v0.17.1 // indirect
2020-10-07 05:36:11 +00:00
github.com/mattn/go-colorable v0.1.2 // indirect
2020-10-05 08:57:27 +00:00
github.com/mattn/go-isatty v0.0.12 // indirect
2020-10-07 05:36:11 +00:00
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
2020-10-05 08:57:27 +00:00
github.com/pkg/errors v0.9.1
github.com/pquerna/otp v1.3.0
2020-10-05 08:57:27 +00:00
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
2020-10-22 07:57:50 +00:00
github.com/robfig/cron/v3 v3.0.0
2020-10-05 08:57:27 +00:00
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/pflag v1.0.3
2020-10-05 08:57:27 +00:00
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
2020-10-07 05:36:11 +00:00
github.com/tebeka/strftime v0.1.3 // indirect
2020-10-05 08:57:27 +00:00
github.com/valyala/fastjson v1.5.1
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
gonum.org/v1/gonum v0.8.1
2020-12-06 10:55:24 +00:00
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2020-12-05 06:20:27 +00:00
gopkg.in/tucnak/telebot.v2 v2.3.5
2020-10-20 05:52:25 +00:00
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c
2020-10-05 08:57:27 +00:00
)