mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
Bump github.com/zricethezav/gitleaks/v8 from 8.4.0 to 8.5.0 (#94)
Bumps [github.com/zricethezav/gitleaks/v8](https://github.com/zricethezav/gitleaks) from 8.4.0 to 8.5.0. - [Release notes](https://github.com/zricethezav/gitleaks/releases) - [Changelog](https://github.com/zricethezav/gitleaks/blob/master/.goreleaser.yml) - [Commits](https://github.com/zricethezav/gitleaks/compare/v8.4.0...v8.5.0) --- updated-dependencies: - dependency-name: github.com/zricethezav/gitleaks/v8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3eddabafc5
commit
cd161360cd
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
@ -35,7 +35,7 @@ require (
|
|||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502
|
||||
github.com/xanzy/go-gitlab v0.60.0
|
||||
github.com/zricethezav/gitleaks/v8 v8.4.0
|
||||
github.com/zricethezav/gitleaks/v8 v8.5.0
|
||||
golang.org/x/crypto v0.0.0-20211215165025-cf75a172585e
|
||||
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
||||
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
||||
|
|
4
go.sum
4
go.sum
|
@ -447,8 +447,8 @@ github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
|
|||
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
|
||||
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
|
||||
github.com/yuin/goldmark v1.4.0/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
|
||||
github.com/zricethezav/gitleaks/v8 v8.4.0 h1:wCQcEi9hDEDxNiIAJjbu3PjTjOSroDEigTvlN/sAFPQ=
|
||||
github.com/zricethezav/gitleaks/v8 v8.4.0/go.mod h1:kfwn0MTdK7bWJcMIZyQrXPVHoWAZXL0YT+5H4Xr16iY=
|
||||
github.com/zricethezav/gitleaks/v8 v8.5.0 h1:+7+kOptGMlGFx2OPCi5y1oisliojDcBCaE87PI0DJMc=
|
||||
github.com/zricethezav/gitleaks/v8 v8.5.0/go.mod h1:kfwn0MTdK7bWJcMIZyQrXPVHoWAZXL0YT+5H4Xr16iY=
|
||||
go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=
|
||||
go.etcd.io/etcd/client/pkg/v3 v3.5.0/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g=
|
||||
go.etcd.io/etcd/client/v2 v2.305.0/go.mod h1:h9puh54ZTgAKtEbut2oe9P4L/oqKCVB6xsXlzd7alYQ=
|
||||
|
|
Loading…
Reference in a new issue