Skip to content

Commit

Permalink
Merge #189
Browse files Browse the repository at this point in the history
189: Bump github.com/valyala/fasthttp from 1.28.0 to 1.29.0 r=alallema a=dependabot[bot]

Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.28.0 to 1.29.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.29.0</h2>
<ul>
<li>97e1319 Update compress (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1069">#1069</a>) (Mikhail Faraponov)</li>
<li>0263cae Fix FasthttpSocksDialer example (Erik Dubbelboer)</li>
<li>d31e6db Handle perIPConn in RequestCtx.IsTLS() specially (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1064">#1064</a>) (Tianyi Song)</li>
<li>9466cd7 fix typo: occured -&gt; occurred (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1061">#1061</a>) (Kazumasa Takenaka (Bamboo))</li>
<li>b3ece39 Update README.md (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1058">#1058</a>) (Darío)</li>
<li>d0df1e1 Add ResetUserValues() and test (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1056">#1056</a>) (Sujit Baniya)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/valyala/fasthttp/commit/97e1319927eed0d94976971280e7ed0ef4ec9777"><code>97e1319</code></a> Update compress (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1069">#1069</a>)</li>
<li><a href="https://github.com/valyala/fasthttp/commit/0263cae5a21a7f949dfc79f07834f482512fea3e"><code>0263cae</code></a> Fix FasthttpSocksDialer example</li>
<li><a href="https://github.com/valyala/fasthttp/commit/d31e6dbdbae638be79789b2aaa78800ac3c4d3eb"><code>d31e6db</code></a> Handle perIPConn in RequestCtx.IsTLS() specially (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1064">#1064</a>)</li>
<li><a href="https://github.com/valyala/fasthttp/commit/9466cd7657c9b3e3ec7e2601114ffaaa739aeed4"><code>9466cd7</code></a> fix typo: occured -&gt; occurred (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1061">#1061</a>)</li>
<li><a href="https://github.com/valyala/fasthttp/commit/b3ece39dcdd40ab814988d7a322b2f1a050e13f4"><code>b3ece39</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1058">#1058</a>)</li>
<li><a href="https://github.com/valyala/fasthttp/commit/d0df1e1dde9159848f2153989461e0a3e81f2b40"><code>d0df1e1</code></a> Add ResetUserValues() and test (<a href="https://github-redirect.dependabot.com/valyala/fasthttp/issues/1056">#1056</a>)</li>
<li>See full diff in <a href="https://github.com/valyala/fasthttp/compare/v1.28.0...v1.29.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.28.0&new-version=1.29.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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Aug 20, 2021
2 parents 1824f2e + 8e1c9c9 commit 7578104
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ require (
github.com/mailru/easyjson v0.7.7
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
github.com/valyala/fasthttp v1.28.0
github.com/valyala/fasthttp v1.29.0
github.com/valyala/fastjson v1.6.3
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
github.com/klauspost/compress v1.12.2 h1:2KCfW3I9M7nSc5wOqXAlW2v2U6v+w6cbjvbfp+OykW8=
github.com/klauspost/compress v1.12.2/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg=
github.com/klauspost/compress v1.13.4 h1:0zhec2I8zGnjWcKyLl6i3gPqKANCCn5e9xmviEEeX6s=
github.com/klauspost/compress v1.13.4/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand All @@ -18,8 +18,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
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.28.0 h1:ruVmTmZaBR5i67NqnjvvH5gEv0zwHfWtbjoyW98iho4=
github.com/valyala/fasthttp v1.28.0/go.mod h1:cmWIqlu99AO/RKcp1HWaViTqc57FswJOfYYdPJBl8BA=
github.com/valyala/fasthttp v1.29.0 h1:F5GKpytwFk5OhCuRh6H+d4vZAcEeNAwPTdwQnm6IERY=
github.com/valyala/fasthttp v1.29.0/go.mod h1:2rsYD01CKFrjjsvFxx75KlEUNpWNBY9JWD3K/7o2Cus=
github.com/valyala/fastjson v1.6.3 h1:tAKFnnwmeMGPbwJ7IwxcTPCNr3uIzoIj3/Fh90ra4xc=
github.com/valyala/fastjson v1.6.3/go.mod h1:CLCAqky6SMuOcxStkYQvblddUtoRxhYMGLrsQns1aXY=
github.com/valyala/tcplisten v1.0.0/go.mod h1:T0xQ8SeCZGxckz9qRXTfG43PvQ/mcWh7FwZEA7Ioqkc=
Expand Down

0 comments on commit 7578104

Please sign in to comment.