murphy/go.mod

17 lines
442 B
Modula-2
Raw Permalink Normal View History

2021-11-30 14:58:33 +01:00
module git.entr0py.de/garionion/murphy
2021-11-30 15:49:34 +01:00
go 1.17
2021-11-30 14:58:33 +01:00
require (
2021-12-01 01:10:46 +01:00
github.com/go-co-op/gocron v1.10.0
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
2021-11-30 15:49:34 +01:00
github.com/karrick/godirwalk v1.16.1
2021-11-30 14:58:33 +01:00
github.com/mehdioa/nlog v0.0.0-20210327090009-d60bf476a16a
2021-11-30 15:49:34 +01:00
github.com/oriser/regroup v0.0.0-20210730155327-fca8d7531263
2021-11-30 14:58:33 +01:00
)
2021-12-01 01:10:46 +01:00
require (
github.com/robfig/cron/v3 v3.0.1 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
)