-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
29 lines (23 loc) · 903 Bytes
/
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
module github.com/LinusGates/linusgates
go 1.22.0
require (
github.com/JoshuaDoes/json v0.0.0-20200726213358-ec3860544ac0
github.com/LinusGates/osmgr v0.0.0
github.com/LinusGates/reghive v0.0.0
github.com/MarinX/keylogger v0.0.0-20210528193429-a54d7834cc1a
github.com/spf13/pflag v1.0.5
seehuhn.de/go/ncurses v0.2.1-0.20231214110636-c694e8edeef5
)
require (
github.com/JoshuaDoes/crunchio v0.0.0-20240321181033-a692e66882aa // indirect
github.com/JoshuaDoes/menuify v0.0.0-20240525120328-ca7a058a3d04 // indirect
github.com/gabriel-samfira/go-hivex v0.0.0-20190725123041-b40bc95a7ced // indirect
github.com/superwhiskers/crunch/v3 v3.5.7 // indirect
golang.org/x/sync v0.6.0 // indirect
)
require (
github.com/otiai10/copy v1.14.0
golang.org/x/sys v0.20.0 // indirect
)
replace github.com/LinusGates/reghive v0.0.0 => ../reghive
replace github.com/LinusGates/osmgr v0.0.0 => ../osmgr