From 89d6073d95bdac9eb35b5e78a09fb3077e70911f Mon Sep 17 00:00:00 2001 From: Checkmarx Automation Date: Mon, 13 Oct 2025 08:44:05 +0300 Subject: [PATCH] Update go.mod and go.sum: Bump containers-syft-packages-extractor dependency to v1.0.20. --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 39d1ec5..d0a9e63 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.24.1 require ( github.com/Checkmarx/containers-images-extractor v1.0.18 - github.com/Checkmarx/containers-syft-packages-extractor v1.0.19 + github.com/Checkmarx/containers-syft-packages-extractor v1.0.20 github.com/Checkmarx/containers-types v1.0.9 github.com/rs/zerolog v1.34.0 github.com/stretchr/testify v1.10.0 diff --git a/go.sum b/go.sum index e828f47..9b560d7 100644 --- a/go.sum +++ b/go.sum @@ -63,8 +63,8 @@ github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/Checkmarx/containers-images-extractor v1.0.18 h1:vj22lJurK72Zw28uenlzntDKIiXK0zN993lfsMdJh+w= github.com/Checkmarx/containers-images-extractor v1.0.18/go.mod h1:n3B8u4/WZCtsIwamIz7Prz6Ktl169i+aJb9Yq5R3D2M= -github.com/Checkmarx/containers-syft-packages-extractor v1.0.19 h1:0FifsoDW5HDnRpL3pzQKN31smWy8nD7Zm42D40AA4VY= -github.com/Checkmarx/containers-syft-packages-extractor v1.0.19/go.mod h1:LBuo6NbNip0iZUCwmd5gFWYaLAlnl5STidlI2FYwoUw= +github.com/Checkmarx/containers-syft-packages-extractor v1.0.20 h1:F8ODMTsAP3f97EFTGQYbScz6nOeUlcE4vV6biBvHFpI= +github.com/Checkmarx/containers-syft-packages-extractor v1.0.20/go.mod h1:LBuo6NbNip0iZUCwmd5gFWYaLAlnl5STidlI2FYwoUw= github.com/Checkmarx/containers-types v1.0.9 h1:LbHDj9LZ0x3f28wDx398WC19sw0U0EfEewHMLStBwvs= github.com/Checkmarx/containers-types v1.0.9/go.mod h1:KR0w8XCosq3+6jRCfQrH7i//Nj2u11qaUJM62CREFZA= github.com/CycloneDX/cyclonedx-go v0.9.2 h1:688QHn2X/5nRezKe2ueIVCt+NRqf7fl3AVQk+vaFcIo=