11 lines
206 B
Modula-2
11 lines
206 B
Modula-2
module pernicious.games/advent-of-code-scanner
|
|
|
|
go 1.21
|
|
|
|
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
|
|
)
|