mirror of
https://github.com/kgretzky/evilginx2
synced 2026-06-08 15:15:53 +00:00
26 lines
1.1 KiB
Modula-2
26 lines
1.1 KiB
Modula-2
module github.com/kgretzky/evilginx2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/chzyer/logex v1.1.10 // indirect
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
|
github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1
|
|
github.com/fatih/color v1.7.0
|
|
github.com/go-acme/lego/v3 v3.1.0
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/miekg/dns v1.1.22
|
|
github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/tidwall/btree v0.0.0-20170113224114-9876f1454cf0 // indirect
|
|
github.com/tidwall/buntdb v1.1.0
|
|
github.com/tidwall/gjson v1.3.2 // indirect
|
|
github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb // indirect
|
|
github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e // indirect
|
|
github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
|
)
|