Bump golang.org/x/net from 0.52.0 to 0.55.0 in /back

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.52.0 to 0.55.0.
- [Commits](https://github.com/golang/net/compare/v0.52.0...v0.55.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.55.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-03 18:50:07 +00:00
committed by GitHub
parent bb778b4374
commit 2f1c13afe0
2 changed files with 15 additions and 7 deletions
+7 -5
View File
@@ -8,13 +8,15 @@ require (
gopkg.in/yaml.v3 v3.0.1
)
require github.com/creack/pty v1.1.24
require (
github.com/creack/pty v1.1.24
github.com/projectdiscovery/wappalyzergo v0.2.75
github.com/tidwall/gjson v1.18.0
golang.org/x/time v0.15.0
)
require (
github.com/projectdiscovery/wappalyzergo v0.2.75 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/time v0.15.0 // indirect
golang.org/x/net v0.55.0 // indirect
)