github-workflow-controller/go.mod

13 lines
368 B
Modula-2
Raw Normal View History

2022-08-08 12:24:26 +02:00
module itsblue.dev/plugins/github-workflow-controller
go 1.12
require (
2022-08-08 14:31:05 +02:00
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-github/v45 v45.2.0
github.com/google/go-querystring v1.1.0 // indirect
2022-08-08 12:24:26 +02:00
github.com/kelseyhightower/envconfig v1.4.0
github.com/sirupsen/logrus v1.4.2
2022-08-08 14:31:05 +02:00
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
2022-08-08 12:24:26 +02:00
)