blob: c2e4b32bfb9227d0d9791d31880cc41308e5fb22 (
plain)
1
2
3
4
5
6
7
8
9
10
|
module github.com/jvoisin/php-malware-finder
go 1.16
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
|