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 )