8 lines
174 B
Bash
8 lines
174 B
Bash
|
#!/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
|