diff --git a/go.mod b/go.mod index 481ab26..261afe6 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.23.2 replace github.com/deepfence/agent-plugins-grpc => ./agent-plugins-grpc require ( - github.com/deepfence/YaraHunter v0.0.0-20241220175410-f07b2ac891bb + github.com/deepfence/YaraHunter v0.0.0-20241220175432-791930b5660d github.com/deepfence/agent-plugins-grpc v0.0.0-00010101000000-000000000000 github.com/deepfence/golang_deepfence_sdk/client v0.0.0-20241220101350-67a37a759769 github.com/deepfence/golang_deepfence_sdk/utils v0.0.0-20241220101350-67a37a759769 diff --git a/go.sum b/go.sum index e935b9d..aa3963d 100644 --- a/go.sum +++ b/go.sum @@ -40,8 +40,8 @@ github.com/containerd/typeurl/v2 v2.1.1/go.mod h1:IDp2JFvbwZ31H8dQbEIY7sDl2L3o3H github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/deepfence/YaraHunter v0.0.0-20241220175410-f07b2ac891bb h1:MmRccTgGu9Rju8TTwVsrLTHD8lCruiEuksU8vQ+sFLw= -github.com/deepfence/YaraHunter v0.0.0-20241220175410-f07b2ac891bb/go.mod h1:YpibxYC78O2sGO794wWyWfohWgd5V7jf5E8rzfDsAR8= +github.com/deepfence/YaraHunter v0.0.0-20241220175432-791930b5660d h1:3K1Xf/uxKFcspX3uw45ex2qjh6hgOG2v/NHFegvLwfA= +github.com/deepfence/YaraHunter v0.0.0-20241220175432-791930b5660d/go.mod h1:YpibxYC78O2sGO794wWyWfohWgd5V7jf5E8rzfDsAR8= github.com/deepfence/golang_deepfence_sdk/client v0.0.0-20241220101350-67a37a759769 h1:c55yJVYimo2iGiJcVH/cqpqXUdKgQ5PMGGcKZHqLkLA= github.com/deepfence/golang_deepfence_sdk/client v0.0.0-20241220101350-67a37a759769/go.mod h1:UkHg/qLuPVnTqx4fPwmc2DhlNp5isdYwIxQ63B9JB4o= github.com/deepfence/golang_deepfence_sdk/utils v0.0.0-20241220101350-67a37a759769 h1:p5l4xp6CcZE4XqiRATyx8C+X44Ij7jVRxGaDq8UhVM4=