mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-05-07 19:26:29 +00:00
21 lines
770 B
Modula-2
21 lines
770 B
Modula-2
![]() |
module github.com/shadow1ng/fscan
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/antlr/antlr4 v0.0.0-20200503195918-621b933c7a7f // indirect
|
||
|
github.com/denisenkom/go-mssqldb v0.9.0
|
||
|
github.com/go-sql-driver/mysql v1.5.0
|
||
|
github.com/golang/protobuf v1.4.1
|
||
|
github.com/google/cel-go v0.4.2
|
||
|
github.com/jlaffaye/ftp v0.0.0-20201112195030-9aae4d151126
|
||
|
github.com/lib/pq v1.8.0
|
||
|
github.com/stacktitan/smb v0.0.0-20190531122847-da9a425dceb8
|
||
|
golang.org/x/crypto v0.0.0-20201116153603-4be66e5b6582
|
||
|
golang.org/x/net v0.0.0-20200505041828-1ed23360d12c // indirect
|
||
|
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
|
||
|
google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84
|
||
|
google.golang.org/grpc v1.29.1 // indirect
|
||
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
||
|
)
|