Files
leaderboard-scanner/go.mod

11 lines
208 B
Modula-2

module pernicious.games/advent-of-code-scanner
go 1.21.4
require (
github.com/goccy/go-json v0.10.2
github.com/joho/godotenv v1.5.1
github.com/robfig/cron/v3 v3.0.1
github.com/valyala/fastjson v1.6.4
)