Skip to content

Commit 7544176

Browse files
authored
Merge pull request #1203 from projectdiscovery/dev
v2.6.6
2 parents 10bb8af + 37d3d32 commit 7544176

File tree

18 files changed

+223
-156
lines changed

18 files changed

+223
-156
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build
2-
FROM golang:1.20.6-alpine AS build-env
2+
FROM golang:1.21-alpine AS build-env
33
RUN apk add build-base
44
WORKDIR /app
55
COPY . /app
@@ -8,9 +8,9 @@ RUN go mod download
88
RUN go build ./cmd/subfinder
99

1010
# Release
11-
FROM alpine:3.18.2
11+
FROM alpine:3.18.6
1212
RUN apk upgrade --no-cache \
1313
&& apk add --no-cache bind-tools ca-certificates
1414
COPY --from=build-env /app/v2/subfinder /usr/local/bin/
1515

16-
ENTRYPOINT ["subfinder"]
16+
ENTRYPOINT ["subfinder"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ OPTIMIZATION:
111111

112112
# Installation
113113

114-
`subfinder` requires **go1.20** to install successfully. Run the following command to install the latest version:
114+
`subfinder` requires **go1.21** to install successfully. Run the following command to install the latest version:
115115

116116
```sh
117117
go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest

v2/go.mod

+22-14
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ require (
88
github.com/json-iterator/go v1.1.12
99
github.com/lib/pq v1.10.9
1010
github.com/projectdiscovery/chaos-client v0.5.1
11-
github.com/projectdiscovery/dnsx v1.1.6
11+
github.com/projectdiscovery/dnsx v1.2.1
1212
github.com/projectdiscovery/fdmax v0.0.4
1313
github.com/projectdiscovery/gologger v1.1.12
14-
github.com/projectdiscovery/ratelimit v0.0.26
15-
github.com/projectdiscovery/retryablehttp-go v1.0.44
16-
github.com/projectdiscovery/utils v0.0.76
14+
github.com/projectdiscovery/ratelimit v0.0.34
15+
github.com/projectdiscovery/retryablehttp-go v1.0.53
16+
github.com/projectdiscovery/utils v0.0.84
1717
github.com/rs/xid v1.5.0
18-
github.com/stretchr/testify v1.8.4
18+
github.com/stretchr/testify v1.9.0
1919
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
2020
golang.org/x/exp v0.0.0-20230420155640-133eef4313cb
2121
gopkg.in/yaml.v3 v3.0.1
@@ -36,13 +36,13 @@ require (
3636
github.com/charmbracelet/glamour v0.6.0 // indirect
3737
github.com/cheggaaa/pb/v3 v3.1.4 // indirect
3838
github.com/cloudflare/circl v1.3.7 // indirect
39-
github.com/denisbrodbeck/machineid v1.0.1 // indirect
4039
github.com/dimchansky/utfbom v1.1.1 // indirect
4140
github.com/dlclark/regexp2 v1.8.1 // indirect
4241
github.com/docker/go-units v0.5.0 // indirect
4342
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
4443
github.com/fatih/color v1.15.0 // indirect
4544
github.com/gaukas/godicttls v0.0.4 // indirect
45+
github.com/go-ole/go-ole v1.2.6 // indirect
4646
github.com/golang/protobuf v1.5.3 // indirect
4747
github.com/golang/snappy v0.0.4 // indirect
4848
github.com/google/go-github/v30 v30.1.0 // indirect
@@ -52,6 +52,7 @@ require (
5252
github.com/klauspost/pgzip v1.2.5 // indirect
5353
github.com/kr/pretty v0.3.1 // indirect
5454
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
55+
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
5556
github.com/mattn/go-colorable v0.1.13 // indirect
5657
github.com/mattn/go-isatty v0.0.19 // indirect
5758
github.com/mattn/go-runewidth v0.0.14 // indirect
@@ -63,15 +64,19 @@ require (
6364
github.com/nwaples/rardecode v1.1.3 // indirect
6465
github.com/olekukonko/tablewriter v0.0.5 // indirect
6566
github.com/pierrec/lz4/v4 v4.1.2 // indirect
67+
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
6668
github.com/projectdiscovery/blackrock v0.0.1 // indirect
6769
github.com/projectdiscovery/cdncheck v1.0.9 // indirect
68-
github.com/projectdiscovery/fastdialer v0.0.56 // indirect
69-
github.com/projectdiscovery/hmap v0.0.36 // indirect
70-
github.com/projectdiscovery/networkpolicy v0.0.7 // indirect
70+
github.com/projectdiscovery/fastdialer v0.0.64 // indirect
71+
github.com/projectdiscovery/hmap v0.0.41 // indirect
72+
github.com/projectdiscovery/machineid v0.0.0-20240226150047-2e2c51e35983 // indirect
73+
github.com/projectdiscovery/networkpolicy v0.0.8 // indirect
7174
github.com/quic-go/quic-go v0.37.7 // indirect
7275
github.com/refraction-networking/utls v1.5.4 // indirect
7376
github.com/rivo/uniseg v0.4.4 // indirect
7477
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
78+
github.com/shirou/gopsutil/v3 v3.23.7 // indirect
79+
github.com/shoenig/go-m1cpu v0.1.6 // indirect
7580
github.com/syndtr/goleveldb v1.0.0 // indirect
7681
github.com/tidwall/btree v1.6.0 // indirect
7782
github.com/tidwall/buntdb v1.3.0 // indirect
@@ -81,24 +86,27 @@ require (
8186
github.com/tidwall/pretty v1.2.1 // indirect
8287
github.com/tidwall/rtred v0.1.2 // indirect
8388
github.com/tidwall/tinyqueue v0.1.1 // indirect
89+
github.com/tklauser/go-sysconf v0.3.12 // indirect
90+
github.com/tklauser/numcpus v0.6.1 // indirect
8491
github.com/ulikunitz/xz v0.5.11 // indirect
85-
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6 // indirect
8692
github.com/weppos/publicsuffix-go v0.30.1-0.20230422193905-8fecedd899db // indirect
8793
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
8894
github.com/yl2chen/cidranger v1.0.2 // indirect
8995
github.com/yuin/goldmark v1.5.4 // indirect
9096
github.com/yuin/goldmark-emoji v1.0.1 // indirect
97+
github.com/yusufpapurcu/wmi v1.2.4 // indirect
9198
github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248 // indirect
9299
github.com/zmap/zcrypto v0.0.0-20230422215203-9a665e1e9968 // indirect
93100
go.etcd.io/bbolt v1.3.7 // indirect
94101
go.uber.org/multierr v1.11.0 // indirect
95102
golang.org/x/crypto v0.17.0 // indirect
96103
golang.org/x/mod v0.12.0 // indirect
97104
golang.org/x/oauth2 v0.11.0 // indirect
105+
golang.org/x/sync v0.6.0 // indirect
98106
golang.org/x/text v0.14.0 // indirect
99107
golang.org/x/tools v0.13.0 // indirect
100108
google.golang.org/appengine v1.6.7 // indirect
101-
google.golang.org/protobuf v1.31.0 // indirect
109+
google.golang.org/protobuf v1.33.0 // indirect
102110
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
103111
)
104112

@@ -111,8 +119,8 @@ require (
111119
github.com/modern-go/reflect2 v1.0.2 // indirect
112120
github.com/pkg/errors v0.9.1
113121
github.com/pmezard/go-difflib v1.0.0 // indirect
114-
github.com/projectdiscovery/goflags v0.1.34
115-
github.com/projectdiscovery/retryabledns v1.0.53 // indirect
122+
github.com/projectdiscovery/goflags v0.1.42
123+
github.com/projectdiscovery/retryabledns v1.0.58 // indirect
116124
golang.org/x/net v0.17.0 // indirect
117-
golang.org/x/sys v0.16.0 // indirect
125+
golang.org/x/sys v0.17.0 // indirect
118126
)

0 commit comments

Comments
 (0)