Skip to content

Commit

Permalink
Bump github.com/valyala/fasthttp from 1.56.0 to 1.57.0 in the all gro…
Browse files Browse the repository at this point in the history
…up (#9)

Bumps the all group with 1 update:
[github.com/valyala/fasthttp](https://github.com/valyala/fasthttp).

Updates `github.com/valyala/fasthttp` from 1.56.0 to 1.57.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.57.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add a note to clarify header.Set behavior on cookies by <a
href="https://github.com/sigmundxia"><code>@​sigmundxia</code></a> in <a
href="https://github.com/valyala/fasthttp/pull/1864">valyala/fasthttp#1864</a></li>
<li>chore(deps): bump github.com/klauspost/compress from 1.17.9 to
1.17.10 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/valyala/fasthttp/pull/1872">valyala/fasthttp#1872</a></li>
<li>chore(deps): bump securego/gosec from 2.21.3 to 2.21.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/valyala/fasthttp/pull/1874">valyala/fasthttp#1874</a></li>
<li>feat (request): expose req timeout by <a
href="https://github.com/aarcex3"><code>@​aarcex3</code></a> in <a
href="https://github.com/valyala/fasthttp/pull/1878">valyala/fasthttp#1878</a></li>
<li>chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/valyala/fasthttp/pull/1881">valyala/fasthttp#1881</a></li>
<li>chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/valyala/fasthttp/pull/1880">valyala/fasthttp#1880</a></li>
<li>improve ishex and unhex by hex2intTable by <a
href="https://github.com/ksw2000"><code>@​ksw2000</code></a> in <a
href="https://github.com/valyala/fasthttp/pull/1883">valyala/fasthttp#1883</a></li>
<li>chore(deps): bump github.com/andybalholm/brotli from 1.1.0 to 1.1.1
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://github.com/valyala/fasthttp/pull/1884">valyala/fasthttp#1884</a></li>
<li>chore(deps): bump github.com/klauspost/compress from 1.17.10 to
1.17.11 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github.com/valyala/fasthttp/pull/1886">valyala/fasthttp#1886</a></li>
<li>chore: Upgrade golangci-lint to 1.61.0 by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://github.com/valyala/fasthttp/pull/1887">valyala/fasthttp#1887</a></li>
<li>feat(fasthttpproxy): add dual-stack connection support to enable
IPv6 proxies for HTTP and SOCKS5 dialers by <a
href="https://github.com/lavish440"><code>@​lavish440</code></a> in <a
href="https://github.com/valyala/fasthttp/pull/1885">valyala/fasthttp#1885</a></li>
<li>fix RequestCtx is canceled (<a
href="https://github.com/valyala/fasthttp/issues/1879">#1879</a>)
by <a href="https://github.com/ksw2000"><code>@​ksw2000</code></a> in <a
href="https://github.com/valyala/fasthttp/pull/1890">valyala/fasthttp#1890</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/aarcex3"><code>@​aarcex3</code></a> made
their first contribution in <a
href="https://github.com/valyala/fasthttp/pull/1878">valyala/fasthttp#1878</a></li>
<li><a href="https://github.com/lavish440"><code>@​lavish440</code></a>
made their first contribution in <a
href="https://github.com/valyala/fasthttp/pull/1885">valyala/fasthttp#1885</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/valyala/fasthttp/compare/v1.56.0...v1.57.0">https://github.com/valyala/fasthttp/compare/v1.56.0...v1.57.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/valyala/fasthttp/commit/803c25e54ced13c8a688ce858104e4e4a6b3148c"><code>803c25e</code></a>
fix RequestCtx is canceled (<a
href="https://github.com/valyala/fasthttp/issues/1879">#1879</a>)
(<a
href="https://github.com/valyala/fasthttp/issues/1890">#1890</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/40bdc4abc74e2760e4c3b3153b2d4c2357eb7f4e"><code>40bdc4a</code></a>
feat(fasthttpproxy): add dual-stack connection support to enable IPv6
proxies...</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/56fd74b8c0e0ecbf10a289ed1ed792e68e190574"><code>56fd74b</code></a>
chore: Upgrade golangci-lint to 1.61.0 (<a
href="https://github.com/valyala/fasthttp/issues/1887">#1887</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/d795f13985f16622a949ea9fc3459cf54dc78b3e"><code>d795f13</code></a>
chore(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11
(<a
href="https://github.com/valyala/fasthttp/issues/1886">#1886</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/c473b7f024655c2afc2214c14bde22f56a134369"><code>c473b7f</code></a>
chore(deps): bump github.com/andybalholm/brotli from 1.1.0 to 1.1.1 (<a
href="https://github.com/valyala/fasthttp/issues/1884">#1884</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/9458f7a33c6c2a1bf9897a795e3d4078ddce13ac"><code>9458f7a</code></a>
improve ishex and unhex by hex2intTable (<a
href="https://github.com/valyala/fasthttp/issues/1883">#1883</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/6ac5603e22e562d46d73f19649613afed810a112"><code>6ac5603</code></a>
chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 (<a
href="https://github.com/valyala/fasthttp/issues/1880">#1880</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/f805dd28f903111556b9d9a97c13b22345047627"><code>f805dd2</code></a>
chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 (<a
href="https://github.com/valyala/fasthttp/issues/1881">#1881</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/0b7489383091821dadf547c6cebca5352ff722d7"><code>0b74893</code></a>
feat (request): expose req timeout (<a
href="https://github.com/valyala/fasthttp/issues/1878">#1878</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/28b610d3a78a65b4bcac81abbced9f43e6a580fd"><code>28b610d</code></a>
chore(deps): bump securego/gosec from 2.21.3 to 2.21.4 (<a
href="https://github.com/valyala/fasthttp/issues/1874">#1874</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/valyala/fasthttp/compare/v1.56.0...v1.57.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.56.0&new-version=1.57.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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</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 Nov 4, 2024
1 parent dae6df9 commit 141bf4c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ require (
github.com/mitchellh/mapstructure v1.5.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.19.0
github.com/valyala/fasthttp v1.56.0
github.com/valyala/fasthttp v1.57.0
go.uber.org/zap v1.27.0
)

require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
Expand All @@ -38,8 +38,8 @@ require (
github.com/valyala/tcplisten v1.0.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.19.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
22 changes: 12 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M=
github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY=
github.com/andybalholm/brotli v1.1.1 h1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7XdTA=
github.com/andybalholm/brotli v1.1.1/go.mod h1:05ib4cKhjx3OQYUY22hTVd34Bc8upXjOLL2rKwwZBoA=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
Expand All @@ -24,8 +24,8 @@ github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf h1:FtEj8sfIcaaBfAKrE1Cwb61YDtYq9JxChK1c7AKce7s=
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf/go.mod h1:yrqSXGoD/4EKfF26AOGzscPOgTTJcyAwM2rpixWT+t4=
github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA=
github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=
github.com/klauspost/compress v1.17.11/go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand Down Expand Up @@ -77,10 +77,12 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
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.56.0 h1:bEZdJev/6LCBlpdORfrLu/WOZXXxvrUQSiyniuaoW8U=
github.com/valyala/fasthttp v1.56.0/go.mod h1:sReBt3XZVnudxuLOx4J/fMrJVorWRiWY2koQKgABiVI=
github.com/valyala/fasthttp v1.57.0 h1:Xw8SjWGEP/+wAAgyy5XTvgrWlOD1+TxbbvNADYCm1Tg=
github.com/valyala/fasthttp v1.57.0/go.mod h1:h6ZBaPRlzpZ6O3H5t2gEk1Qi33+TmLvfwgLLp0t9CpE=
github.com/valyala/tcplisten v1.0.0 h1:rBHj/Xf+E1tRGZyWIWwJDiRY0zc1Js+CV5DqwacVSA8=
github.com/valyala/tcplisten v1.0.0/go.mod h1:T0xQ8SeCZGxckz9qRXTfG43PvQ/mcWh7FwZEA7Ioqkc=
github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=
github.com/xyproto/randomstring v1.0.5/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
go.uber.org/multierr v1.10.0 h1:S0h4aNzvfcFsC3dRF1jLoaov7oRaKqRGC/pUEJ2yvPQ=
Expand All @@ -91,10 +93,10 @@ golang.org/x/exp v0.0.0-20230905200255-921286631fa9 h1:GoHiUyI/Tp2nVkLI2mCxVkOjs
golang.org/x/exp v0.0.0-20230905200255-921286631fa9/go.mod h1:S2oDrQGGwySpoQPVqRShND87VCbxmc6bL1Yd2oYrm6k=
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34=
golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.18.0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224=
golang.org/x/text v0.18.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down

0 comments on commit 141bf4c

Please sign in to comment.