Files
plugin-drone-gitleaks/go.mod
T
Eoin McAfee 23e0e1d500 extend plugin to publish adaptive card (#1)
* extend plugin to publish adaptive card

* fix template url

* updated template

* fixes issue with template facts not working

* adjust width

* strech column for card

* add data back in

* add sample data
2022-01-25 11:10:33 +00:00

14 lines
397 B
Modula-2

module github.com/drone/drone-gitleaks
go 1.16
require (
github.com/drone/drone-go v1.7.1 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/objx v0.1.1 // indirect
github.com/zricethezav/gitleaks/v7 v7.6.1 // indirect
golang.org/x/tools v0.1.7 // indirect
)