This commit is contained in:
Hadi
2026-04-06 15:12:34 +02:00
commit 4989225671
117 changed files with 11454 additions and 0 deletions

20
back/go.mod Normal file
View File

@@ -0,0 +1,20 @@
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
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
)