Skip to content

Commit f7cf460

Browse files
chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0. - [Commits](golang/net@v0.33.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e790a6a commit f7cf460

File tree

2 files changed

+19
-76
lines changed

2 files changed

+19
-76
lines changed

go.mod

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/projectdiscovery/naabu/v2
22

33
go 1.21
4+
toolchain go1.24.1
45

56
require (
67
github.com/Mzack9999/gcache v0.0.0-20230410081825-519e28eab057
@@ -19,7 +20,6 @@ require (
1920
github.com/projectdiscovery/goflags v0.1.74
2021
github.com/projectdiscovery/gologger v1.1.49
2122
github.com/projectdiscovery/ipranger v0.0.53
22-
github.com/projectdiscovery/katana v1.1.2
2323
github.com/projectdiscovery/mapcidr v1.1.34
2424
github.com/projectdiscovery/networkpolicy v0.1.1
2525
github.com/projectdiscovery/ratelimit v0.0.76
@@ -30,21 +30,18 @@ require (
3030
github.com/stretchr/testify v1.10.0
3131
go.uber.org/multierr v1.11.0
3232
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
33-
golang.org/x/net v0.33.0
34-
golang.org/x/sys v0.28.0
33+
golang.org/x/net v0.36.0
34+
golang.org/x/sys v0.30.0
3535
)
3636

3737
require (
3838
aead.dev/minisign v0.2.0 // indirect
39-
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
4039
github.com/Masterminds/semver/v3 v3.2.1 // indirect
4140
github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809 // indirect
42-
github.com/PuerkitoBio/goquery v1.8.1 // indirect
4341
github.com/VividCortex/ewma v1.2.0 // indirect
4442
github.com/akrylysov/pogreb v0.10.1 // indirect
4543
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
4644
github.com/andybalholm/brotli v1.0.6 // indirect
47-
github.com/andybalholm/cascadia v1.3.2 // indirect
4845
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
4946
github.com/aymerick/douceur v0.2.0 // indirect
5047
github.com/bits-and-blooms/bitset v1.13.0 // indirect
@@ -69,10 +66,7 @@ require (
6966
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
7067
github.com/google/uuid v1.3.1 // indirect
7168
github.com/gorilla/css v1.0.1 // indirect
72-
github.com/hashicorp/go-version v1.6.0 // indirect
73-
github.com/hdm/jarm-go v0.0.7 // indirect
7469
github.com/json-iterator/go v1.1.12 // indirect
75-
github.com/kataras/jwt v0.1.8 // indirect
7670
github.com/klauspost/compress v1.17.4 // indirect
7771
github.com/klauspost/pgzip v1.2.5 // indirect
7872
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
@@ -83,7 +77,6 @@ require (
8377
github.com/mholt/archiver/v3 v3.5.1 // indirect
8478
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
8579
github.com/minio/selfupdate v0.6.1-0.20230907112617-f11e74f84ca7 // indirect
86-
github.com/mitchellh/mapstructure v1.5.0 // indirect
8780
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
8881
github.com/modern-go/reflect2 v1.0.2 // indirect
8982
github.com/muesli/reflow v0.3.0 // indirect
@@ -93,18 +86,15 @@ require (
9386
github.com/pmezard/go-difflib v1.0.0 // indirect
9487
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
9588
github.com/projectdiscovery/asnmap v1.1.1 // indirect
96-
github.com/projectdiscovery/dsl v0.3.5 // indirect
9789
github.com/projectdiscovery/fastdialer v0.4.0 // indirect
9890
github.com/projectdiscovery/hmap v0.0.84 // indirect
9991
github.com/projectdiscovery/machineid v0.0.0-20240226150047-2e2c51e35983 // indirect
10092
github.com/projectdiscovery/retryabledns v1.0.96 // indirect
10193
github.com/refraction-networking/utls v1.6.7 // indirect
10294
github.com/rivo/uniseg v0.4.7 // indirect
10395
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
104-
github.com/sashabaranov/go-openai v1.14.2 // indirect
10596
github.com/shirou/gopsutil/v3 v3.23.7 // indirect
10697
github.com/shoenig/go-m1cpu v0.1.6 // indirect
107-
github.com/spaolacci/murmur3 v1.1.0 // indirect
10898
github.com/syndtr/goleveldb v1.0.0 // indirect
10999
github.com/tidwall/btree v1.6.0 // indirect
110100
github.com/tidwall/buntdb v1.3.0 // indirect
@@ -127,17 +117,16 @@ require (
127117
github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248 // indirect
128118
github.com/zmap/zcrypto v0.0.0-20230814193918-dbe676986518 // indirect
129119
go.etcd.io/bbolt v1.3.7 // indirect
130-
golang.org/x/crypto v0.31.0 // indirect
120+
golang.org/x/crypto v0.35.0 // indirect
131121
golang.org/x/mod v0.17.0 // indirect
132122
golang.org/x/oauth2 v0.18.0 // indirect
133-
golang.org/x/sync v0.10.0 // indirect
134-
golang.org/x/term v0.27.0 // indirect
135-
golang.org/x/text v0.21.0 // indirect
123+
golang.org/x/sync v0.11.0 // indirect
124+
golang.org/x/term v0.29.0 // indirect
125+
golang.org/x/text v0.22.0 // indirect
136126
golang.org/x/time v0.5.0 // indirect
137127
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
138128
google.golang.org/appengine v1.6.8 // indirect
139129
google.golang.org/protobuf v1.33.0 // indirect
140130
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
141-
gopkg.in/yaml.v2 v2.4.0 // indirect
142131
gopkg.in/yaml.v3 v3.0.1 // indirect
143132
)

0 commit comments

Comments
 (0)