@@ -8,14 +8,14 @@ replace github.com/deepfence/YaraHunter => ../YaraHunter
88
99require (
1010 github.com/Jeffail/tunny v0.1.4
11- github.com/deepfence/YaraHunter v0.0.0-20251222173909-c53ab2b74542
11+ github.com/deepfence/YaraHunter v0.0.0-20251223175657-4ceef247193f
1212 github.com/deepfence/agent-plugins-grpc v0.0.0-00010101000000-000000000000
1313 github.com/deepfence/golang_deepfence_sdk/client v0.0.0-20251220185839-eab97c9c3b76
1414 github.com/deepfence/golang_deepfence_sdk/utils v0.0.0-20251220185839-eab97c9c3b76
1515 github.com/deepfence/vessel v0.15.0
1616 github.com/gin-gonic/gin v1.11.0
1717 github.com/google/uuid v1.6.0
18- github.com/olekukonko/tablewriter v0.0.5
18+ github.com/olekukonko/tablewriter v1.1.2
1919 github.com/rs/zerolog v1.34.0
2020 google.golang.org/grpc v1.77.0
2121 gopkg.in/yaml.v3 v3.0.1
@@ -29,6 +29,7 @@ require (
2929 github.com/VirusTotal/gyp v0.9.0 // indirect
3030 github.com/bytedance/sonic v1.14.0 // indirect
3131 github.com/bytedance/sonic/loader v0.3.0 // indirect
32+ github.com/clipperhouse/displaywidth v0.6.0 // indirect
3233 github.com/clipperhouse/stringish v0.1.1 // indirect
3334 github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
3435 github.com/cloudwego/base64x v0.1.6 // indirect
@@ -50,6 +51,7 @@ require (
5051 github.com/docker/go-connections v0.6.0 // indirect
5152 github.com/docker/go-units v0.5.0 // indirect
5253 github.com/dustin/go-humanize v1.0.1 // indirect
54+ github.com/fatih/color v1.16.0 // indirect
5355 github.com/felixge/httpsnoop v1.0.4 // indirect
5456 github.com/gabriel-vasile/mimetype v1.4.12 // indirect
5557 github.com/gin-contrib/sse v1.1.0 // indirect
@@ -83,6 +85,9 @@ require (
8385 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
8486 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
8587 github.com/ncruces/go-strftime v0.1.9 // indirect
88+ github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
89+ github.com/olekukonko/errors v1.1.0 // indirect
90+ github.com/olekukonko/ll v0.1.3 // indirect
8691 github.com/opencontainers/go-digest v1.0.0 // indirect
8792 github.com/opencontainers/image-spec v1.1.1 // indirect
8893 github.com/opencontainers/runtime-spec v1.3.0 // indirect
0 commit comments