mirror of
https://github.com/tenrok/event-scheduling.git
synced 2026-05-15 11:59:41 +03:00
10 lines
162 B
Modula-2
10 lines
162 B
Modula-2
module github.com/dipeshdulal/event-scheduling
|
|
|
|
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
|
|
)
|