hdkv
/
i2_bot
Archived
1
Fork 0

Dependencies getter script

master
Vladimir Hodakov 2017-10-07 02:48:01 +04:00
parent 2724970e3d
commit 7dae72bb52
1 changed files with 7 additions and 0 deletions

7
dependencies.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
go get github.com/go-sql-driver/mysql
go get github.com/jmoiron/sqlx
go get github.com/pressly/goose
go get gopkg.in/telegram-bot-api.v4
go get gopkg.in/yaml.v2