From a9317e7cf8914ba41fd8da92f5fc5d42f5551a83 Mon Sep 17 00:00:00 2001 From: Bader Zaidan Date: Wed, 4 Jan 2023 15:09:41 +0100 Subject: Update dependencies (#119) - fixes runtime fatal error due to go-yara issue #101--- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index f7119bc..d886043 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/jvoisin/php-malware-finder go 1.16 require ( - github.com/hillu/go-yara/v4 v4.2.1 + github.com/hillu/go-yara/v4 v4.2.3 github.com/jessevdk/go-flags v1.5.0 ) -require golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect +require golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect -- cgit v1.3