-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
115 lines (112 loc) · 4.73 KB
/
go.mod
File metadata and controls
115 lines (112 loc) · 4.73 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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
module go.foxforensics.dev/fox/v4
go 1.26.0
require (
github.com/0xrawsec/golang-evtx v1.2.9
github.com/Velocidex/go-journalctl v0.0.0-20250902002606-881a5f66df10
github.com/Velocidex/ordereddict v0.0.0-20250821063524-02dc06e46238
github.com/agnivade/levenshtein v1.2.1
github.com/aixiansheng/lzfse v0.2.4
github.com/ajdnik/imghash/v2 v2.3.0
github.com/alecthomas/chroma/v2 v2.23.1
github.com/alecthomas/kong v1.14.0
github.com/andybalholm/brotli v1.2.0
github.com/bmatcuk/doublestar/v4 v4.10.0
github.com/bodgit/sevenzip v1.6.1
github.com/bradleyjkemp/sigma-go v0.6.6
github.com/cavaliergopher/cpio v1.0.1
github.com/cavaliergopher/rpm v1.3.0
github.com/cespare/xxhash v1.1.0
github.com/cyucelen/marker v0.0.0-20220628090808-ec8d542c2d28
github.com/dchest/siphash v1.2.3
github.com/fatih/color v1.19.0
github.com/flanglet/kanzi-go/v2 v2.5.0
github.com/glaslos/ssdeep v0.4.0
github.com/glaslos/tlsh v0.4.0
github.com/hooklift/iso9660 v1.0.0
github.com/htruong/go-md2 v0.0.0-20170914203617-c69905b63f6f
github.com/josephspurrier/goversioninfo v1.5.0
github.com/jzelinskie/whirlpool v0.0.0-20201016144138-0675e54bb004
github.com/klauspost/compress v1.18.5
github.com/korylprince/goxar v0.1.2
github.com/minio/minlz v1.1.0
github.com/mkrautz/goar v0.0.0-20150919110319-282caa8bd9da
github.com/nwaples/rardecode/v2 v2.2.2
github.com/parquet-go/parquet-go v0.29.0
github.com/pedroalbanese/md6 v0.0.0-20240815222317-052c055905a4
github.com/pierrec/lz4/v4 v4.1.26
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e
github.com/saferwall/elf v0.3.1
github.com/saferwall/pe v1.5.9
github.com/secDre4mer/go-cab v0.0.0-20250826110853-e3fbafae92cd
github.com/sorairolake/lzip-go v0.3.8
github.com/sourcegraph/conc v0.3.0
github.com/spaolacci/murmur3 v1.1.0
github.com/tjfoc/gmsm/v2 v2.0.0
github.com/twmb/murmur3 v1.1.8
github.com/ulikunitz/xz v0.5.15
github.com/xxtea/xxtea-go v1.0.0
github.com/zeebo/blake3 v0.2.4
github.com/zeebo/xxh3 v1.1.0
go.dw1.io/rapidhash v0.3.0
go.foxforensics.dev/go-bgzf v0.3.1
go.foxforensics.dev/go-ese v0.4.1
go.foxforensics.dev/go-fortilog v0.2.1
go.foxforensics.dev/go-hash v0.3.1
go.foxforensics.dev/go-krypto v0.3.1
go.foxforensics.dev/go-lnk v0.2.1
go.foxforensics.dev/go-mmap v0.2.1
go.foxforensics.dev/go-msi v0.3.1
go.foxforensics.dev/go-zip v0.6.1
go.solidsystem.no/fletcher4 v0.2.0
golang.org/x/crypto v0.49.0
golang.org/x/term v0.41.0
golang.org/x/text v0.35.0
modernc.org/sqlite v1.48.0
www.velocidex.com/golang/go-prefetch v0.0.0-20251027080408-85407689d0cb
www.velocidex.com/golang/regparser v0.0.0-20250203141505-31e704a67ef7
)
require (
github.com/0xrawsec/golang-utils v1.3.2 // indirect
github.com/BobuSumisu/aho-corasick v1.0.3 // indirect
github.com/PaesslerAG/gval v1.2.4 // indirect
github.com/PaesslerAG/jsonpath v0.1.1 // indirect
github.com/Velocidex/json v0.0.0-20220224052537-92f3c0326e5a // indirect
github.com/Velocidex/yaml/v2 v2.2.8 // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/alecthomas/participle v0.7.1 // indirect
github.com/ayoubfaouzi/pkcs7 v0.2.2 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/c4milo/gotoolkit v0.0.0-20190525173301-67483a18c17a // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/edsrzf/mmap-go v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/hooklift/assert v0.1.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/parquet-go/bitpack v1.0.0 // indirect
github.com/parquet-go/jsonlite v1.5.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/saferwall/binstream v0.1.2 // indirect
github.com/secDre4mer/lzx v0.0.0-20250826110518-fedea00d45a5 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/smallstep/pkcs7 v0.2.1 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/twpayne/go-geom v1.6.1 // indirect
go.foxforensics.dev/go-mscfb v0.3.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go4.org v0.0.0-20260112195520-a5071408f32f // indirect
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
golang.org/x/image v0.38.0 // indirect
golang.org/x/sys v0.42.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/libc v1.70.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)