summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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