Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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-20250404165742-db83d9655bf1
github.com/deepfence/YaraHunter v0.0.0-20250410122752-408a46275a54
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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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-20250404165742-db83d9655bf1 h1:9oDXciO4ATM/yXglXPVtHxVwCrWvt/2G2/RBmrJu9WQ=
github.com/deepfence/YaraHunter v0.0.0-20250404165742-db83d9655bf1/go.mod h1:YpibxYC78O2sGO794wWyWfohWgd5V7jf5E8rzfDsAR8=
github.com/deepfence/YaraHunter v0.0.0-20250410122752-408a46275a54 h1:KuXGPqnnPI3PTJVP/pModMyVOqUFJD+iHglAoxsyjSE=
github.com/deepfence/YaraHunter v0.0.0-20250410122752-408a46275a54/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=
Expand Down
Loading