@@ -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-20251222131915-e8654b4b528f
11+ github.com/deepfence/YaraHunter v0.0.0-20251222173909-c53ab2b74542
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 v1.1.2
18+ github.com/olekukonko/tablewriter v0.0.5
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,7 +29,6 @@ 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
3332 github.com/clipperhouse/stringish v0.1.1 // indirect
3433 github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
3534 github.com/cloudwego/base64x v0.1.6 // indirect
@@ -51,7 +50,6 @@ require (
5150 github.com/docker/go-connections v0.6.0 // indirect
5251 github.com/docker/go-units v0.5.0 // indirect
5352 github.com/dustin/go-humanize v1.0.1 // indirect
54- github.com/fatih/color v1.16.0 // indirect
5553 github.com/felixge/httpsnoop v1.0.4 // indirect
5654 github.com/gabriel-vasile/mimetype v1.4.12 // indirect
5755 github.com/gin-contrib/sse v1.1.0 // indirect
@@ -85,9 +83,6 @@ require (
8583 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
8684 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
8785 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
9186 github.com/opencontainers/go-digest v1.0.0 // indirect
9287 github.com/opencontainers/image-spec v1.1.1 // indirect
9388 github.com/opencontainers/runtime-spec v1.3.0 // indirect
0 commit comments