From 230a798a1cd1469375c3c2f219fc6d872b4413fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 21:19:40 +0000 Subject: [PATCH] fix(deps): update module github.com/jaswdr/faker/v2 to v2.7.0 (#1245) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 33b6e68e1..9997015a6 100644 --- a/go.mod +++ b/go.mod @@ -44,7 +44,7 @@ require ( github.com/hhsnopek/etag v0.0.0-20171206181245-aea95f647346 github.com/huandu/go-clone/generic v1.7.3 github.com/iancoleman/strcase v0.3.0 - github.com/jaswdr/faker/v2 v2.6.1 + github.com/jaswdr/faker/v2 v2.7.0 github.com/jinzhu/copier v0.4.0 github.com/jszwedko/go-datemath v0.1.1-0.20230526204004-640a500621d6 github.com/labstack/echo-jwt/v4 v4.3.1 diff --git a/go.sum b/go.sum index ac4c04fd2..076a34d9f 100644 --- a/go.sum +++ b/go.sum @@ -251,6 +251,8 @@ github.com/jaswdr/faker/v2 v2.6.0 h1:19MkwsI6I2vrJhYZqsJpspzRb/fDlax2q1iBhPMxGy0 github.com/jaswdr/faker/v2 v2.6.0/go.mod h1:jZq+qzNQr8/P+5fHd9t3txe2GNPnthrTfohtnJ7B+68= github.com/jaswdr/faker/v2 v2.6.1 h1:TlGSt2WYc9ut4IfCd1hk4luXQRjImC+Zza0KS+t0aR8= github.com/jaswdr/faker/v2 v2.6.1/go.mod h1:jZq+qzNQr8/P+5fHd9t3txe2GNPnthrTfohtnJ7B+68= +github.com/jaswdr/faker/v2 v2.7.0 h1:/zrCuRKsJSC1adeL3d0N9sJnbfF+eZZmzQlONAVcRg0= +github.com/jaswdr/faker/v2 v2.7.0/go.mod h1:jZq+qzNQr8/P+5fHd9t3txe2GNPnthrTfohtnJ7B+68= github.com/jcmturner/aescts/v2 v2.0.0 h1:9YKLH6ey7H4eDBXW8khjYslgyqG2xZikXP0EQFKrle8= github.com/jcmturner/aescts/v2 v2.0.0/go.mod h1:AiaICIRyfYg35RUkr8yESTqvSy7csK90qZ5xfvvsoNs= github.com/jcmturner/dnsutils/v2 v2.0.0 h1:lltnkeZGL0wILNvrNiVCR6Ro5PGU/SeBvVO/8c/iPbo=