mirror of
https://github.com/kgretzky/evilginx2
synced 2026-06-08 15:15:53 +00:00
908dc30951
2.3.2 - ACMEv2 support added to comply with LetsEncrypt requirements. - Fixed session cookie output to support EditThisCookie on the latest Chrome version. - Increased timeouts for proxying HTTP packets to 45 seconds. - Added support for Go modules.
8 lines
175 B
Modula-2
8 lines
175 B
Modula-2
module github.com/spf13/cast
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
)
|