Skip to content

Commit e6a5027

Browse files
dependabot[bot]monty-botacabarbaye
authored
⬆️ Bump github.com/go-faker/faker/v4 from 4.4.2 to 4.5.0 in /utils (#494)
Bumps [github.com/go-faker/faker/v4](https://github.com/go-faker/faker) from 4.4.2 to 4.5.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.5.0</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/go-faker/faker/pull/54">go-faker/faker#54</a></li> <li>feat: add UserAgent faker by <a href="https://github.com/mbezhanov"><code>@​mbezhanov</code></a> in <a href="https://redirect.github.com/go-faker/faker/pull/57">go-faker/faker#57</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mbezhanov"><code>@​mbezhanov</code></a> made their first contribution in <a href="https://redirect.github.com/go-faker/faker/pull/57">go-faker/faker#57</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-faker/faker/compare/v4.4.2...v4.5.0">https://github.com/go-faker/faker/compare/v4.4.2...v4.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-faker/faker/commit/0f10aed522e8a93bc99d7cd3f2ae89e3ff168d52"><code>0f10aed</code></a> feat: add UserAgent faker (<a href="https://redirect.github.com/go-faker/faker/issues/57">#57</a>)</li> <li><a href="https://github.com/go-faker/faker/commit/980ac3d9cd3f313f2cd169e71af9047c4a6ab160"><code>980ac3d</code></a> chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 (<a href="https://redirect.github.com/go-faker/faker/issues/54">#54</a>)</li> <li>See full diff in <a href="https://github.com/go-faker/faker/compare/v4.4.2...v4.5.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.4.2&new-version=4.5.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot <monty-bot@arm.com> Co-authored-by: Adrien CABARBAYE <adrien.cabarbaye@arm.com>
1 parent 8808054 commit e6a5027

File tree

7 files changed

+8
-3
lines changed

7 files changed

+8
-3
lines changed

changes/20240826102616.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.5.0

changes/20240826102620.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.5.0

changes/20240826102645.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.5.0

changes/20240826102650.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.5.0

changes/20240826102718.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: v4-4.5.0

utils/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/djherbis/times v1.6.0
1212
github.com/dolmen-go/contextio v1.0.0
1313
github.com/evanphx/hclogr v0.2.0
14-
github.com/go-faker/faker/v4 v4.4.2
14+
github.com/go-faker/faker/v4 v4.5.0
1515
github.com/go-git/go-git/v5 v5.12.0
1616
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a
1717
github.com/go-logr/logr v1.4.2

utils/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4
5353
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
5454
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
5555
github.com/gliderlabs/ssh v0.3.7 h1:iV3Bqi942d9huXnzEF2Mt+CY9gLu8DNM4Obd+8bODRE=
56-
github.com/go-faker/faker/v4 v4.4.2 h1:96WeU9QKEqRUVYdjHquY2/5bAqmVM0IfGKHV5mbfqmQ=
57-
github.com/go-faker/faker/v4 v4.4.2/go.mod h1:4K3v4AbKXYNHMQNaREMc9/kRB9j5JJzpFo6KHRvrcIw=
56+
github.com/go-faker/faker/v4 v4.5.0 h1:ARzAY2XoOL9tOUK+KSecUQzyXQsUaZHefjyF8x6YFHc=
57+
github.com/go-faker/faker/v4 v4.5.0/go.mod h1:p3oq1GRjG2PZ7yqeFFfQI20Xm61DoBDlCA8RiSyZ48M=
5858
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
5959
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
6060
github.com/go-git/go-billy/v5 v5.5.0 h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+mTU=

0 commit comments

Comments
 (0)