File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/TheZeroSlave/zapsentry v1.23.0
17
17
github.com/adrg/strutil v0.3.1
18
18
github.com/alecthomas/kingpin/v2 v2.4.0
19
- github.com/avast/apkparser v0.0.0-20250307094510-e2100ee9c0f5
19
+ github.com/avast/apkparser v0.0.0-20250530053210-166ba1767cb9
20
20
github.com/aws/aws-sdk-go-v2 v1.36.4
21
21
github.com/aws/aws-sdk-go-v2/config v1.29.16
22
22
github.com/aws/aws-sdk-go-v2/credentials v1.17.69
@@ -227,7 +227,7 @@ require (
227
227
github.com/jpillora/s3 v1.1.4 // indirect
228
228
github.com/kevinburke/ssh_config v1.2.0 // indirect
229
229
github.com/kjk/lzma v0.0.0-20161016003348-3fd93898850d // indirect
230
- github.com/klauspost/compress v1.17.11 // indirect
230
+ github.com/klauspost/compress v1.18.0 // indirect
231
231
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
232
232
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
233
233
github.com/magiconair/properties v1.8.7 // indirect
Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z
108
108
github.com/atotto/clipboard v0.1.4 /go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI =
109
109
github.com/avast/apkparser v0.0.0-20250307094510-e2100ee9c0f5 h1:zRaiVswCgpvZ6lyeErxC94EJaZdSoj0mzUPYRBOnqCI =
110
110
github.com/avast/apkparser v0.0.0-20250307094510-e2100ee9c0f5 /go.mod h1:GNvprXNmXaDjpHmN3RFxz5QdK5VXTUvmQludCbjoBy4 =
111
+ github.com/avast/apkparser v0.0.0-20250530053210-166ba1767cb9 h1:/c8YtwIZvwI43QdQh/nh5s4GYWnMPqnzZNJ5JFxMAkU =
112
+ github.com/avast/apkparser v0.0.0-20250530053210-166ba1767cb9 /go.mod h1:3F9A8btIerUcuy7Fmno+g/nIk4ELKJ6NCs2/KK1bvLs =
111
113
github.com/aws/aws-sdk-go-v2 v1.36.3 h1:mJoei2CxPutQVxaATCzDUjcZEjVRdpsiiXi2o38yqWM =
112
114
github.com/aws/aws-sdk-go-v2 v1.36.3 /go.mod h1:LLXuLpgzEbD766Z5ECcRmi8AzSwfZItDtmABVkRLGzg =
113
115
github.com/aws/aws-sdk-go-v2 v1.36.4 h1:GySzjhVvx0ERP6eyfAbAuAXLtAda5TEy19E5q5W8I9E =
@@ -535,6 +537,8 @@ github.com/kjk/lzma v0.0.0-20161016003348-3fd93898850d/go.mod h1:phT/jsRPBAEqjAi
535
537
github.com/klauspost/compress v1.4.1 /go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A =
536
538
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc =
537
539
github.com/klauspost/compress v1.17.11 /go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0 =
540
+ github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo =
541
+ github.com/klauspost/compress v1.18.0 /go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ =
538
542
github.com/klauspost/cpuid v1.2.0 /go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek =
539
543
github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU =
540
544
github.com/klauspost/pgzip v1.2.6 /go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs =
You can’t perform that action at this time.
0 commit comments