-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 930 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (21 loc) · 930 Bytes
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
module github.com/GoToolSharing/vbktoolkit
go 1.22.2
require github.com/pierrec/lz4/v4 v4.1.22
require (
github.com/Velocidex/go-ext4 v0.0.0-20250510085914-b0b955af0359
github.com/Velocidex/go-vhdx v0.0.0-20250511013458-5cba970cdeda
github.com/masahiro331/go-xfs-filesystem v0.0.0-20250508093807-355a81f6ae2f
www.velocidex.com/golang/go-ntfs v0.2.0
)
require (
github.com/Velocidex/json v0.0.0-20220224052537-92f3c0326e5a // indirect
github.com/Velocidex/ordereddict v0.0.0-20230909174157-2aa49cc5d11d // indirect
github.com/Velocidex/yaml/v2 v2.2.8 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.23.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
)