2
0
mirror of https://github.com/tenrok/event-scheduling.git synced 2026-06-17 19:21:25 +03:00

chore: added cron libarary

This commit is contained in:
Dipesh Dulal
2021-01-23 19:22:01 +05:45
parent 9ed0238086
commit 31b9d0471c
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -5,4 +5,5 @@ go 1.15
require (
github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.9.0
github.com/robfig/cron/v3 v3.0.0
)