-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
39 lines (36 loc) · 1.47 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
module Lscan
go 1.19
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/go-sql-driver/mysql v1.7.0
github.com/gookit/color v1.5.2
github.com/gosnmp/gosnmp v1.35.0
github.com/huin/asn1ber v0.0.0-20120622192748-af09f62e6358
github.com/icodeface/tls v0.0.0-20190904083142-17aec93c60e5
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
github.com/monnand/goredis v0.0.0-20160310054727-e23c27d63458
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca
github.com/schollz/progressbar/v3 v3.12.2
github.com/sh1yan/gohive v0.0.0-20191008095549-7eec91c92993
github.com/sh1yan/iprange v0.0.0-20180210233524-3a31f5ed42d2
github.com/stacktitan/smb v0.0.0-20190531122847-da9a425dceb8
golang.org/x/crypto v0.3.0
golang.org/x/net v0.2.0
golang.org/x/text v0.4.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/olivere/elastic.v3 v3.0.75
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/term v0.3.0 // indirect
)