checking in- needs some refinement then done

This commit is contained in:
2025-02-09 23:07:25 -05:00
parent 64b669edc3
commit d8469533a7
22 changed files with 1110 additions and 115 deletions

3
go.mod
View File

@@ -8,6 +8,7 @@ require (
github.com/TwiN/go-color v1.4.1
github.com/davecgh/go-spew v1.1.1
github.com/go-playground/validator/v10 v10.24.0
github.com/go-resty/resty/v2 v2.16.5
github.com/goccy/go-yaml v1.15.16
github.com/jessevdk/go-flags v1.6.1
github.com/projectdiscovery/mapcidr v1.1.34
@@ -27,7 +28,7 @@ require (
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/projectdiscovery/blackrock v0.0.1 // indirect
github.com/projectdiscovery/utils v0.4.8 // indirect
github.com/projectdiscovery/utils v0.4.9 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/net v0.34.0 // indirect