mirror of
https://github.com/drone/drone-gitleaks.git
synced 2026-06-04 18:24:14 +08:00
14 lines
397 B
Modula-2
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
|
|
)
|