Skip to content

Commit 75b904d

Browse files
chore(deps): bump github.com/elazarl/goproxy from 0.0.0-20221015165544-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>
1 parent 0e5aa19 commit 75b904d

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
go.opentelemetry.io/otel/trace v1.32.0
2424
go.uber.org/mock v0.5.0
2525
golang.org/x/crypto v0.31.0
26-
golang.org/x/net v0.30.0
26+
golang.org/x/net v0.33.0
2727
golang.org/x/oauth2 v0.23.0
2828
golang.org/x/text v0.21.0
2929
)
@@ -33,7 +33,7 @@ require (
3333
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3434
github.com/davecgh/go-spew v1.1.1 // indirect
3535
github.com/dustin/go-humanize v1.0.1 // indirect
36-
github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819 // indirect
36+
github.com/elazarl/goproxy v1.2.1 // indirect
3737
github.com/felixge/httpsnoop v1.0.4 // indirect
3838
github.com/fsnotify/fsnotify v1.6.0 // indirect
3939
github.com/go-logr/logr v1.4.2 // indirect

go.sum

+4-6
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WA
7070
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw=
7171
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
7272
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
73-
github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819 h1:RIB4cRk+lBqKK3Oy0r2gRX4ui7tuhiZq2SuTtTCi0/0=
74-
github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM=
75-
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8=
73+
github.com/elazarl/goproxy v1.2.1 h1:njjgvO6cRG9rIqN2ebkqy6cQz2Njkx7Fsfv/zIZqgug=
74+
github.com/elazarl/goproxy v1.2.1/go.mod h1:YfEbZtqP4AetfO6d40vWchF3znWX7C7Vd6ZMfdL8z64=
7675
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
7776
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
7877
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
@@ -342,7 +341,6 @@ github.com/pkg/sftp v1.13.1/go.mod h1:3HaPG6Dq1ILlpPZRO0HVMrsydcdLt6HRDccSgb87qR
342341
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
343342
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
344343
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
345-
github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc=
346344
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
347345
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
348346
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
@@ -559,8 +557,8 @@ golang.org/x/net v0.0.0-20221002022538-bcab6841153b/go.mod h1:YDH+HFinaLZZlnHAfS
559557
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
560558
golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns=
561559
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
562-
golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4=
563-
golang.org/x/net v0.30.0/go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU=
560+
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
561+
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
564562
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
565563
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
566564
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=

0 commit comments

Comments
 (0)