feat: Basic polling

This commit is contained in:
2025-01-17 00:08:57 +03:00
commit 96ea6d6033
10 changed files with 174 additions and 0 deletions

13
go.mod Normal file
View File

@ -0,0 +1,13 @@
module git.inkling.su/mrqiz/schedule-poll
go 1.23.3
require (
github.com/go-resty/resty/v2 v2.16.3
github.com/robfig/cron/v3 v3.0.0
)
require (
github.com/joho/godotenv v1.5.1 // indirect
golang.org/x/net v0.33.0 // indirect
)