Skip to content

Commit

Permalink
Bump github.com/valyala/fasthttp from 1.48.0 to 1.49.0 (#334)
Browse files Browse the repository at this point in the history
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp)
from 1.48.0 to 1.49.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.49.0</h2>
<ul>
<li>0e99e64 Update golangci-lint and gosec (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1609">#1609</a>)
(Erik Dubbelboer)</li>
<li>6aea1e0 fix round2_32, split round2 tests because they depend on
sizeof int at compile time (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1607">#1607</a>)
(Duncan Overbruck)</li>
<li>4b0e6c7 Update ErrNoMultipartForm (Erik Dubbelboer)</li>
<li>727021a Update security policy (Erik Dubbelboer)</li>
<li>54fdc7a Abstracts the RoundTripper interface and provides a default
implement (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1602">#1602</a>)
(Tim)</li>
<li>e181af1 fasthttpproxy support ipv6 (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1597">#1597</a>)
(Pluto)</li>
<li>6eb2249 fix:fasthttp server with tlsConfig (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1595">#1595</a>)
(Zhang Xiaopei)</li>
<li>1c85d43 Fix round2 (Erik Dubbelboer)</li>
<li>064124e Avoid nolint:errcheck in header tests (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1589">#1589</a>)
(Oleksandr Redko)</li>
<li>0d0bbfe Auto add 'Vary' header after compression (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1585">#1585</a>)
(AutumnSun)</li>
<li>d229959 Remove unnecessary indent blocks (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1586">#1586</a>)
(Oleksandr Redko)</li>
<li>6b68042 Use timeout in TCPDialer to resolveTCPAddrs (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1582">#1582</a>)
(un000)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/valyala/fasthttp/commit/0e99e64ee836adc5a3c4b35a0d8148900c2e7898"><code>0e99e64</code></a>
Update golangci-lint and gosec (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1609">#1609</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/6aea1e0d440708a970c8294978b57ee27097bfc5"><code>6aea1e0</code></a>
fix round2_32, split round2 tests because they depend on sizeof int at
compil...</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/4b0e6c7f7dab4b3f8c9639e6d0dfe60a574d4964"><code>4b0e6c7</code></a>
Update ErrNoMultipartForm</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/727021a86c222a4cea63f4ee823c0a35f5325752"><code>727021a</code></a>
Update security policy</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/54fdc7a73c6e8adb2b7913dea57811329958eb62"><code>54fdc7a</code></a>
Abstracts the RoundTripper interface and provides a default implement
(<a
href="https://redirect.github.com/valyala/fasthttp/issues/1602">#1602</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/e181af17c77ac3f2041a192bc59a86210a00e09e"><code>e181af1</code></a>
fasthttpproxy support ipv6 (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1597">#1597</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/6eb224954a5b6538ff23fc0371c0454e60c78670"><code>6eb2249</code></a>
fix:fasthttp server with tlsConfig (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1595">#1595</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/1c85d43dfea23d49285c8248aff906c965062031"><code>1c85d43</code></a>
Fix round2</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/064124ec854b65e86aaa4a29154287fec12a346a"><code>064124e</code></a>
Avoid nolint:errcheck in header tests (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1589">#1589</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/0d0bbfee5a8dd12a82e442d3cbb11e56726dd06e"><code>0d0bbfe</code></a>
Auto add 'Vary' header after compression (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1585">#1585</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/valyala/fasthttp/compare/v1.48.0...v1.49.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.48.0&new-version=1.49.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 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>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 3fa01a3 commit c92f4b7
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.4
github.com/temoto/robotstxt v1.1.2
github.com/valyala/fasthttp v1.48.0
github.com/valyala/fasthttp v1.49.0
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945
go.uber.org/ratelimit v0.3.0
golang.org/x/net v0.14.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,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.48.0 h1:oJWvHb9BIZToTQS3MuQ2R3bJZiNSa2KiNdeI8A+79Tc=
github.com/valyala/fasthttp v1.48.0/go.mod h1:k2zXd82h/7UZc3VOdJ2WaUqt1uZ/XpXAfE9i+HBC3lA=
github.com/valyala/fasthttp v1.49.0 h1:9FdvCpmxB74LH4dPb7IJ1cOSsluR07XG3I1txXWwJpE=
github.com/valyala/fasthttp v1.49.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 c92f4b7

Please sign in to comment.