Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

httpx v1.3.1 (bugfix release) #1163

Merged
merged 37 commits into from
May 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
0dc39fe
Added exported ScanOptions + Raw + Err methods
Ice3man543 Apr 12, 2023
7cdc2e7
chore(deps): bump github.com/projectdiscovery/fastdialer
dependabot[bot] May 1, 2023
a77f7f4
chore(deps): bump github.com/projectdiscovery/utils
dependabot[bot] May 1, 2023
b8951de
chore(deps): bump github.com/projectdiscovery/cdncheck
dependabot[bot] May 1, 2023
3986871
Merge pull request #1129 from projectdiscovery/dependabot/go_modules/…
ehsandeep May 1, 2023
c648a6d
Merge pull request #1130 from projectdiscovery/dependabot/go_modules/…
ehsandeep May 1, 2023
ca7a52a
Merge pull request #1131 from projectdiscovery/dependabot/go_modules/…
ehsandeep May 1, 2023
ffab18a
chore(deps): bump github.com/projectdiscovery/dsl from 0.0.7 to 0.0.8
dependabot[bot] May 1, 2023
00bb772
Update fastdialer version
ShubhamRasal May 1, 2023
84d88be
Merge pull request #1132 from projectdiscovery/dependabot/go_modules/…
ehsandeep May 2, 2023
5d9b5aa
Merge branch 'dev' into issue-1079-tls-fail
ehsandeep May 2, 2023
c253a75
chore(deps): bump github.com/projectdiscovery/wappalyzergo
dependabot[bot] May 2, 2023
e45bd72
Merge pull request #1137 from projectdiscovery/dependabot/go_modules/…
ehsandeep May 2, 2023
b87d745
chore(deps): bump github.com/projectdiscovery/tlsx from 1.0.8 to 1.0.9
dependabot[bot] May 2, 2023
5b6fd0a
Merge pull request #1138 from projectdiscovery/dependabot/go_modules/…
ehsandeep May 2, 2023
9bff385
updating fastdialer version
Mzack9999 May 2, 2023
e817035
Merge pull request #1135 from projectdiscovery/issue-1079-tls-fail
Mzack9999 May 2, 2023
dc12380
chore(deps): bump github.com/projectdiscovery/dsl from 0.0.8 to 0.0.9
dependabot[bot] May 3, 2023
021be93
chore(deps): bump github.com/go-rod/rod from 0.112.8 to 0.112.9
dependabot[bot] May 3, 2023
7c9aa8e
Merge pull request #1140 from projectdiscovery/dependabot/go_modules/…
ehsandeep May 3, 2023
6baaf8e
Merge pull request #1139 from projectdiscovery/dependabot/go_modules/…
ehsandeep May 3, 2023
318f9cf
Merge branch 'dev' into sdk-code-improvements
Mzack9999 May 6, 2023
b3b14b6
fixing tests
Mzack9999 May 6, 2023
614f997
Merge pull request #1147 from projectdiscovery/sdk-code-improvements
Mzack9999 May 6, 2023
48c916e
chore(deps): bump golang from 1.20.3-alpine to 1.20.4-alpine
dependabot[bot] May 8, 2023
a979ea0
chore(deps): bump github.com/projectdiscovery/wappalyzergo
dependabot[bot] May 8, 2023
769056c
chore(deps): bump github.com/projectdiscovery/gologger
dependabot[bot] May 8, 2023
cacd768
Merge pull request #1152 from projectdiscovery/dependabot/docker/dev/…
ehsandeep May 8, 2023
b3251cd
Merge pull request #1153 from projectdiscovery/dependabot/go_modules/…
ehsandeep May 8, 2023
26ef584
Merge pull request #1154 from projectdiscovery/dependabot/go_modules/…
ehsandeep May 8, 2023
288945a
utils update
ehsandeep May 8, 2023
cda9930
fix: httpx fallbacks even though -nfs is given for dead hosts (#1159)
RamanaReddy0M May 9, 2023
0bb82af
chore(deps): bump github.com/projectdiscovery/cdncheck from 1.0.1 to …
dependabot[bot] May 9, 2023
f29db39
chore(deps): bump github.com/projectdiscovery/retryablehttp-go from 1…
dependabot[bot] May 9, 2023
5c81523
chore(deps): bump github.com/projectdiscovery/gologger from 1.1.9 to …
dependabot[bot] May 9, 2023
6a774f8
chore(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 (#1162)
dependabot[bot] May 9, 2023
33614d4
version update
ehsandeep May 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base
FROM golang:1.20.3-alpine AS builder
FROM golang:1.20.4-alpine AS builder

RUN apk add --no-cache git build-base gcc musl-dev
WORKDIR /app
Expand Down
36 changes: 18 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,24 @@ require (
github.com/julienschmidt/httprouter v1.3.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/microcosm-cc/bluemonday v1.0.23
github.com/miekg/dns v1.1.53 // indirect
github.com/miekg/dns v1.1.54 // indirect
github.com/pkg/errors v0.9.1
github.com/projectdiscovery/cdncheck v1.0.0
github.com/projectdiscovery/cdncheck v1.0.2
github.com/projectdiscovery/clistats v0.0.12
github.com/projectdiscovery/fdmax v0.0.4
github.com/projectdiscovery/goconfig v0.0.1
github.com/projectdiscovery/goflags v0.1.8
github.com/projectdiscovery/gologger v1.1.8
github.com/projectdiscovery/gologger v1.1.10
github.com/projectdiscovery/hmap v0.0.11
github.com/projectdiscovery/iputil v0.0.2 // indirect
github.com/projectdiscovery/mapcidr v1.1.1
github.com/projectdiscovery/rawhttp v0.1.11
github.com/projectdiscovery/retryablehttp-go v1.0.15
github.com/projectdiscovery/stringsutil v0.0.2 // indirect
github.com/projectdiscovery/wappalyzergo v0.0.92
github.com/projectdiscovery/retryablehttp-go v1.0.16
github.com/projectdiscovery/wappalyzergo v0.0.94
github.com/remeh/sizedwaitgroup v1.0.0
github.com/rs/xid v1.5.0
go.etcd.io/bbolt v1.3.7 // indirect
golang.org/x/net v0.9.0
golang.org/x/sys v0.7.0 // indirect
golang.org/x/net v0.10.0
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0
)

Expand All @@ -39,16 +37,16 @@ require (
github.com/Mzack9999/gcache v0.0.0-20230410081825-519e28eab057
github.com/PuerkitoBio/goquery v1.8.1
github.com/bxcodec/faker/v4 v4.0.0-beta.3
github.com/go-rod/rod v0.112.8
github.com/go-rod/rod v0.112.9
github.com/hdm/jarm-go v0.0.7
github.com/mfonda/simhash v0.0.0-20151007195837-79f94a1100d6
github.com/mitchellh/mapstructure v1.5.0
github.com/projectdiscovery/asnmap v1.0.3
github.com/projectdiscovery/dsl v0.0.7
github.com/projectdiscovery/fastdialer v0.0.24
github.com/projectdiscovery/dsl v0.0.9
github.com/projectdiscovery/fastdialer v0.0.26
github.com/projectdiscovery/ratelimit v0.0.6
github.com/projectdiscovery/tlsx v1.0.8
github.com/projectdiscovery/utils v0.0.25
github.com/projectdiscovery/tlsx v1.0.9
github.com/projectdiscovery/utils v0.0.29
github.com/stretchr/testify v1.8.2
go.uber.org/multierr v1.11.0
golang.org/x/exp v0.0.0-20230420155640-133eef4313cb
Expand All @@ -59,6 +57,7 @@ require (
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809 // indirect
github.com/Mzack9999/gostruct v0.0.0-20230415193108-30b70932da81 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
Expand Down Expand Up @@ -101,13 +100,13 @@ require (
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/projectdiscovery/blackrock v0.0.1 // indirect
github.com/projectdiscovery/freeport v0.0.4 // indirect
github.com/projectdiscovery/networkpolicy v0.0.4 // indirect
github.com/projectdiscovery/networkpolicy v0.0.6 // indirect
github.com/projectdiscovery/retryabledns v1.0.23 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/sashabaranov/go-openai v1.8.0 // indirect
github.com/shirou/gopsutil/v3 v3.23.3 // indirect
github.com/shoenig/go-m1cpu v0.1.4 // indirect
github.com/sashabaranov/go-openai v1.9.1 // indirect
github.com/shirou/gopsutil/v3 v3.23.4 // indirect
github.com/shoenig/go-m1cpu v0.1.5 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tidwall/btree v1.6.0 // indirect
github.com/tidwall/buntdb v1.2.10 // indirect
Expand All @@ -124,6 +123,7 @@ require (
github.com/weppos/publicsuffix-go v0.30.1-0.20230422193905-8fecedd899db // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/yl2chen/cidranger v1.0.2 // indirect
github.com/ysmood/fetchup v0.2.2 // indirect
github.com/ysmood/goob v0.4.0 // indirect
github.com/ysmood/gson v0.7.3 // indirect
github.com/ysmood/leakless v0.8.0 // indirect
Expand Down
Loading