From 6276bfcf3702c32a4c62fdd9bb7af453aaad5fa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 07:01:19 +0000 Subject: [PATCH] Bump github.com/bxcodec/faker/v3 from 3.8.0 to 3.8.1 Bumps [github.com/bxcodec/faker/v3](https://github.com/bxcodec/faker) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/bxcodec/faker/releases) - [Commits](https://github.com/bxcodec/faker/compare/v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: github.com/bxcodec/faker/v3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 293ffb9..18b036b 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.8.0 + github.com/bxcodec/faker/v3 v3.8.1 github.com/evanphx/json-patch v5.6.0+incompatible github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.21.1 diff --git a/go.sum b/go.sum index bf1d5d2..778201d 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -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/bxcodec/faker/v3 v3.8.1 h1:qO/Xq19V6uHt2xujwpaetgKhraGCapqY2CRWGD/SqcM= +github.com/bxcodec/faker/v3 v3.8.1/go.mod h1:DdSDccxF5msjFo5aO4vrobRQ8nIApg8kq3QWPEQD6+o= 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=