mirror of
https://github.com/wikiZ/RedGuard
synced 2026-06-08 18:18:32 +00:00
18 lines
602 B
Modula-2
18 lines
602 B
Modula-2
module RedGuard
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/D00Movenok/goMalleable v0.0.0-20220314191301-14f91f43c3b0
|
|
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
|
|
github.com/go-ini/ini v1.66.4
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
github.com/phachon/go-logger v0.0.0-20191215032019-86e4227f71ea
|
|
github.com/sleeyax/ja3rp v0.0.1
|
|
github.com/stretchr/testify v1.7.1 // indirect
|
|
github.com/tidwall/gjson v1.14.1
|
|
github.com/wxnacy/wgo v1.0.4
|
|
)
|
|
|
|
replace github.com/phachon/go-logger v0.0.0-20191215032019-86e4227f71ea => github.com/wikiZ/go-logger v0.0.0-20201128041628-4404a90d93ec
|