Skip to content

Commit

Permalink
Bump fortio.org/fortio from 1.67.0 to 1.67.1 (#89)
Browse files Browse the repository at this point in the history
Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.67.0
to 1.67.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fortio/fortio/releases">fortio.org/fortio's
releases</a>.</em></p>
<blockquote>
<h2>v1.67.1</h2>
<h2>What's Changed</h2>
<ul>
<li>
<p>Go 1.22.8 and log 1.17.1 by <a
href="https://github.com/ldemailly"><code>@​ldemailly</code></a> in <a
href="https://redirect.github.com/fortio/fortio/pull/987">fortio/fortio#987</a></p>
</li>
<li>
<p>Bump docker/build-push-action from 6.7.0 to 6.9.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fortio/fortio/pull/985">fortio/fortio#985</a></p>
</li>
<li>
<p>Bump google.golang.org/grpc from 1.67.0 to 1.67.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fortio/fortio/pull/986">fortio/fortio#986</a></p>
</li>
<li>
<p>Go 1.22.8 and log 1.17.1 by <a
href="https://github.com/ldemailly"><code>@​ldemailly</code></a> in <a
href="https://redirect.github.com/fortio/fortio/pull/987">fortio/fortio#987</a></p>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fortio/fortio/compare/v1.67.0...v1.67.1">https://github.com/fortio/fortio/compare/v1.67.0...v1.67.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fortio/fortio/commit/16186b8ff17306f9e4a30c925911916faa641fe5"><code>16186b8</code></a>
Go 1.22.8 and log 1.17.1 (<a
href="https://redirect.github.com/fortio/fortio/issues/987">#987</a>)</li>
<li><a
href="https://github.com/fortio/fortio/commit/d039ae7317b7a6effd89d954bb40209e0400b0c3"><code>d039ae7</code></a>
Bump google.golang.org/grpc from 1.67.0 to 1.67.1 (<a
href="https://redirect.github.com/fortio/fortio/issues/986">#986</a>)</li>
<li><a
href="https://github.com/fortio/fortio/commit/7bc3499b5b516af920b9b412dc0cd7f3fa9ee3bd"><code>7bc3499</code></a>
Bump docker/build-push-action from 6.7.0 to 6.9.0 (<a
href="https://redirect.github.com/fortio/fortio/issues/985">#985</a>)</li>
<li>See full diff in <a
href="https://github.com/fortio/fortio/compare/v1.67.0...v1.67.1">compare
view</a></li>
</ul>
</details>
<br />


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

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
Dependabot will merge this PR once CI passes on it, as requested by
@ldemailly.

[//]: # (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>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent e842407 commit 74c11db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ go 1.22.4

require (
fortio.org/assert v1.2.1
fortio.org/fortio v1.67.0
fortio.org/log v1.16.0
fortio.org/scli v1.15.2
fortio.org/fortio v1.67.1
fortio.org/log v1.17.1
fortio.org/scli v1.15.3
github.com/prometheus/client_golang v1.20.4
golang.org/x/time v0.5.0
)

require (
fortio.org/cli v1.9.0 // indirect
fortio.org/dflag v1.7.2 // indirect
fortio.org/cli v1.9.2 // indirect
fortio.org/dflag v1.7.3 // indirect
fortio.org/safecast v1.0.0 // indirect
fortio.org/sets v1.2.0 // indirect
fortio.org/struct2env v0.4.1 // indirect
Expand Down
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
fortio.org/assert v1.2.1 h1:48I39urpeDj65RP1KguF7akCjILNeu6vICiYMEysR7Q=
fortio.org/assert v1.2.1/go.mod h1:039mG+/iYDPO8Ibx8TrNuJCm2T2SuhwRI3uL9nHTTls=
fortio.org/cli v1.9.0 h1:cPgNHvrjxznmbmwuXSwPqQLKZ+RMW8i0iAOESLjt1aI=
fortio.org/cli v1.9.0/go.mod h1:pk/JBE8LcXtNuo5Yj2bLsVbwPaHo8NWdbstSN0cpbFk=
fortio.org/dflag v1.7.2 h1:lUhXFvDlw4CJj/q7hPv/TC+n/wVoQylzQO6bUg5GQa0=
fortio.org/dflag v1.7.2/go.mod h1:6yO/NIgrWfQH195WbHJ3Y45SCx11ffivQjfx2C/FS1U=
fortio.org/fortio v1.67.0 h1:FLi/7JtyUJN3tGeBRdF35/CkDYv6/VtQY8XY6fAcfGI=
fortio.org/fortio v1.67.0/go.mod h1:HPfAU8jOjwrHQ7qh0mNpWPHNPKSfnfuzQ5qhgvNUVQ4=
fortio.org/log v1.16.0 h1:GhU8/9NkYZmEIzvTN/DTMedDAStLJraWUUVUA2EbNDc=
fortio.org/log v1.16.0/go.mod h1:t58Spg9njjymvRioh5F6qKGSupEsnMjXLGWIS1i3khE=
fortio.org/cli v1.9.2 h1:17eJ8QZPjXHcLBpeCe0QMO/0fj5Bw0ZTxVgL7V9jOqc=
fortio.org/cli v1.9.2/go.mod h1:7r55OoTV8NXcTvJT4boWk8s3I2LP6TMZh/0LLMJEYw0=
fortio.org/dflag v1.7.3 h1:yws+v+/fJ67bYgrgcWpLtgdZPEWkYuwdfqz/WyQ8UXo=
fortio.org/dflag v1.7.3/go.mod h1:O1Pk4lKRolw9wwAGyjTo8IsNyqqNRQGKxPOfpOElMqM=
fortio.org/fortio v1.67.1 h1:KAYyeu6z/01d/QwJm2dCVIadAhd8jNsezJHhlkoOMwU=
fortio.org/fortio v1.67.1/go.mod h1:XfrXH/BJ/hhxBXHj9z8FaqvsBbnf46SLyoWtPgopDlU=
fortio.org/log v1.17.1 h1:YQoGyZBnXTVIs77/nZw7BppwSOIamP3I092PGBenBZs=
fortio.org/log v1.17.1/go.mod h1:t58Spg9njjymvRioh5F6qKGSupEsnMjXLGWIS1i3khE=
fortio.org/safecast v1.0.0 h1:dr3131WPX8iS1pTf76+39WeXbTrerDYLvi9s7Oi3wiY=
fortio.org/safecast v1.0.0/go.mod h1:xZmcPk3vi4kuUFf+tq4SvnlVdwViqf6ZSZl91Jr9Jdg=
fortio.org/scli v1.15.2 h1:vWXt4QOViXNWy4Gdm7d2FDfptzWD00QiWzYAM/IUF7c=
fortio.org/scli v1.15.2/go.mod h1:XvY2JglgCeeZOIc5CrfBTtcsxkVV8xmGL5ykAcBjEHI=
fortio.org/scli v1.15.3 h1:XZYONPupGOd1Q68G4aq0vWg9obw0M57sC4snkyiab9w=
fortio.org/scli v1.15.3/go.mod h1:cWJJbXObkF+GsbtPqxE60GFctllOANYS+Yp9PJK0xK8=
fortio.org/sets v1.2.0 h1:FBfC7R2xrOJtkcioUbY6WqEzdujuBoZRbSdp1fYF4Kk=
fortio.org/sets v1.2.0/go.mod h1:J2BwIxNOLWsSU7IMZUg541kh3Au4JEKHrghVwXs68tE=
fortio.org/struct2env v0.4.1 h1:rJludAMO5eBvpWplWEQNqoVDFZr4RWMQX7RUapgZyc0=
Expand Down

0 comments on commit 74c11db

Please sign in to comment.