Skip to content

Commit

Permalink
Bump github.com/valyala/fasthttp from 1.46.0 to 1.47.0 (#304)
Browse files Browse the repository at this point in the history
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp)
from 1.46.0 to 1.47.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/valyala/fasthttp/releases">github.com/valyala/fasthttp's
releases</a>.</em></p>
<blockquote>
<h2>v1.47.0</h2>
<ul>
<li>1dcf562 test: refactor to use WriteString (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1546">#1546</a>)
(Oleksandr Redko)</li>
<li>d2f0d17 examples/client: fix error (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1545">#1545</a>)
(Oleksandr Redko)</li>
<li>00c291b pprofhandler: use bytes.HasPrefix for consistency (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1543">#1543</a>)
(Oleksandr Redko)</li>
<li>1aac293 test: use ReplaceAll, remove unnecessary else (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1542">#1542</a>)
(Oleksandr Redko)* 1dcf562 test: refactor to use WriteString (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1546">#1546</a>)
(Oleksandr Redko)</li>
<li>d2f0d17 examples/client: fix error (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1545">#1545</a>)
(Oleksandr Redko)</li>
<li>00c291b pprofhandler: use bytes.HasPrefix for consistency (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1543">#1543</a>)
(Oleksandr Redko)</li>
<li>1aac293 test: use ReplaceAll, remove unnecessary else (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1542">#1542</a>)
(Oleksandr Redko)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/valyala/fasthttp/commit/1dcf56222d6253715f3d637a7506d2c31981b5c8"><code>1dcf562</code></a>
test: refactor to use WriteString (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1546">#1546</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/d2f0d172421bc4d00a91786e5db747637ae95508"><code>d2f0d17</code></a>
examples/client: fix error (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1545">#1545</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/00c291ba7b15b9402f647cde544e521164c7e2f5"><code>00c291b</code></a>
pprofhandler: use bytes.HasPrefix for consistency (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1543">#1543</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/1aac29366c33e3cdb1b298a2063fb1541aa953a6"><code>1aac293</code></a>
test: use ReplaceAll, remove unnecessary else (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1542">#1542</a>)</li>
<li>See full diff in <a
href="https://github.com/valyala/fasthttp/compare/v1.46.0...v1.47.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/valyala/fasthttp&package-manager=go_modules&previous-version=1.46.0&new-version=1.47.0)](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-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 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 May 2, 2023
1 parent 10ba75d commit d47c7c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/oxffaa/gopher-parse-sitemap v0.0.0-20191021113419-005d2eb1def4
github.com/stretchr/testify v1.8.2
github.com/temoto/robotstxt v1.1.2
github.com/valyala/fasthttp v1.46.0
github.com/valyala/fasthttp v1.47.0
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945
go.uber.org/ratelimit v0.2.0
golang.org/x/net v0.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ github.com/temoto/robotstxt v1.1.2 h1:W2pOjSJ6SWvldyEuiFXNxz3xZ8aiWX5LbfDiOFd7Fx
github.com/temoto/robotstxt v1.1.2/go.mod h1:+1AmkuG3IYkh1kv0d2qEB9Le88ehNO0zwOr3ujewlOo=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
github.com/valyala/fasthttp v1.46.0 h1:6ZRhrFg8zBXTRYY6vdzbFhqsBd7FVv123pV2m9V87U4=
github.com/valyala/fasthttp v1.46.0/go.mod h1:k2zXd82h/7UZc3VOdJ2WaUqt1uZ/XpXAfE9i+HBC3lA=
github.com/valyala/fasthttp v1.47.0 h1:y7moDoxYzMooFpT5aHgNgVOQDrS3qlkfiP9mDtGGK9c=
github.com/valyala/fasthttp v1.47.0/go.mod h1:k2zXd82h/7UZc3VOdJ2WaUqt1uZ/XpXAfE9i+HBC3lA=
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945 h1:6Ju8pZBYFTN9FaV/JvNBiIHcsgEmP4z4laciqjfjY8E=
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945/go.mod h1:4vRFPPNYllgCacoj+0FoKOjTW68rUhEfqPLiEJaK2w8=
go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=
Expand Down

0 comments on commit d47c7c7

Please sign in to comment.