-
Notifications
You must be signed in to change notification settings - Fork 41
/
go.mod
31 lines (28 loc) · 1001 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/XinRoom/go-portScan
go 1.18
require (
github.com/XinRoom/iprange v1.1.5
github.com/go-ping/ping v1.1.0
github.com/google/gopacket v1.1.19
github.com/jackpal/gateway v1.0.7
github.com/libp2p/go-netroute v0.2.1
github.com/panjf2000/ants/v2 v2.7.2
github.com/projectdiscovery/stringsutil v0.0.2
github.com/twmb/murmur3 v1.1.8
github.com/urfave/cli/v2 v2.25.1
golang.org/x/net v0.8.0
golang.org/x/text v0.8.0
golang.org/x/time v0.3.0
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.23 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
)