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