github-workflow-controller/go.mod

9 lines
156 B
Modula-2

module itsblue.dev/plugins/github-workflow-controller
go 1.12
require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/sirupsen/logrus v1.4.2
)