You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
407 B
Modula-2
14 lines
407 B
Modula-2
5 months ago
|
module portscanner
|
||
|
|
||
|
go 1.18
|
||
|
|
||
|
require (
|
||
|
github.com/PuerkitoBio/goquery v1.9.2 // indirect
|
||
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
||
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
||
|
github.com/iverly/go-mcping v1.0.1 // indirect
|
||
|
github.com/jmoiron/jsonq v0.0.0-20150511023944-e874b168d07e // indirect
|
||
|
github.com/tebeka/selenium v0.9.9 // indirect
|
||
|
golang.org/x/net v0.24.0 // indirect
|
||
|
)
|