Files
plugin-drone-gitleaks/go.mod
T
Brad Rydzewski b560a7c0bb initial commit
2021-11-05 21:38:28 -04:00

11 lines
257 B
Modula-2

module github.com/drone/drone-gitleaks
go 1.16
require (
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
)