concron/go.mod

12 lines
240 B
Modula-2

module github.com/jar3b/concron
go 1.13
require (
github.com/jar3b/logrus-levelpad-formatter v1.0.0
github.com/julienschmidt/httprouter v1.3.0
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.4.2
gopkg.in/yaml.v2 v2.2.7
)