Skip to content

Commit

Permalink
⬆️ Bump github.com/go-faker/faker/v4 from 4.5.0 to 4.6.0 in /utils (#555
Browse files Browse the repository at this point in the history
)

Bumps [github.com/go-faker/faker/v4](https://github.com/go-faker/faker)
from 4.5.0 to 4.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/go-faker/faker/releases">github.com/go-faker/faker/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): bump golang.org/x/text from 0.16.0 to 0.18.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/go-faker/faker/pull/58">go-faker/faker#58</a></li>
<li>support custom domain for generate fake email by <a
href="https://github.com/martinyonatann"><code>@​martinyonatann</code></a>
in <a
href="https://redirect.github.com/go-faker/faker/pull/66">go-faker/faker#66</a></li>
<li>fix timezones list by <a
href="https://github.com/kulti"><code>@​kulti</code></a> in <a
href="https://redirect.github.com/go-faker/faker/pull/63">go-faker/faker#63</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/martinyonatann"><code>@​martinyonatann</code></a>
made their first contribution in <a
href="https://redirect.github.com/go-faker/faker/pull/66">go-faker/faker#66</a></li>
<li><a href="https://github.com/kulti"><code>@​kulti</code></a> made
their first contribution in <a
href="https://redirect.github.com/go-faker/faker/pull/63">go-faker/faker#63</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/go-faker/faker/compare/v4.5.0...v4.6.0">https://github.com/go-faker/faker/compare/v4.5.0...v4.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/go-faker/faker/commit/9dcc8ca8b3a5421854e73cd96783c005f063aac7"><code>9dcc8ca</code></a>
fix timezones list (<a
href="https://redirect.github.com/go-faker/faker/issues/63">#63</a>)</li>
<li><a
href="https://github.com/go-faker/faker/commit/9fb86859b9bb5f01c2f0a8d699b67ec53d8905cf"><code>9fb8685</code></a>
support custom domain for generate fake email (<a
href="https://redirect.github.com/go-faker/faker/issues/66">#66</a>)</li>
<li><a
href="https://github.com/go-faker/faker/commit/ad685cd3009c8d8038bb29b61cb943081c158c20"><code>ad685cd</code></a>
chore(deps): bump golang.org/x/text from 0.16.0 to 0.18.0 (<a
href="https://redirect.github.com/go-faker/faker/issues/58">#58</a>)</li>
<li>See full diff in <a
href="https://github.com/go-faker/faker/compare/v4.5.0...v4.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-faker/faker/v4&package-manager=go_modules&previous-version=4.5.0&new-version=4.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Monty Bot <[email protected]>
  • Loading branch information
dependabot[bot] and monty-bot authored Feb 5, 2025
1 parent 05d1146 commit e505efb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions changes/20250205110728.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: v4-4.6.0
1 change: 1 addition & 0 deletions changes/20250205110730.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: v4-4.6.0
2 changes: 1 addition & 1 deletion utils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/djherbis/times v1.6.0
github.com/dolmen-go/contextio v1.0.0
github.com/evanphx/hclogr v0.2.0
github.com/go-faker/faker/v4 v4.5.0
github.com/go-faker/faker/v4 v4.6.0
github.com/go-git/go-git/v5 v5.13.2
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a
github.com/go-logr/logr v1.4.2
Expand Down
4 changes: 2 additions & 2 deletions utils/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nos
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c=
github.com/gliderlabs/ssh v0.3.8/go.mod h1:xYoytBv1sV0aL3CavoDuJIQNURXkkfPA/wxQ1pL1fAU=
github.com/go-faker/faker/v4 v4.5.0 h1:ARzAY2XoOL9tOUK+KSecUQzyXQsUaZHefjyF8x6YFHc=
github.com/go-faker/faker/v4 v4.5.0/go.mod h1:p3oq1GRjG2PZ7yqeFFfQI20Xm61DoBDlCA8RiSyZ48M=
github.com/go-faker/faker/v4 v4.6.0 h1:6aOPzNptRiDwD14HuAnEtlTa+D1IfFuEHO8+vEFwjTs=
github.com/go-faker/faker/v4 v4.6.0/go.mod h1:ZmrHuVtTTm2Em9e0Du6CJ9CADaLEzGXW62z1YqFH0m0=
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UNbRM=
Expand Down

0 comments on commit e505efb

Please sign in to comment.