Dependencies getter script
This commit is contained in:
parent
2724970e3d
commit
7dae72bb52
7
dependencies.sh
Normal file
7
dependencies.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/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
|
Reference in New Issue
Block a user