add cron dependency

This commit is contained in:
Danny van Kooten 2017-01-06 15:58:00 +01:00
parent 4170e30274
commit c9c30557db
1 changed files with 1 additions and 0 deletions

1
do
View File

@ -10,6 +10,7 @@ install_dependencies() {
go get "github.com/go-sql-driver/mysql"
go get -u "github.com/mattes/migrate"
go get "github.com/joho/godotenv"
go get "github.com/robfig/cron"
}
bin() {