From 09d66de9eebdebcf9503a05c7bca4f4e4fbdf9a9 Mon Sep 17 00:00:00 2001 From: zenix Date: Wed, 5 Jan 2022 18:59:29 +0900 Subject: [PATCH] add twitter/telegram badge --- .gitignore | 2 ++ README.md | 15 +++++++-------- go.mod | 2 +- go.sum | 2 ++ 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 726c25d4a..25feb7f16 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,5 @@ node_modules otp*png /.deploy + +*.swp diff --git a/README.md b/README.md index f61f1e032..0ca430615 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bbgo +# BBGO A trading bot framework written in Go. The name bbgo comes from the BB8 bot in the Star Wars movie. aka Buy BitCoin Go! @@ -9,6 +9,12 @@ A trading bot framework written in Go. The name bbgo comes from the BB8 bot in t open collective badge open collective badge +## Community + +[![Telegram Global](https://img.shields.io/badge/telegram-global-blue.svg)](https://t.me/bbgo_intl) +[![Telegram Taiwan](https://img.shields.io/badge/telegram-tw-blue.svg)](https://t.me/bbgocrypto) +[![Twitter](https://img.shields.io/twitter/follow/bbgotrading?label=Follow&style=social)](https://twitter.com/bbgotrading) + ## Features - Exchange abstraction interface. @@ -542,13 +548,6 @@ See [Contributing](./CONTRIBUTING.md) -## Community - -You can join our telegram channels: - -- BBGO International -- BBGO Taiwan - ## Supporter - GitBook diff --git a/go.mod b/go.mod index 0042f608e..f34524adf 100644 --- a/go.mod +++ b/go.mod @@ -30,7 +30,7 @@ require ( github.com/lestrrat-go/strftime v1.0.0 // indirect github.com/magiconair/properties v1.8.4 // indirect github.com/mattn/go-colorable v0.1.7 // indirect - github.com/mattn/go-sqlite3 v1.14.9 // indirect + github.com/mattn/go-sqlite3 v1.14.10 // indirect github.com/mitchellh/mapstructure v1.4.1 // indirect github.com/pelletier/go-toml v1.8.1 // indirect github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 445265b3b..38710c263 100644 --- a/go.sum +++ b/go.sum @@ -316,6 +316,8 @@ github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Ky github.com/mattn/go-sqlite3 v1.14.6/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU= github.com/mattn/go-sqlite3 v1.14.9 h1:10HX2Td0ocZpYEjhilsuo6WWtUqttj2Kb0KtD86/KYA= github.com/mattn/go-sqlite3 v1.14.9/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU= +github.com/mattn/go-sqlite3 v1.14.10 h1:MLn+5bFRlWMGoSRmJour3CL1w/qL96mvipqpwQW/Sfk= +github.com/mattn/go-sqlite3 v1.14.10/go.mod h1:NyWgC/yNuGj7Q9rpYnZvas74GogHl5/Z4A/KQRfk6bU= github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d h1:5PJl274Y63IEHC+7izoQE9x6ikvDFZS2mDVS3drnohI=