Skip to content

Commit 423040f

Browse files
committed
upgrade dependency
1 parent 2f006f5 commit 423040f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
replace github.com/jpillora/overseer => github.com/trufflesecurity/overseer v1.1.7-custom5
66

7-
replace github.com/zricethezav/gitleaks/v8 => github.com/trufflesecurity/gitleaks/v8 v8.6.1-custom4
7+
replace github.com/zricethezav/gitleaks/v8 => github.com/trufflesecurity/gitleaks/v8 v8.6.1-custom5
88

99
require (
1010
cloud.google.com/go/secretmanager v1.4.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8
361361
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
362362
github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502 h1:34icjjmqJ2HPjrSuJYEkdZ+0ItmGQAQ75cRHIiftIyE=
363363
github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502/go.mod h1:p9lPsd+cx33L3H9nNoecRRxPssFKUwwI50I3pZ0yT+8=
364-
github.com/trufflesecurity/gitleaks/v8 v8.6.1-custom4 h1:XthLnvFyRiCa/ay+hS69R5bUmVyzu5WSESE2/7BBY64=
365-
github.com/trufflesecurity/gitleaks/v8 v8.6.1-custom4/go.mod h1:Em2rda83ePrhmaX4ZdvNjnUADRiOJirEAqln0ZtN8og=
364+
github.com/trufflesecurity/gitleaks/v8 v8.6.1-custom5 h1:v0TVJxWbj+rKucUgeKytCNGx6pfuoLYnw2grDNvrG88=
365+
github.com/trufflesecurity/gitleaks/v8 v8.6.1-custom5/go.mod h1:Em2rda83ePrhmaX4ZdvNjnUADRiOJirEAqln0ZtN8og=
366366
github.com/trufflesecurity/overseer v1.1.7-custom5 h1:xu+Fg6fkSRifUPzUCl7N8HmobJ6WGOkIApGnM7mJS6w=
367367
github.com/trufflesecurity/overseer v1.1.7-custom5/go.mod h1:nT9w37AiO1Nop2VhVhNfzAFaPjthvxgpDV3XKsxYkcI=
368368
github.com/xanzy/go-gitlab v0.65.0 h1:9xSA9cRVhz3Z54JacIHdvWnNmNAoSz/BDnyMGOf3yIg=

0 commit comments

Comments
 (0)