This commit is contained in:
2026-04-23 20:36:37 +03:00
parent 4ecc8973bf
commit 840d7d8e3b
19 changed files with 758 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module git.gulenok.ru/greenhaze/gaslight
go 1.25.5
require github.com/elazarl/goproxy v1.8.3
require (
golang.org/x/net v0.43.0 // indirect
golang.org/x/text v0.28.0 // indirect
)