First working version

This commit is contained in:
jar3b
2019-03-28 18:02:02 +03:00
parent ce01279e08
commit eb4942729f
8 changed files with 418 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
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
)