concron/go.mod
2019-03-28 18:02:02 +03:00

10 lines
259 B
Modula-2

module github.com/jar3b/concron
require (
github.com/jar3b/logrus-levelpad-formatter v1.0.0
github.com/julienschmidt/httprouter v1.2.0
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
github.com/sirupsen/logrus v1.4.0
gopkg.in/yaml.v2 v2.2.2
)