File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ module github.com/Checkmarx/containers-resolver
33go 1.24.1
44
55require (
6- github.com/Checkmarx/containers-images-extractor v1.0.6
7- github.com/Checkmarx/containers-syft-packages-extractor v1.0.8
8- github.com/Checkmarx/containers-types v1.0.2
6+ github.com/Checkmarx/containers-images-extractor v1.0.7
7+ github.com/Checkmarx/containers-syft-packages-extractor v1.0.9
8+ github.com/Checkmarx/containers-types v1.0.3
99 github.com/rs/zerolog v1.34.0
1010 github.com/stretchr/testify v1.10.0
1111)
Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ github.com/BurntSushi/toml v0.4.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbi
6161github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg =
6262github.com/BurntSushi/toml v1.5.0 /go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho =
6363github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
64- github.com/Checkmarx/containers-images-extractor v1.0.6 h1:Z54vjD2EJM25A2Adl9/Tr/B0nFW8kmVdidfBZb5CPYo =
65- github.com/Checkmarx/containers-images-extractor v1.0.6 /go.mod h1:96ggkKl71uwHR1xpC0R6uuz22skf5SasQYWXpGpeR3Q =
66- github.com/Checkmarx/containers-syft-packages-extractor v1.0.8 h1:6DctlAAM7LzOSMyBpSmAlhh5JvyQ7/2apVXtktgBOQA =
67- github.com/Checkmarx/containers-syft-packages-extractor v1.0.8 /go.mod h1:SPlHkx9lPyC0ndO9PSfxmCu2OFUuQE9sJE+nm8DC7qA =
68- github.com/Checkmarx/containers-types v1.0.2 h1:+WSTVTXFmyMCzsYlPnItnOcIStuVtAKW17xOhtOQnyc =
69- github.com/Checkmarx/containers-types v1.0.2 /go.mod h1:yp956K0amnEYogUnVOjuVTe1euNr/0qkgB+NhaqW4M8 =
64+ github.com/Checkmarx/containers-images-extractor v1.0.7 h1:lLgaDFFqz1jksN3/d/6sLXO0C0ODbt9xExbt44YMEOg =
65+ github.com/Checkmarx/containers-images-extractor v1.0.7 /go.mod h1:ZtOqhzlErPr2QL9xGjMmxwGvzXUwi+G5BBeOfdY62Ug =
66+ github.com/Checkmarx/containers-syft-packages-extractor v1.0.9 h1:KFqwtkdMjT2uzJIuBSGUSOOGMSm/UZl0oXec3Mf3nh4 =
67+ github.com/Checkmarx/containers-syft-packages-extractor v1.0.9 /go.mod h1:F9FFBVNmogF0wR9SVI0wRU9dZ9Ux3IZtZl3T24sQ/8E =
68+ github.com/Checkmarx/containers-types v1.0.3 h1:srk+RQnyPXyFKmVHA6P9SQZAtjczyndZ1aa0CWF/6/0 =
69+ github.com/Checkmarx/containers-types v1.0.3 /go.mod h1:F13rfevriqYHR+0ahk3W9H8uLK0Msbts012f1pIxJb0 =
7070github.com/CycloneDX/cyclonedx-go v0.9.2 h1:688QHn2X/5nRezKe2ueIVCt+NRqf7fl3AVQk+vaFcIo =
7171github.com/CycloneDX/cyclonedx-go v0.9.2 /go.mod h1:vcK6pKgO1WanCdd61qx4bFnSsDJQ6SbM2ZuMIgq86Jg =
7272github.com/DATA-DOG/go-sqlmock v1.5.2 h1:OcvFkGmslmlZibjAjaHm3L//6LiuBgolP7OputlJIzU =
You can’t perform that action at this time.
0 commit comments