bbgo_origin/go.mod

136 lines
5.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
2022-03-15 09:35:13 +00:00
module github.com/c9s/bbgo
2020-10-05 08:57:27 +00:00
go 1.18
2020-10-05 08:57:27 +00:00
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/Masterminds/squirrel v1.5.3
2022-04-22 06:05:33 +00:00
github.com/adshao/go-binance/v2 v2.3.5
github.com/c-bata/goptuna v0.8.1
github.com/c9s/requestgen v1.3.0
2022-06-17 05:45:13 +00:00
github.com/c9s/rockhopper v1.2.2-0.20220617053729-ffdc87df194b
2022-06-29 08:17:43 +00:00
github.com/cheggaaa/pb/v3 v3.0.8
2020-12-07 03:43:17 +00:00
github.com/codingconcepts/env v0.0.0-20200821220118-a8fbf8d84482
github.com/evanphx/json-patch/v5 v5.6.0
github.com/fatih/camelcase v1.0.0
2022-03-15 13:50:55 +00:00
github.com/fatih/color v1.13.0
github.com/gertd/go-pluralize v0.2.1
2021-01-25 08:56:02 +00:00
github.com/gin-contrib/cors v1.3.1
2021-10-07 09:01:54 +00:00
github.com/gin-gonic/gin v1.7.0
2021-04-26 09:05:15 +00:00
github.com/go-redis/redis/v8 v8.8.0
2022-04-26 08:43:40 +00:00
github.com/go-sql-driver/mysql v1.6.0
github.com/gofrs/flock v0.8.1
github.com/google/uuid v1.3.0
2022-04-22 06:05:33 +00:00
github.com/gorilla/websocket v1.5.0
2021-12-13 23:15:18 +00:00
github.com/jmoiron/sqlx v1.3.4
github.com/joho/godotenv v1.3.0
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
2022-03-15 13:50:55 +00:00
github.com/mattn/go-shellwords v1.0.12
github.com/muesli/clusters v0.0.0-20180605185049-a07a36e67d36
github.com/muesli/kmeans v0.3.0
2020-10-05 08:57:27 +00:00
github.com/pkg/errors v0.9.1
github.com/pquerna/otp v1.3.0
github.com/prometheus/client_golang v1.11.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
2022-04-30 17:06:25 +00:00
github.com/sajari/regression v1.0.1
github.com/sirupsen/logrus v1.8.1
2022-01-16 11:06:26 +00:00
github.com/slack-go/slack v0.10.1
2020-12-31 09:07:12 +00:00
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
2021-04-26 09:05:15 +00:00
github.com/stretchr/testify v1.7.0
2020-10-05 08:57:27 +00:00
github.com/valyala/fastjson v1.5.1
github.com/wcharczuk/go-chart/v2 v2.1.0
2021-02-18 01:24:24 +00:00
github.com/webview/webview v0.0.0-20210216142346-e0bfdf0e5d90
2020-10-05 08:57:27 +00:00
github.com/x-cray/logrus-prefixed-formatter v0.5.2
2021-02-04 10:22:47 +00:00
github.com/zserge/lorca v0.1.9
2021-12-14 11:09:44 +00:00
go.uber.org/multierr v1.7.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
2022-03-15 13:50:55 +00:00
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
gonum.org/v1/gonum v0.8.2
2022-04-08 11:21:57 +00:00
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.28.0
2022-03-15 13:50:55 +00:00
gopkg.in/tucnak/telebot.v2 v2.5.0
2022-06-17 05:45:13 +00:00
gopkg.in/yaml.v3 v3.0.1
2022-03-15 13:50:55 +00:00
)
require (
2022-06-29 08:17:43 +00:00
github.com/VividCortex/ewma v1.1.1 // indirect
2022-03-15 13:50:55 +00:00
github.com/beorn7/perks v1.0.1 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
2022-06-17 05:45:13 +00:00
github.com/denisenkom/go-mssqldb v0.12.2 // indirect
2022-03-15 13:50:55 +00:00
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/go-test/deep v1.0.6 // indirect
2022-04-26 08:43:40 +00:00
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
2022-06-17 05:45:13 +00:00
github.com/golang-sql/sqlexp v0.1.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/mock v1.6.0 // indirect
2022-03-15 13:50:55 +00:00
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
2022-03-15 13:50:55 +00:00
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lestrrat-go/strftime v1.0.0 // indirect
2022-06-17 05:45:13 +00:00
github.com/lib/pq v1.10.6 // indirect
2022-03-15 13:50:55 +00:00
github.com/magiconair/properties v1.8.4 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
2022-06-29 08:17:43 +00:00
github.com/mattn/go-runewidth v0.0.12 // indirect
2022-06-17 05:45:13 +00:00
github.com/mattn/go-sqlite3 v1.14.13 // indirect
2022-03-15 13:50:55 +00:00
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
2022-06-29 08:17:43 +00:00
github.com/rivo/uniseg v0.2.0 // indirect
2022-03-15 13:50:55 +00:00
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/tebeka/strftime v0.1.3 // indirect
github.com/ugorji/go/codec v1.2.3 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
go.opentelemetry.io/otel v0.19.0 // indirect
go.opentelemetry.io/otel/metric v0.19.0 // indirect
go.opentelemetry.io/otel/trace v0.19.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
2022-06-17 05:45:13 +00:00
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
golang.org/x/mod v0.5.1 // indirect
2022-04-08 11:21:57 +00:00
golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect
2022-06-17 05:45:13 +00:00
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
2022-04-08 11:21:57 +00:00
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
2022-03-15 13:50:55 +00:00
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2022-04-08 11:21:57 +00:00
google.golang.org/genproto v0.0.0-20220405205423-9d709892a2bf // indirect
2020-12-31 09:07:12 +00:00
gopkg.in/ini.v1 v1.62.0 // indirect
2022-03-15 13:50:55 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
2020-10-05 08:57:27 +00:00
)