forked from lcvvvv/kscan
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 735 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module kscan
go 1.16
require (
github.com/PuerkitoBio/goquery v1.6.1
github.com/denisenkom/go-mssqldb v0.10.0
github.com/go-ping/ping v0.0.0-20210407214646-e4e642a95741
github.com/go-sql-driver/mysql v1.6.0
github.com/huin/asn1ber v0.0.0-20120622192748-af09f62e6358
github.com/icodeface/tls v0.0.0-20190904083142-17aec93c60e5
github.com/jlaffaye/ftp v0.0.0-20210307004419-5d4190119067
github.com/lib/pq v1.10.2
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
github.com/sijms/go-ora/v2 v2.2.15
github.com/stacktitan/smb v0.0.0-20190531122847-da9a425dceb8
github.com/twmb/murmur3 v1.1.5
go.mongodb.org/mongo-driver v1.7.1
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/text v0.3.6
)