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
174 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 gopkg.in/telegram-bot-api.v4
go get gopkg.in/yaml.v2