diff options
| author | Bader Zaidan | 2023-01-04 15:09:41 +0100 |
|---|---|---|
| committer | GitHub | 2023-01-04 15:09:41 +0100 |
| commit | a9317e7cf8914ba41fd8da92f5fc5d42f5551a83 (patch) | |
| tree | 922deecd68cb0a29753c3ffa4736664a20d7c793 /go.mod | |
| parent | 48936efa96ae17295be4e0a71be3294f0ec6aef8 (diff) | |
Update dependencies (#119)
- fixes runtime fatal error due to go-yara issue #101
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -3,8 +3,8 @@ module github.com/jvoisin/php-malware-finder | |||
| 3 | go 1.16 | 3 | go 1.16 |
| 4 | 4 | ||
| 5 | require ( | 5 | require ( |
| 6 | github.com/hillu/go-yara/v4 v4.2.1 | 6 | github.com/hillu/go-yara/v4 v4.2.3 |
| 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-20220412211240-33da011f77ad // indirect | 10 | require golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect |
