Skip to content

Commit 058d562

Browse files
chore(deps): bump the modules group across 1 directory with 6 updates
Bumps the modules group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) | `0.4.20` | `0.5.1` | | [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) | `1.0.111` | `1.0.112` | | [github.com/projectdiscovery/gologger](https://github.com/projectdiscovery/gologger) | `1.1.64` | `1.1.66` | | [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) | `0.0.98` | `0.0.99` | | [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) | `1.1.1` | `1.3.1` | Updates `github.com/projectdiscovery/fastdialer` from 0.4.20 to 0.5.1 - [Release notes](https://github.com/projectdiscovery/fastdialer/releases) - [Commits](projectdiscovery/fastdialer@v0.4.20...v0.5.1) Updates `github.com/projectdiscovery/networkpolicy` from 0.1.31 to 0.1.32 - [Release notes](https://github.com/projectdiscovery/networkpolicy/releases) - [Commits](projectdiscovery/networkpolicy@v0.1.31...v0.1.32) Updates `github.com/projectdiscovery/retryabledns` from 1.0.111 to 1.0.112 - [Release notes](https://github.com/projectdiscovery/retryabledns/releases) - [Commits](projectdiscovery/retryabledns@v1.0.111...v1.0.112) Updates `github.com/projectdiscovery/gologger` from 1.1.64 to 1.1.66 - [Release notes](https://github.com/projectdiscovery/gologger/releases) - [Commits](projectdiscovery/gologger@v1.1.64...v1.1.66) Updates `github.com/projectdiscovery/hmap` from 0.0.98 to 0.0.99 - [Release notes](https://github.com/projectdiscovery/hmap/releases) - [Commits](projectdiscovery/hmap@v0.0.98...v0.0.99) Updates `github.com/projectdiscovery/retryablehttp-go` from 1.1.1 to 1.3.1 - [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases) - [Commits](projectdiscovery/retryablehttp-go@v1.1.1...v1.3.1) --- updated-dependencies: - dependency-name: github.com/projectdiscovery/fastdialer dependency-version: 0.5.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: modules - dependency-name: github.com/projectdiscovery/networkpolicy dependency-version: 0.1.32 dependency-type: indirect update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/retryabledns dependency-version: 1.0.112 dependency-type: indirect update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/gologger dependency-version: 1.1.66 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/hmap dependency-version: 0.0.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/retryablehttp-go dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e7facb commit 058d562

File tree

2 files changed

+65
-59
lines changed

2 files changed

+65
-59
lines changed

go.mod

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/google/uuid v1.3.1
1818
github.com/hdm/jarm-go v0.0.7
1919
github.com/julienschmidt/httprouter v1.3.0
20-
github.com/klauspost/compress v1.17.11
20+
github.com/klauspost/compress v1.18.2
2121
github.com/kljensen/snowball v0.8.0
2222
github.com/logrusorgru/aurora v2.0.3+incompatible
2323
github.com/mattn/go-isatty v0.0.20
@@ -47,52 +47,54 @@ require (
4747

4848
require (
4949
github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809 // indirect
50-
github.com/STARRY-S/zip v0.2.1 // indirect
50+
github.com/STARRY-S/zip v0.2.3 // indirect
5151
github.com/VividCortex/ewma v1.2.0 // indirect
5252
github.com/akrylysov/pogreb v0.10.1 // indirect
5353
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
54-
github.com/andybalholm/brotli v1.1.1 // indirect
54+
github.com/andybalholm/brotli v1.2.0 // indirect
5555
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
5656
github.com/bodgit/plumbing v1.3.0 // indirect
57-
github.com/bodgit/sevenzip v1.6.0 // indirect
57+
github.com/bodgit/sevenzip v1.6.1 // indirect
5858
github.com/bodgit/windows v1.0.1 // indirect
5959
github.com/charmbracelet/lipgloss v0.13.0 // indirect
6060
github.com/charmbracelet/x/ansi v0.3.2 // indirect
6161
github.com/cloudflare/circl v1.6.1 // indirect
6262
github.com/dimchansky/utfbom v1.1.1 // indirect
63+
github.com/djherbis/times v1.6.0 // indirect
6364
github.com/fatih/color v1.15.0 // indirect
6465
github.com/gaissmai/bart v0.26.0 // indirect
6566
github.com/go-ole/go-ole v1.2.6 // indirect
6667
github.com/golang/snappy v0.0.4 // indirect
6768
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
68-
github.com/hashicorp/errwrap v1.1.0 // indirect
69-
github.com/hashicorp/go-multierror v1.1.1 // indirect
7069
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
7170
github.com/json-iterator/go v1.1.12 // indirect
7271
github.com/klauspost/pgzip v1.2.6 // indirect
72+
github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
7373
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
7474
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
7575
github.com/mattn/go-colorable v0.1.13 // indirect
7676
github.com/mattn/go-runewidth v0.0.16 // indirect
77-
github.com/mholt/archives v0.1.0 // indirect
77+
github.com/mholt/archives v0.1.5 // indirect
78+
github.com/mikelolasagasti/xz v1.0.1 // indirect
79+
github.com/minio/minlz v1.0.1 // indirect
7880
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7981
github.com/modern-go/reflect2 v1.0.2 // indirect
8082
github.com/muesli/reflow v0.3.0 // indirect
8183
github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a // indirect
82-
github.com/nwaples/rardecode/v2 v2.2.0 // indirect
84+
github.com/nwaples/rardecode/v2 v2.2.2 // indirect
8385
github.com/nxadm/tail v1.4.11 // indirect
84-
github.com/pierrec/lz4/v4 v4.1.21 // indirect
86+
github.com/pierrec/lz4/v4 v4.1.23 // indirect
8587
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
86-
github.com/projectdiscovery/fastdialer v0.4.20 // indirect
87-
github.com/projectdiscovery/networkpolicy v0.1.31 // indirect
88-
github.com/projectdiscovery/retryabledns v1.0.111 // indirect
88+
github.com/projectdiscovery/fastdialer v0.5.2 // indirect
89+
github.com/projectdiscovery/networkpolicy v0.1.33 // indirect
90+
github.com/projectdiscovery/retryabledns v1.0.112 // indirect
8991
github.com/refraction-networking/utls v1.7.1 // indirect
9092
github.com/rivo/uniseg v0.4.7 // indirect
9193
github.com/shoenig/go-m1cpu v0.1.6 // indirect
92-
github.com/sorairolake/lzip-go v0.3.5 // indirect
94+
github.com/sorairolake/lzip-go v0.3.8 // indirect
95+
github.com/spf13/afero v1.15.0 // indirect
9396
github.com/syndtr/goleveldb v1.0.0 // indirect
9497
github.com/tetratelabs/wazero v1.9.0 // indirect
95-
github.com/therootcompany/xz v1.0.1 // indirect
9698
github.com/tidwall/btree v1.4.3 // indirect
9799
github.com/tidwall/buntdb v1.3.0 // indirect
98100
github.com/tidwall/grect v0.1.4 // indirect
@@ -102,15 +104,14 @@ require (
102104
github.com/tidwall/tinyqueue v0.1.1 // indirect
103105
github.com/tklauser/go-sysconf v0.3.12 // indirect
104106
github.com/tklauser/numcpus v0.6.1 // indirect
105-
github.com/ulikunitz/xz v0.5.14 // indirect
107+
github.com/ulikunitz/xz v0.5.15 // indirect
106108
github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect
107109
github.com/yuin/goldmark v1.7.4 // indirect
108110
github.com/yuin/goldmark-emoji v1.0.3 // indirect
109111
github.com/yusufpapurcu/wmi v1.2.4 // indirect
110112
github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248 // indirect
111113
go.etcd.io/bbolt v1.3.7 // indirect
112114
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
113-
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
114115
)
115116

116117
require (
@@ -122,9 +123,9 @@ require (
122123
github.com/google/go-querystring v1.1.0 // indirect
123124
github.com/gorilla/css v1.0.1 // indirect
124125
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
125-
github.com/projectdiscovery/gologger v1.1.64
126-
github.com/projectdiscovery/hmap v0.0.98
127-
github.com/projectdiscovery/retryablehttp-go v1.1.1
126+
github.com/projectdiscovery/gologger v1.1.67
127+
github.com/projectdiscovery/hmap v0.0.99
128+
github.com/projectdiscovery/retryablehttp-go v1.3.2
128129
github.com/weppos/publicsuffix-go v0.50.3-0.20260104170930-90713dec78f2
129130
github.com/zcalusic/sysinfo v1.0.2
130131
golang.org/x/crypto v0.46.0 // indirect

0 commit comments

Comments
 (0)