mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-07-06 20:22:33 +02:00
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:
+7
-5
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user