- module github.com/zricethezav/gitleaks/v7
- go 1.16
- replace github.com/go-git/go-git/v5 => github.com/zricethezav/go-git/v5 v5.3.0
- require (
- github.com/BurntSushi/toml v0.3.1
- github.com/go-git/go-git/v5 v5.3.0
- github.com/hako/durafmt v0.0.0-20191009132224-3f39dc1ed9f4
- github.com/jessevdk/go-flags v1.5.0
- github.com/sergi/go-diff v1.1.0
- github.com/sirupsen/logrus v1.4.2
- golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
- )
|