From b9e285e1c9fc3a6b31f4c84c436ac63c73bf4814 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 03:38:02 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.5 --- aws/go.mod | 4 ++-- azure/go.mod | 4 ++-- gcp/go.mod | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aws/go.mod b/aws/go.mod index 49c9cb7aa..a1a26d487 100644 --- a/aws/go.mod +++ b/aws/go.mod @@ -2,13 +2,13 @@ module wrongsecrets go 1.23.0 -toolchain go1.24.4 +toolchain go1.24.5 require github.com/gruntwork-io/terratest v0.50.0 require ( github.com/agext/levenshtein v1.2.3 // indirect - github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect + github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect diff --git a/azure/go.mod b/azure/go.mod index a52b4d3e1..a676bcbb8 100644 --- a/azure/go.mod +++ b/azure/go.mod @@ -2,7 +2,7 @@ module wrongsecrets go 1.23.8 -toolchain go1.24.4 +toolchain go1.24.5 require github.com/gruntwork-io/terratest v0.50.0 @@ -21,7 +21,7 @@ require ( github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect github.com/agext/levenshtein v1.2.3 // indirect github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect - github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect + github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect github.com/aws/aws-sdk-go v1.55.7 // indirect github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect diff --git a/gcp/go.mod b/gcp/go.mod index 49c9cb7aa..a1a26d487 100644 --- a/gcp/go.mod +++ b/gcp/go.mod @@ -2,13 +2,13 @@ module wrongsecrets go 1.23.0 -toolchain go1.24.4 +toolchain go1.24.5 require github.com/gruntwork-io/terratest v0.50.0 require ( github.com/agext/levenshtein v1.2.3 // indirect - github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect + github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect