|
|
@@ -3,6 +3,7 @@ module github.com/zricethezav/gitleaks/v8
|
|
|
go 1.19
|
|
|
|
|
|
require (
|
|
|
+ github.com/BobuSumisu/aho-corasick v1.0.3
|
|
|
github.com/charmbracelet/lipgloss v0.5.0
|
|
|
github.com/fatih/semgroup v1.2.0
|
|
|
github.com/gitleaks/go-gitdiff v0.9.0
|
|
|
@@ -14,7 +15,6 @@ require (
|
|
|
)
|
|
|
|
|
|
require (
|
|
|
- github.com/BobuSumisu/aho-corasick v1.0.3 // indirect
|
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
|
@@ -33,7 +33,6 @@ require (
|
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
|
github.com/pelletier/go-toml v1.9.3 // indirect
|
|
|
- github.com/petar-dambovaliev/aho-corasick v0.0.0-20211021192214-5ab2d9280aa9
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|