From 188a22dc1963ae3a78cd70d228a79ea352ca10ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 07:07:58 +0000 Subject: [PATCH] Bump github.com/bxcodec/faker/v3 from 3.7.0 to 3.8.0 Bumps [github.com/bxcodec/faker/v3](https://github.com/bxcodec/faker) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/bxcodec/faker/releases) - [Commits](https://github.com/bxcodec/faker/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: github.com/bxcodec/faker/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index de07c18..5fc700c 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/snorwin/jsonpatch go 1.15 require ( - github.com/bxcodec/faker/v3 v3.7.0 + github.com/bxcodec/faker/v3 v3.8.0 github.com/evanphx/json-patch v5.6.0+incompatible github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.18.1 diff --git a/go.sum b/go.sum index 0c7a922..5fe2c37 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/bxcodec/faker/v3 v3.7.0 h1:qWAFFwcyVS0ukF0UoJju1wBLO0cuPQ7JdVBPggM8kNo= -github.com/bxcodec/faker/v3 v3.7.0/go.mod h1:gF31YgnMSMKgkvl+fyEo1xuSMbEuieyqfeslGYFjneM= +github.com/bxcodec/faker/v3 v3.8.0 h1:F59Qqnsh0BOtZRC+c4cXoB/VNYDMS3R5mlSpxIap1oU= +github.com/bxcodec/faker/v3 v3.8.0/go.mod h1:gF31YgnMSMKgkvl+fyEo1xuSMbEuieyqfeslGYFjneM= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=