Skip to content

Commit 7ccb1db

Browse files
chore(deps): bump github.com/projectdiscovery/utils
--- updated-dependencies: - dependency-name: github.com/projectdiscovery/utils dependency-version: 0.4.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1c1400 commit 7ccb1db

2 files changed

Lines changed: 52 additions & 53 deletions

File tree

go.mod

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
module github.com/projectdiscovery/shuffledns
22

3-
go 1.22.2
3+
go 1.24.0
44

55
require (
6-
github.com/miekg/dns v1.1.59
6+
github.com/miekg/dns v1.1.62
77
github.com/projectdiscovery/dnsx v1.2.2
88
github.com/projectdiscovery/goflags v0.1.74
99
github.com/projectdiscovery/gologger v1.1.54
1010
github.com/projectdiscovery/retryabledns v1.0.101
1111
github.com/remeh/sizedwaitgroup v1.0.0
1212
github.com/rs/xid v1.5.0
13-
github.com/stretchr/testify v1.9.0
13+
github.com/stretchr/testify v1.10.0
1414
github.com/syndtr/goleveldb v1.0.0
1515
github.com/weppos/publicsuffix-go v0.30.2
1616
)
@@ -19,21 +19,21 @@ require (
1919
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
2020
github.com/aymerick/douceur v0.2.0 // indirect
2121
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 // indirect
22-
github.com/davecgh/go-spew v1.1.1 // indirect
22+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2323
github.com/gorilla/css v1.0.1 // indirect
2424
github.com/json-iterator/go v1.1.12 // indirect
2525
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
2626
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
2727
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2828
github.com/modern-go/reflect2 v1.0.2 // indirect
2929
github.com/pkg/errors v0.9.1 // indirect
30-
github.com/pmezard/go-difflib v1.0.0 // indirect
31-
github.com/projectdiscovery/utils v0.4.20
30+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
31+
github.com/projectdiscovery/utils v0.4.21
3232
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
33-
golang.org/x/mod v0.17.0 // indirect
34-
golang.org/x/net v0.33.0 // indirect
35-
golang.org/x/sys v0.28.0 // indirect
36-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
33+
golang.org/x/mod v0.22.0 // indirect
34+
golang.org/x/net v0.38.0 // indirect
35+
golang.org/x/sys v0.31.0 // indirect
36+
golang.org/x/tools v0.29.0 // indirect
3737
gopkg.in/yaml.v3 v3.0.1 // indirect
3838
)
3939

@@ -45,18 +45,17 @@ require (
4545
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
4646
github.com/andybalholm/brotli v1.1.1 // indirect
4747
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
48-
github.com/bits-and-blooms/bitset v1.13.0 // indirect
4948
github.com/bodgit/plumbing v1.3.0 // indirect
5049
github.com/bodgit/sevenzip v1.6.0 // indirect
5150
github.com/bodgit/windows v1.0.1 // indirect
5251
github.com/charmbracelet/glamour v0.8.0 // indirect
5352
github.com/charmbracelet/lipgloss v0.13.0 // indirect
5453
github.com/charmbracelet/x/ansi v0.3.2 // indirect
5554
github.com/cheggaaa/pb/v3 v3.1.4 // indirect
56-
github.com/dlclark/regexp2 v1.11.4 // indirect
55+
github.com/dlclark/regexp2 v1.11.5 // indirect
5756
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
5857
github.com/fatih/color v1.15.0 // indirect
59-
github.com/gaissmai/bart v0.9.5 // indirect
58+
github.com/gaissmai/bart v0.20.4 // indirect
6059
github.com/go-ole/go-ole v1.2.6 // indirect
6160
github.com/golang/protobuf v1.5.3 // indirect
6261
github.com/golang/snappy v0.0.4 // indirect
@@ -89,7 +88,7 @@ require (
8988
github.com/shoenig/go-m1cpu v0.1.6 // indirect
9089
github.com/sorairolake/lzip-go v0.3.5 // indirect
9190
github.com/therootcompany/xz v1.0.1 // indirect
92-
github.com/tidwall/gjson v1.14.4 // indirect
91+
github.com/tidwall/gjson v1.18.0 // indirect
9392
github.com/tidwall/match v1.1.1 // indirect
9493
github.com/tidwall/pretty v1.2.1 // indirect
9594
github.com/tklauser/go-sysconf v0.3.12 // indirect
@@ -101,12 +100,12 @@ require (
101100
github.com/zcalusic/sysinfo v1.0.2 // indirect
102101
go.uber.org/multierr v1.11.0 // indirect
103102
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
104-
golang.org/x/crypto v0.31.0 // indirect
105-
golang.org/x/exp v0.0.0-20230420155640-133eef4313cb // indirect
103+
golang.org/x/crypto v0.36.0 // indirect
104+
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
106105
golang.org/x/oauth2 v0.11.0 // indirect
107-
golang.org/x/sync v0.10.0 // indirect
108-
golang.org/x/term v0.27.0 // indirect
109-
golang.org/x/text v0.21.0 // indirect
106+
golang.org/x/sync v0.12.0 // indirect
107+
golang.org/x/term v0.30.0 // indirect
108+
golang.org/x/text v0.23.0 // indirect
110109
google.golang.org/appengine v1.6.7 // indirect
111110
google.golang.org/protobuf v1.33.0 // indirect
112111
gopkg.in/djherbis/times.v1 v1.3.0 // indirect

0 commit comments

Comments
 (0)