diff options
| author | Mathieu Deous | 2022-04-15 22:02:16 +0200 |
|---|---|---|
| committer | GitHub | 2022-04-15 22:02:16 +0200 |
| commit | 61126b35771eaa7537757362f264dbc8b6a32ed7 (patch) | |
| tree | 9732a52f1c39c8ae3d8a1a35e8cd9e45d7f2cfea /go.mod | |
| parent | 98fb222eb0a878df2abb6b13386a5ebc46b835c3 (diff) | |
Rewrite shell script in Go
Diffstat (limited to '')
| -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 | ||
