module github.com/c9s/bbgo go 1.13 require ( github.com/adshao/go-binance v0.0.0-20200604145522-bf563a35f17f github.com/aws/aws-sdk-go v1.35.2 // indirect github.com/fsnotify/fsnotify v1.4.7 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/jmoiron/sqlx v1.2.0 github.com/leekchan/accounting v0.0.0-20191218023648-17a4ce5f94d4 github.com/lestrrat-go/file-rotatelogs v2.2.0+incompatible github.com/lib/pq v1.3.0 // indirect github.com/mattn/go-isatty v0.0.12 // indirect github.com/mattn/go-sqlite3 v2.0.2+incompatible // 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/valyala/fastjson v1.5.1 github.com/x-cray/logrus-prefixed-formatter v0.5.2 ***REMOVED*** v0.5.0 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 )