diff options
| author | Mathieu Deous | 2023-01-05 14:40:38 +0100 |
|---|---|---|
| committer | GitHub | 2023-01-05 14:40:38 +0100 |
| commit | 15e5ed592b05a1ddbc433a8ee2596cd9d23eb464 (patch) | |
| tree | 66cd87b1921d3b004147d49d7593a80d545ce234 /go.mod | |
| parent | 335412258516111a9e90cee452e4c1caf5515b1b (diff) | |
require at least go 1.17 (#122)
Diffstat (limited to '')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | module github.com/jvoisin/php-malware-finder | 1 | module github.com/jvoisin/php-malware-finder |
| 2 | 2 | ||
| 3 | go 1.16 | 3 | go 1.17 |
| 4 | 4 | ||
| 5 | require ( | 5 | require ( |
| 6 | github.com/hillu/go-yara/v4 v4.2.4 | 6 | github.com/hillu/go-yara/v4 v4.2.4 |
