From 423040f80b61d1a61d9816b1020ec34f276826db Mon Sep 17 00:00:00 2001 From: Dustin Decker Date: Mon, 13 Jun 2022 23:48:22 -0700 Subject: [PATCH] upgrade dependency --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4bc5063b2e00..a0d5ac9fc6df 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.18 replace github.com/jpillora/overseer => github.com/trufflesecurity/overseer v1.1.7-custom5 -replace github.com/zricethezav/gitleaks/v8 => github.com/trufflesecurity/gitleaks/v8 v8.6.1-custom4 +replace github.com/zricethezav/gitleaks/v8 => github.com/trufflesecurity/gitleaks/v8 v8.6.1-custom5 require ( cloud.google.com/go/secretmanager v1.4.0 diff --git a/go.sum b/go.sum index 28cbf159cfcb..5f8e308a130b 100644 --- a/go.sum +++ b/go.sum @@ -361,8 +361,8 @@ github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8 github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals= github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502 h1:34icjjmqJ2HPjrSuJYEkdZ+0ItmGQAQ75cRHIiftIyE= github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502/go.mod h1:p9lPsd+cx33L3H9nNoecRRxPssFKUwwI50I3pZ0yT+8= -github.com/trufflesecurity/gitleaks/v8 v8.6.1-custom4 h1:XthLnvFyRiCa/ay+hS69R5bUmVyzu5WSESE2/7BBY64= -github.com/trufflesecurity/gitleaks/v8 v8.6.1-custom4/go.mod h1:Em2rda83ePrhmaX4ZdvNjnUADRiOJirEAqln0ZtN8og= +github.com/trufflesecurity/gitleaks/v8 v8.6.1-custom5 h1:v0TVJxWbj+rKucUgeKytCNGx6pfuoLYnw2grDNvrG88= +github.com/trufflesecurity/gitleaks/v8 v8.6.1-custom5/go.mod h1:Em2rda83ePrhmaX4ZdvNjnUADRiOJirEAqln0ZtN8og= github.com/trufflesecurity/overseer v1.1.7-custom5 h1:xu+Fg6fkSRifUPzUCl7N8HmobJ6WGOkIApGnM7mJS6w= github.com/trufflesecurity/overseer v1.1.7-custom5/go.mod h1:nT9w37AiO1Nop2VhVhNfzAFaPjthvxgpDV3XKsxYkcI= github.com/xanzy/go-gitlab v0.65.0 h1:9xSA9cRVhz3Z54JacIHdvWnNmNAoSz/BDnyMGOf3yIg=