mirror of
https://github.com/drone/drone-gitleaks.git
synced 2026-06-04 18:24:14 +08:00
14 lines
370 B
Modula-2
14 lines
370 B
Modula-2
module github.com/drone/drone-gitleaks
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/drone/drone-go v1.7.1
|
|
github.com/google/go-cmp v0.3.0 // indirect
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|