summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMathieu Deous2022-04-15 22:02:16 +0200
committerGitHub2022-04-15 22:02:16 +0200
commit61126b35771eaa7537757362f264dbc8b6a32ed7 (patch)
tree9732a52f1c39c8ae3d8a1a35e8cd9e45d7f2cfea /go.mod
parent98fb222eb0a878df2abb6b13386a5ebc46b835c3 (diff)
Rewrite shell script in Go
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..39b2f36
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
1module github.com/jvoisin/php-malware-finder
2
3go 1.17
4
5require (
6 github.com/hillu/go-yara/v4 v4.2.0
7 github.com/jessevdk/go-flags v1.5.0
8)
9
10require golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect