-
Notifications
You must be signed in to change notification settings - Fork 38
/
go.mod
74 lines (64 loc) · 2.44 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
module Qscan
go 1.19
require (
github.com/atotto/clipboard v0.1.4
//database
github.com/denisenkom/go-mssqldb v0.10.0
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-20220630165035-11536801d1ff
github.com/lcvvvv/appfinger v0.1.1
//gonmap
github.com/lcvvvv/gonmap v1.3.4
github.com/lcvvvv/pool v0.0.0-00010101000000-000000000000
github.com/lcvvvv/simplehttp v0.1.1
github.com/lcvvvv/stdio v0.1.2
github.com/lib/pq v1.10.2
//grdp
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
github.com/miekg/dns v1.1.50
github.com/sijms/go-ora/v2 v2.2.15
//protocol
github.com/stacktitan/smb v0.0.0-20190531122847-da9a425dceb8
go.mongodb.org/mongo-driver v1.7.1
golang.org/x/crypto v0.18.0
//chinese
golang.org/x/text v0.14.0
)
require (
github.com/google/cel-go v0.20.1
github.com/gookit/color v1.5.4
github.com/satori/go.uuid v1.2.0
golang.org/x/net v0.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237
google.golang.org/protobuf v1.33.0
gopkg.in/yaml.v2 v2.2.8
)
require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/klauspost/compress v1.9.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/stoewer/go-strcase v1.2.0 // indirect
github.com/twmb/murmur3 v1.1.6 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.0.2 // indirect
github.com/xdg-go/stringprep v1.0.2 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
)
replace github.com/lcvvvv/pool => ./lib/pool
//replace github.com/lcvvvv/gonmap => ../go-github/gonmap