summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMathieu Deous2023-01-04 22:32:36 +0100
committerGitHub2023-01-04 22:32:36 +0100
commit335412258516111a9e90cee452e4c1caf5515b1b (patch)
tree7900fe6723421b19b3c6cab909d49b34deaa967e /go.mod
parenta9317e7cf8914ba41fd8da92f5fc5d42f5551a83 (diff)
Fix Docker image build error (#121)
* use libyara from alpine testing repo * update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index d886043..c2e4b32 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,8 @@ module github.com/jvoisin/php-malware-finder
3go 1.16 3go 1.16
4 4
5require ( 5require (
6 github.com/hillu/go-yara/v4 v4.2.3 6 github.com/hillu/go-yara/v4 v4.2.4
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-20220520151302-bc2c85ada10a // indirect 10require golang.org/x/sys v0.4.0 // indirect