mirror of
https://github.com/anotherhadi/iknowyou.git
synced 2026-04-11 16:37:25 +02:00
21 lines
480 B
Modula-2
21 lines
480 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
|
|
|
|
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
|
|
)
|