Archived
1
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
i2_bot/dependencies.sh
2017-10-07 19:58:14 +04:00

8 lines
193 B
Bash
Executable File

#!/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
go get gopkg.in/yaml.v2