Skip to content

Commit 6276bfc

Browse files
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](bxcodec/faker@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] <support@github.com>
1 parent abedc0c commit 6276bfc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/snorwin/jsonpatch
33
go 1.15
44

55
require (
6-
github.com/bxcodec/faker/v3 v3.8.0
6+
github.com/bxcodec/faker/v3 v3.8.1
77
github.com/evanphx/json-patch v5.6.0+incompatible
88
github.com/onsi/ginkgo v1.16.5
99
github.com/onsi/gomega v1.21.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/bxcodec/faker/v3 v3.8.0 h1:F59Qqnsh0BOtZRC+c4cXoB/VNYDMS3R5mlSpxIap1oU=
2-
github.com/bxcodec/faker/v3 v3.8.0/go.mod h1:gF31YgnMSMKgkvl+fyEo1xuSMbEuieyqfeslGYFjneM=
1+
github.com/bxcodec/faker/v3 v3.8.1 h1:qO/Xq19V6uHt2xujwpaetgKhraGCapqY2CRWGD/SqcM=
2+
github.com/bxcodec/faker/v3 v3.8.1/go.mod h1:DdSDccxF5msjFo5aO4vrobRQ8nIApg8kq3QWPEQD6+o=
33
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
44
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
55
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=

0 commit comments

Comments
 (0)