fscan/go.mod

25 lines
944 B
Modula-2
Raw Normal View History

2020-12-29 01:17:10 -08:00
module github.com/shadow1ng/fscan
2021-03-01 18:21:32 -08:00
go 1.16
2020-12-29 01:17:10 -08:00
require (
github.com/denisenkom/go-mssqldb v0.11.0
2021-04-21 00:34:29 -07:00
github.com/go-sql-driver/mysql v1.6.0
2021-05-05 20:37:29 -07:00
github.com/golang/protobuf v1.3.4
github.com/google/cel-go v0.6.0
github.com/huin/asn1ber v0.0.0-20120622192748-af09f62e6358 // indirect
github.com/jlaffaye/ftp v0.0.0-20211117213618-11820403398b
github.com/lib/pq v1.10.4
2021-05-29 00:58:16 -07:00
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca
2022-01-12 21:38:53 -08:00
github.com/sijms/go-ora/v2 v2.2.16
2020-12-29 01:17:10 -08:00
github.com/stacktitan/smb v0.0.0-20190531122847-da9a425dceb8
2022-01-12 21:38:53 -08:00
github.com/tomatome/grdp v0.0.0-20211231062539-be8adab7eaf3
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/text v0.3.3
2021-05-05 20:37:29 -07:00
google.golang.org/genproto v0.0.0-20200416231807-8751e049a2a0
2021-04-21 00:34:29 -07:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2020-12-29 01:17:10 -08:00
)
2022-01-14 22:07:39 -08:00
replace github.com/tomatome/grdp v0.0.0-20211231062539-be8adab7eaf3 => github.com/shadow1ng/grdp v1.0.3