feat: add global "ALLOWED_TASKS" variable

This commit is contained in:
jar3b
2019-12-28 17:10:18 +03:00
parent dd3c3eeb85
commit cd5ad5d1ab
6 changed files with 57 additions and 12 deletions

10
go.mod
View File

@@ -1,9 +1,11 @@
module github.com/jar3b/concron
go 1.13
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
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
)