feat: add global "ALLOWED_TASKS" variable
This commit is contained in:
10
go.mod
10
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user