-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
30 lines (26 loc) · 1002 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
30
module github.com/binalyze/gora
go 1.18
retract v1.3.0 // v1.3.0 is buggy and should not be used
require (
github.com/VirusTotal/gyp v0.9.0
github.com/djherbis/times v1.5.0
github.com/hillu/go-yara/v4 v4.3.2
github.com/shirou/gopsutil/v3 v3.23.8
github.com/stretchr/testify v1.8.4
golang.org/x/sys v0.12.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)