mirror of
https://github.com/alpkeskin/mosint.git
synced 2026-06-12 21:01:56 +08:00
41 lines
1.5 KiB
Modula-2
41 lines
1.5 KiB
Modula-2
module main
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/AfterShip/email-verifier v1.3.0
|
|
github.com/dimiro1/banner v1.1.0
|
|
github.com/fatih/color v1.13.0
|
|
github.com/mattn/go-colorable v0.1.9
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/rocketlaunchr/google-search v1.1.4
|
|
github.com/valyala/fasthttp v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.5.0 // indirect
|
|
github.com/andybalholm/brotli v1.0.2 // indirect
|
|
github.com/andybalholm/cascadia v1.0.0 // indirect
|
|
github.com/antchfx/htmlquery v1.0.0 // indirect
|
|
github.com/antchfx/xmlquery v1.0.0 // indirect
|
|
github.com/antchfx/xpath v1.0.0 // indirect
|
|
github.com/common-nighthawk/go-figure v0.0.0-20200609044655-c4b36f998cf2 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/gocolly/colly/v2 v2.0.1 // indirect
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
github.com/hbollon/go-edlib v1.4.0 // indirect
|
|
github.com/kennygrant/sanitize v1.2.4 // indirect
|
|
github.com/klauspost/compress v1.13.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
|
|
github.com/temoto/robotstxt v1.1.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
|
|
google.golang.org/appengine v1.6.1 // indirect
|
|
h12.io/socks v1.0.3 // indirect
|
|
)
|