blob: f7119bccfd8c26be34bd28659083a8047d15b2cf (
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.1
github.com/jessevdk/go-flags v1.5.0
)
require golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|