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