8 lines
193 B
Bash
Executable File
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
|