forked from botherder/pcqf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 1.26 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
module github.com/botherder/snoopdigg
go 1.13
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/akavel/rsrc v0.8.0 // indirect
github.com/botherder/go-autoruns v0.0.0-20180903164116-50b70e550ae7
github.com/botherder/go-files v0.0.0-20180205213231-2246e61e05ec
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/matishsiao/goInfo v0.0.0-20170803142006-617e6440957e
github.com/mattn/go-colorable v0.1.4
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mattn/go-shellwords v1.0.6 // indirect
github.com/satori/go.uuid v1.2.0
github.com/shirou/gopsutil v2.19.11+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/objx v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190723021737-8bb11ff117ca // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)