-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 1.28 KB
/
go.mod
File metadata and controls
31 lines (28 loc) · 1.28 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
module github.com/GoToolSharing/vbkview
go 1.23.0
require (
github.com/GoToolSharing/vbktoolkit v0.0.0-20260420090906-925abf074c28
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/peterh/liner v1.2.2
github.com/spf13/cobra v1.10.2
)
require (
github.com/Velocidex/go-ext4 v0.0.0-20250510085914-b0b955af0359 // indirect
github.com/Velocidex/go-vhdx v0.0.0-20250511013458-5cba970cdeda // indirect
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/inconshreveable/mousetrap v1.1.0 // indirect
github.com/masahiro331/go-xfs-filesystem v0.0.0-20250508093807-355a81f6ae2f // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/pierrec/lz4/v4 v4.1.22 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
github.com/spf13/pflag v1.0.9 // 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/sys v0.19.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
www.velocidex.com/golang/go-ntfs v0.2.0 // indirect
)