blob: 98dfc0eba2d8ed4d18faccf8027dacb57cf4b4f9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
module github.com/jvoisin/php-malware-finder
go 1.17
require (
github.com/hillu/go-yara/v4 v4.2.4
github.com/jessevdk/go-flags v1.5.0
)
require golang.org/x/sys v0.4.0 // indirect
|