summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMathieu Deous2022-05-02 20:18:23 +0200
committerGitHub2022-05-02 20:18:23 +0200
commit48936efa96ae17295be4e0a71be3294f0ec6aef8 (patch)
treef4e69551f1368aa048edf46b7b061600f3668329 /go.mod
parentbbc738e16f8b637afde58d65196374af98a5e0e2 (diff)
Make application go-install-able and create a docker image
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 39b2f36..f7119bc 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,10 @@
1module github.com/jvoisin/php-malware-finder 1module github.com/jvoisin/php-malware-finder
2 2
3go 1.17 3go 1.16
4 4
5require ( 5require (
6 github.com/hillu/go-yara/v4 v4.2.0 6 github.com/hillu/go-yara/v4 v4.2.1
7 github.com/jessevdk/go-flags v1.5.0 7 github.com/jessevdk/go-flags v1.5.0
8) 8)
9 9
10require golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect 10require golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect