-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.19 KB
/
go.mod
File metadata and controls
32 lines (29 loc) · 1.19 KB
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
module github.com/bufsnake/Monkey
go 1.17
require (
github.com/Ullaakut/nmap v1.0.0
github.com/bufsnake/go-masscan v0.0.0-20210111015631-180a4e32f7bf
github.com/denisenkom/go-mssqldb v0.12.0
github.com/garyburd/redigo v1.6.3
github.com/gosnmp/gosnmp v1.34.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-20220310202011-d2c44e311e78
github.com/lib/pq v1.10.5
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
github.com/pkg/errors v0.9.1
github.com/sijms/go-ora/v2 v2.4.16
github.com/stacktitan/smb v0.0.0-20190531122847-da9a425dceb8
github.com/ziutek/mymysql v1.5.4
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
golang.org/x/text v0.3.7
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)
require (
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
github.com/golang-sql/sqlexp v0.0.0-20170517235910-f1bb20e5a188 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
)