piped-refresher/go.mod

13 lines
373 B
Modula-2
Raw Normal View History

2024-12-28 17:05:04 +01:00
module git.ghoscht.com/ghoscht/piped-refresher
go 1.22.10
2024-12-28 18:58:20 +01:00
2024-12-28 22:01:45 +01:00
require (
github.com/go-co-op/gocron/v2 v2.14.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/jonboulle/clockwork v0.4.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
)