diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -0,0 +1,10 @@ | |||
| 1 | module github.com/jvoisin/php-malware-finder | ||
| 2 | |||
| 3 | go 1.17 | ||
| 4 | |||
| 5 | require ( | ||
| 6 | github.com/hillu/go-yara/v4 v4.2.0 | ||
| 7 | github.com/jessevdk/go-flags v1.5.0 | ||
| 8 | ) | ||
| 9 | |||
| 10 | require golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect | ||
