hdkv
/
i2_bot
Archived
1
Fork 0
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues/pull-requests.
i2_bot/dependencies.sh

8 lines
193 B
Bash
Raw Normal View History

2017-10-07 02:48:01 +04:00
#!/bin/bash
go get github.com/go-sql-driver/mysql
go get github.com/jmoiron/sqlx
go get github.com/pressly/goose
go get github.com/go-telegram-bot-api/telegram-bot-api
2017-10-07 02:48:01 +04:00
go get gopkg.in/yaml.v2