hueristiq / xurlfind3r

A command-line interface (CLI) based passive URLs discovery utility. It is designed to efficiently identify known URLs of given domains by tapping into a multitude of curated online passive sources.
https://github.com/hueristiq/xurlfind3r
MIT License
535 stars 63 forks source link

chore(deps): bump github.com/valyala/fasthttp from 1.44.0 to 1.47.0 #23

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/valyala/fasthttp from 1.44.0 to 1.47.0.

Release notes

Sourced from github.com/valyala/fasthttp's releases.

v1.47.0

  • 1dcf562 test: refactor to use WriteString (#1546) (Oleksandr Redko)
  • d2f0d17 examples/client: fix error (#1545) (Oleksandr Redko)
  • 00c291b pprofhandler: use bytes.HasPrefix for consistency (#1543) (Oleksandr Redko)
  • 1aac293 test: use ReplaceAll, remove unnecessary else (#1542) (Oleksandr Redko)* 1dcf562 test: refactor to use WriteString (#1546) (Oleksandr Redko)
  • d2f0d17 examples/client: fix error (#1545) (Oleksandr Redko)
  • 00c291b pprofhandler: use bytes.HasPrefix for consistency (#1543) (Oleksandr Redko)
  • 1aac293 test: use ReplaceAll, remove unnecessary else (#1542) (Oleksandr Redko)

v1.46.0

  • cdea4fe Refactor client's example code (#1539) (Nikolay Vedernikov)
  • 87cb886 client:Fix DoTimeout timeout failure by setting temporary dial (#1535) (kukayiyi)
  • 43cc487 fix: add noDefaultContentType copy (#1538) (kinggo)
  • d76662b Fixed transfer-encoding for empty chunked payload (#1536) (Abe Saiovici)
  • 6b958c2 support response body stream (#1414) (Anthony-Dong)
  • 239cce4 format : update some codes style (#1533) (LeoSun)
  • 5f4899a remove (#1534) (tyltr)
  • d0f2727 get rid of some panics (#1526) (Moritz Poldrack)
  • 5209cc3 optimize:reduce loop (#1532) (tyltr)
  • 0be5a41 test: simplify bytes.Buffer declaration (#1523) (Oleksandr Redko)
  • faf565e GitHub actions/setup-go@v4 (#1520) (Oleksandr Redko)

v1.45.0

  • 53e376f Update dependencies (Erik Dubbelboer)
  • b334443 docs: add missing dot to ConvertRequest comment (#1516) (Oleksandr Redko)
  • a281f1d client: HostClient.Do hangs out when ErrConnPoolStrategyNotImpl (#1515) (Oleksandr Redko)
  • 7846101 client: fix Do hangs when configure host client fails (#1514) (Oleksandr Redko)
  • 9c0e39f Fix proxy auth bug (Erik Dubbelboer)
  • a9d57a9 client: remove unused go:build comment (#1511) (Oleksandr Redko)
  • 498a814 test: fix typos in function, error message, comment (#1512) (Oleksandr Redko)
  • 4ca6994 test: use Fprintf to simplify writing headers (#1510) (Oleksandr Redko)
  • 74a0507 Immediately return ErrTimeout if deadline is already reached. (#1497) (Igor Menshenin)
  • 559d536 Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 (#1508) (dependabot[bot])
  • 4e8c92b http.go: close form file if copyZeroAlloc fails (#1498) (Oleksandr Redko)
  • 8800d4b Bump golang.org/x/net from 0.0.0-20220906165146-f3363e06e74c to 0.7.0 (#1503) (dependabot[bot])
  • c8d2e0e Bump golang.org/x/text from 0.3.7 to 0.3.8 (#1502) (dependabot[bot])
  • ac631aa fix functiom name (#1505) (cui fliter)
  • 2ab7906 test: bind to localhost instead of all interfaces (#1495) (Oleksandr Redko)
  • b79a03a test: close response body (#1496) (Oleksandr Redko)
  • 9230a3d docs: Deprecate ErrAlreadyServing as never returning (#1491) (Oleksandr Redko)
  • e15a810 docs: fix grammar issues and typos in comments (#1492) (Oleksandr Redko)
  • 5147cec docs: replace links to golang.org with go.dev (#1489) (Oleksandr Redko)
  • 934f04e Refactor golangci-lint config and remove redundant nolints (#1486) (Oleksandr Redko)
  • f84e234 Rename unexported funcs, vars to match common Go (#1488) (Oleksandr Redko)
  • f111c7e Add missing fasthttp prefix in example usage (#1487) (Oleksandr Redko)
  • 8dcbc41 test: use T.TempDir instead of MkdirTemp (#1485) (Oleksandr Redko)
  • c0c5f9c doc,test: correct typos (#1484) (Oleksandr Redko)
  • b0fe6f0 optimized b2s function (#1483) (orangesobeautiful)
  • 2e81dca update compress modulule, drop 1.16 (#1482) (M. Efe Çetin)
  • 9d5a7bf Add support for Go 1.20 (#1481) (Erik Dubbelboer)

... (truncated)

Commits


Dependabot compatibility score

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 commands and options
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)
dependabot[bot] commented 1 year ago

The following labels could not be found: Type: Maintenance.