Files
iknowyou/back/go.mod
T
dependabot[bot] 2f1c13afe0 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>
2026-07-03 18:50:07 +00:00

23 lines
449 B
Modula-2

module github.com/anotherhadi/iknowyou
go 1.25.7
require (
github.com/go-chi/chi/v5 v5.2.5
github.com/google/uuid v1.6.0
gopkg.in/yaml.v3 v3.0.1
)
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/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/net v0.55.0 // indirect
)