Skip to content

Commit bcc28bf

Browse files
fix(deps): bump github.com/jaswdr/faker/v2 from 2.4.0 to 2.5.0 in /api
Bumps [github.com/jaswdr/faker/v2](https://github.com/jaswdr/faker) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/jaswdr/faker/releases) - [Commits](jaswdr/faker@v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: github.com/jaswdr/faker/v2 dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1e8035 commit bcc28bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/google/uuid v1.6.0
2626
github.com/hashicorp/go-retryablehttp v0.7.7
2727
github.com/hirosassa/zerodriver v0.1.4
28-
github.com/jaswdr/faker/v2 v2.4.0
28+
github.com/jaswdr/faker/v2 v2.5.0
2929
github.com/jinzhu/now v1.1.5
3030
github.com/joho/godotenv v1.5.1
3131
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible

api/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ github.com/jackc/pgx/v5 v5.7.2 h1:mLoDLV6sonKlvjIEsV56SkWNCnuNv531l94GaIzO+XI=
185185
github.com/jackc/pgx/v5 v5.7.2/go.mod h1:ncY89UGWxg82EykZUwSpUKEfccBGGYq1xjrOpsbsfGQ=
186186
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
187187
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
188-
github.com/jaswdr/faker/v2 v2.4.0 h1:qNmS/k60ODLMmzDdQOEUha69qcbdMZVnqZjPdOjNHGU=
189-
github.com/jaswdr/faker/v2 v2.4.0/go.mod h1:ROK8xwQV0hYOLDUtxCQgHGcl10jbVzIvqHxcIDdwY2Q=
188+
github.com/jaswdr/faker/v2 v2.5.0 h1:KUYfnleIZMSHNp/q+rDk7XEuqUUL5FhfT19iTTFqF5o=
189+
github.com/jaswdr/faker/v2 v2.5.0/go.mod h1:ROK8xwQV0hYOLDUtxCQgHGcl10jbVzIvqHxcIDdwY2Q=
190190
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 h1:iCHtR9CQyktQ5+f3dMVZfwD2KWJUgm7M0gdL9NGr8KA=
191191
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056/go.mod h1:CVKlgaMiht+LXvHG173ujK6JUhZXKb2u/BQtjPDIvyk=
192192
github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=

0 commit comments

Comments
 (0)