Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump github.com/elazarl/goproxy from 0.0.0-2022101516554…
…4-a0805db90819 to 1.2.1 (#842) Bumps [github.com/elazarl/goproxy](https://github.com/elazarl/goproxy) from 0.0.0-20221015165544-a0805db90819 to 1.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/elazarl/goproxy/releases">github.com/elazarl/goproxy's releases</a>.</em></p> <blockquote> <h2>v1.2.1</h2> <h2>What's Changed</h2> <ul> <li>Move image manipulation tests to its external package by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/579">elazarl/goproxy#579</a></li> <li>Replace charset lib by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/580">elazarl/goproxy#580</a></li> <li>Add example for SOCKS proxy chaining by <a href="https://github.com/yuisofull"><code>@yuisofull</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/573">elazarl/goproxy#573</a></li> <li>Remove copy warning that adds no information by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/582">elazarl/goproxy#582</a></li> <li>Integrate fixes from Stripe fork by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/585">elazarl/goproxy#585</a></li> <li>Move http handler in another file by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/586">elazarl/goproxy#586</a></li> <li>Close non persistent connection after first request by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/587">elazarl/goproxy#587</a></li> <li>Use original close conn value by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/588">elazarl/goproxy#588</a></li> <li>Fix error writer target in accept handler by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/589">elazarl/goproxy#589</a></li> <li>Fix prefix match by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/590">elazarl/goproxy#590</a></li> <li>Fix prefix match by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/591">elazarl/goproxy#591</a></li> <li>Fix HTML public conditions by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/594">elazarl/goproxy#594</a></li> <li>Update pipelines by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/595">elazarl/goproxy#595</a></li> <li>Add missing linting changes by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/596">elazarl/goproxy#596</a></li> <li>Close the connection used by https by <a href="https://github.com/YushiIso"><code>@YushiIso</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/256">elazarl/goproxy#256</a></li> <li>Add tests from Stripe fork by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/597">elazarl/goproxy#597</a></li> <li>Add error handling documentation by <a href="https://github.com/ErikPelli"><code>@ErikPelli</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/598">elazarl/goproxy#598</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yuisofull"><code>@yuisofull</code></a> made their first contribution in <a href="https://redirect.github.com/elazarl/goproxy/pull/573">elazarl/goproxy#573</a></li> <li><a href="https://github.com/YushiIso"><code>@YushiIso</code></a> made their first contribution in <a href="https://redirect.github.com/elazarl/goproxy/pull/256">elazarl/goproxy#256</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/elazarl/goproxy/compare/v1.2...v1.2.1">https://github.com/elazarl/goproxy/compare/v1.2...v1.2.1</a></p> <h2>v1.2: First release after a while</h2> <h2>What's Changed</h2> <ul> <li>Fixed some typos in the README.md by <a href="https://github.com/flowonyx"><code>@flowonyx</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/313">elazarl/goproxy#313</a></li> <li>Golint fixes by <a href="https://github.com/disc"><code>@disc</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/315">elazarl/goproxy#315</a></li> <li>Add status text based on status code on new HTTP responses by <a href="https://github.com/jgiannuzzi"><code>@jgiannuzzi</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/303">elazarl/goproxy#303</a></li> <li>Add go.mod to make project Go modules compatible by <a href="https://github.com/hmarr"><code>@hmarr</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/331">elazarl/goproxy#331</a></li> <li>Added logger interface to allow usage of custom loggers by <a href="https://github.com/mbilski"><code>@mbilski</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/323">elazarl/goproxy#323</a></li> <li>Pluggable certificate storage (following on from <a href="https://redirect.github.com/elazarl/goproxy/issues/284">#284</a>) by <a href="https://github.com/hmarr"><code>@hmarr</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/332">elazarl/goproxy#332</a></li> <li>Update README.md by <a href="https://github.com/lived-tw"><code>@lived-tw</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/337">elazarl/goproxy#337</a></li> <li>Update return response example to follow current API by <a href="https://github.com/y-yagi"><code>@y-yagi</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/347">elazarl/goproxy#347</a></li> <li>Add support for signing with ecdsa keys by <a href="https://github.com/johnerikhalse"><code>@johnerikhalse</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/340">elazarl/goproxy#340</a></li> <li>Issue: <a href="https://redirect.github.com/elazarl/goproxy/issues/345">#345</a> - fixes resp == nil: by <a href="https://github.com/azak-azkaran"><code>@azak-azkaran</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/348">elazarl/goproxy#348</a></li> <li>set RemoteAddr to CONNECT request on trasparent example by <a href="https://github.com/odg0318"><code>@odg0318</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/354">elazarl/goproxy#354</a></li> <li>Random cert serial by <a href="https://github.com/dmjones"><code>@dmjones</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/355">elazarl/goproxy#355</a></li> <li>WebSocket Support (cherry-picked from coreos/goproxy) by <a href="https://github.com/skoot"><code>@skoot</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/360">elazarl/goproxy#360</a></li> <li>improvement: more general support for half-closable connections by <a href="https://github.com/onokonem"><code>@onokonem</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/369">elazarl/goproxy#369</a></li> <li>Make project pass <code>go vet</code>. by <a href="https://github.com/bartle-stripe"><code>@bartle-stripe</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/370">elazarl/goproxy#370</a></li> <li>Export ProxyHttpServer by <a href="https://github.com/kimor79"><code>@kimor79</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/371">elazarl/goproxy#371</a></li> <li>Update references to now-exported Proxy by <a href="https://github.com/kimor79"><code>@kimor79</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/373">elazarl/goproxy#373</a></li> <li>Fix <code>proxy</code> typo compile error by <a href="https://github.com/baislsl"><code>@baislsl</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/378">elazarl/goproxy#378</a></li> <li>Don't return http 200 for ConnectHijack actions by <a href="https://github.com/riraccuia"><code>@riraccuia</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/377">elazarl/goproxy#377</a></li> <li>Add StatusCodeIs response condition by <a href="https://github.com/n-i-x"><code>@n-i-x</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/380">elazarl/goproxy#380</a></li> <li>Forgot that this isn't a library like it was in my fork by <a href="https://github.com/n-i-x"><code>@n-i-x</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/382">elazarl/goproxy#382</a></li> <li>Enable github actions ci by <a href="https://github.com/hoozecn"><code>@hoozecn</code></a> in <a href="https://redirect.github.com/elazarl/goproxy/pull/383">elazarl/goproxy#383</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/elazarl/goproxy/commits/v1.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/elazarl/goproxy&package-manager=go_modules&previous-version=0.0.0-20221015165544-a0805db90819&new-version=1.2.1)](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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ory/fosite/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information