From 639c34fc0cc38323dc1dd3668396e506fb71f3fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 04:48:47 +0000 Subject: [PATCH] fix(deps): update module github.com/stretchr/testify to v1.12.1 --- 160_gitlab_ci/090_unit_tests/snapshot/go.mod | 3 ++- 160_gitlab_ci/090_unit_tests/snapshot/go.sum | 4 ++++ 160_gitlab_ci/100_environments/snapshot/go.mod | 3 ++- 160_gitlab_ci/100_environments/snapshot/go.sum | 4 ++++ 160_gitlab_ci/110_triggers/snapshot/go.mod | 3 ++- 160_gitlab_ci/110_triggers/snapshot/go.sum | 4 ++++ 160_gitlab_ci/120_templates/snapshot/go.mod | 3 ++- 160_gitlab_ci/120_templates/snapshot/go.sum | 4 ++++ 160_gitlab_ci/130_rules/snapshot/go.mod | 3 ++- 160_gitlab_ci/130_rules/snapshot/go.sum | 4 ++++ 160_gitlab_ci/140_merge_requests/snapshot/go.mod | 3 ++- 160_gitlab_ci/140_merge_requests/snapshot/go.sum | 4 ++++ 160_gitlab_ci/150_matrix_jobs/snapshot/go.mod | 3 ++- 160_gitlab_ci/150_matrix_jobs/snapshot/go.sum | 4 ++++ 160_gitlab_ci/220_services/snapshot/go.mod | 3 ++- 160_gitlab_ci/220_services/snapshot/go.sum | 4 ++++ 160_gitlab_ci/230_docker/snapshot/go.mod | 3 ++- 160_gitlab_ci/230_docker/snapshot/go.sum | 4 ++++ 160_gitlab_ci/240_registries/snapshot/go.mod | 3 ++- 160_gitlab_ci/240_registries/snapshot/go.sum | 4 ++++ 160_gitlab_ci/250_releases/snapshot/go.mod | 3 ++- 160_gitlab_ci/250_releases/snapshot/go.sum | 4 ++++ 160_gitlab_ci/265_caches/snapshot/go.mod | 3 ++- 160_gitlab_ci/265_caches/snapshot/go.sum | 4 ++++ 160_gitlab_ci/270_renovate/snapshot/go.mod | 3 ++- 160_gitlab_ci/270_renovate/snapshot/go.sum | 4 ++++ 160_gitlab_ci/280_security/snapshot/go.mod | 3 ++- 160_gitlab_ci/280_security/snapshot/go.sum | 4 ++++ 160_gitlab_ci/300_components/snapshot/go.mod | 3 ++- 160_gitlab_ci/300_components/snapshot/go.sum | 4 ++++ 160_gitlab_ci/310_steps/snapshot/go.mod | 3 ++- 160_gitlab_ci/310_steps/snapshot/go.sum | 4 ++++ 32 files changed, 96 insertions(+), 16 deletions(-) diff --git a/160_gitlab_ci/090_unit_tests/snapshot/go.mod b/160_gitlab_ci/090_unit_tests/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/090_unit_tests/snapshot/go.mod +++ b/160_gitlab_ci/090_unit_tests/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/090_unit_tests/snapshot/go.sum b/160_gitlab_ci/090_unit_tests/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/090_unit_tests/snapshot/go.sum +++ b/160_gitlab_ci/090_unit_tests/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/100_environments/snapshot/go.mod b/160_gitlab_ci/100_environments/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/100_environments/snapshot/go.mod +++ b/160_gitlab_ci/100_environments/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/100_environments/snapshot/go.sum b/160_gitlab_ci/100_environments/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/100_environments/snapshot/go.sum +++ b/160_gitlab_ci/100_environments/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/110_triggers/snapshot/go.mod b/160_gitlab_ci/110_triggers/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/110_triggers/snapshot/go.mod +++ b/160_gitlab_ci/110_triggers/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/110_triggers/snapshot/go.sum b/160_gitlab_ci/110_triggers/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/110_triggers/snapshot/go.sum +++ b/160_gitlab_ci/110_triggers/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/120_templates/snapshot/go.mod b/160_gitlab_ci/120_templates/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/120_templates/snapshot/go.mod +++ b/160_gitlab_ci/120_templates/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/120_templates/snapshot/go.sum b/160_gitlab_ci/120_templates/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/120_templates/snapshot/go.sum +++ b/160_gitlab_ci/120_templates/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/130_rules/snapshot/go.mod b/160_gitlab_ci/130_rules/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/130_rules/snapshot/go.mod +++ b/160_gitlab_ci/130_rules/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/130_rules/snapshot/go.sum b/160_gitlab_ci/130_rules/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/130_rules/snapshot/go.sum +++ b/160_gitlab_ci/130_rules/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/140_merge_requests/snapshot/go.mod b/160_gitlab_ci/140_merge_requests/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/140_merge_requests/snapshot/go.mod +++ b/160_gitlab_ci/140_merge_requests/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/140_merge_requests/snapshot/go.sum b/160_gitlab_ci/140_merge_requests/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/140_merge_requests/snapshot/go.sum +++ b/160_gitlab_ci/140_merge_requests/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/150_matrix_jobs/snapshot/go.mod b/160_gitlab_ci/150_matrix_jobs/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/150_matrix_jobs/snapshot/go.mod +++ b/160_gitlab_ci/150_matrix_jobs/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/150_matrix_jobs/snapshot/go.sum b/160_gitlab_ci/150_matrix_jobs/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/150_matrix_jobs/snapshot/go.sum +++ b/160_gitlab_ci/150_matrix_jobs/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/220_services/snapshot/go.mod b/160_gitlab_ci/220_services/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/220_services/snapshot/go.mod +++ b/160_gitlab_ci/220_services/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/220_services/snapshot/go.sum b/160_gitlab_ci/220_services/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/220_services/snapshot/go.sum +++ b/160_gitlab_ci/220_services/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/230_docker/snapshot/go.mod b/160_gitlab_ci/230_docker/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/230_docker/snapshot/go.mod +++ b/160_gitlab_ci/230_docker/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/230_docker/snapshot/go.sum b/160_gitlab_ci/230_docker/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/230_docker/snapshot/go.sum +++ b/160_gitlab_ci/230_docker/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/240_registries/snapshot/go.mod b/160_gitlab_ci/240_registries/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/240_registries/snapshot/go.mod +++ b/160_gitlab_ci/240_registries/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/240_registries/snapshot/go.sum b/160_gitlab_ci/240_registries/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/240_registries/snapshot/go.sum +++ b/160_gitlab_ci/240_registries/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/250_releases/snapshot/go.mod b/160_gitlab_ci/250_releases/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/250_releases/snapshot/go.mod +++ b/160_gitlab_ci/250_releases/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/250_releases/snapshot/go.sum b/160_gitlab_ci/250_releases/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/250_releases/snapshot/go.sum +++ b/160_gitlab_ci/250_releases/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/265_caches/snapshot/go.mod b/160_gitlab_ci/265_caches/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/265_caches/snapshot/go.mod +++ b/160_gitlab_ci/265_caches/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/265_caches/snapshot/go.sum b/160_gitlab_ci/265_caches/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/265_caches/snapshot/go.sum +++ b/160_gitlab_ci/265_caches/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/270_renovate/snapshot/go.mod b/160_gitlab_ci/270_renovate/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/270_renovate/snapshot/go.mod +++ b/160_gitlab_ci/270_renovate/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/270_renovate/snapshot/go.sum b/160_gitlab_ci/270_renovate/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/270_renovate/snapshot/go.sum +++ b/160_gitlab_ci/270_renovate/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/280_security/snapshot/go.mod b/160_gitlab_ci/280_security/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/280_security/snapshot/go.mod +++ b/160_gitlab_ci/280_security/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/280_security/snapshot/go.sum b/160_gitlab_ci/280_security/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/280_security/snapshot/go.sum +++ b/160_gitlab_ci/280_security/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/300_components/snapshot/go.mod b/160_gitlab_ci/300_components/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/300_components/snapshot/go.mod +++ b/160_gitlab_ci/300_components/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/300_components/snapshot/go.sum b/160_gitlab_ci/300_components/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/300_components/snapshot/go.sum +++ b/160_gitlab_ci/300_components/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= diff --git a/160_gitlab_ci/310_steps/snapshot/go.mod b/160_gitlab_ci/310_steps/snapshot/go.mod index aee1aa7a1..2ad8bab04 100644 --- a/160_gitlab_ci/310_steps/snapshot/go.mod +++ b/160_gitlab_ci/310_steps/snapshot/go.mod @@ -4,11 +4,12 @@ go 1.25.5 require ( github.com/TwiN/go-color v1.4.1 - github.com/stretchr/testify v1.11.1 + github.com/stretchr/testify v1.12.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect + go.yaml.in/yaml/v3 v3.0.5 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/160_gitlab_ci/310_steps/snapshot/go.sum b/160_gitlab_ci/310_steps/snapshot/go.sum index cb2654554..250588f41 100644 --- a/160_gitlab_ci/310_steps/snapshot/go.sum +++ b/160_gitlab_ci/310_steps/snapshot/go.sum @@ -6,6 +6,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= +github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE= +github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg= +go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= +go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=