diff --git a/config/bbgo.yaml b/config/bbgo.yaml new file mode 100644 index 000000000..32e1f7853 --- /dev/null +++ b/config/bbgo.yaml @@ -0,0 +1,10 @@ +--- +notifier: + slack: + errorChannel: "bbgo-error" + +exchange: + binance: + target: binance + max: + target: max diff --git a/go.mod b/go.mod index 0b0abd497..50cd614ef 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ 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 // indirect + 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