diff --git a/aws/go.mod b/aws/go.mod index 589c768be..4324de0a3 100644 --- a/aws/go.mod +++ b/aws/go.mod @@ -8,7 +8,7 @@ require github.com/gruntwork-io/terratest v0.50.0 require ( github.com/agext/levenshtein v1.2.3 // indirect - github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect + github.com/apparentlymart/go-textseg/v16 v16.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 31e637824..4a767784c 100644 --- a/azure/go.mod +++ b/azure/go.mod @@ -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/v15 v15.0.0 // indirect + github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect github.com/aws/aws-sdk-go v1.55.8 // indirect github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect diff --git a/gcp/go.mod b/gcp/go.mod index 589c768be..4324de0a3 100644 --- a/gcp/go.mod +++ b/gcp/go.mod @@ -8,7 +8,7 @@ require github.com/gruntwork-io/terratest v0.50.0 require ( github.com/agext/levenshtein v1.2.3 // indirect - github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect + github.com/apparentlymart/go-textseg/v16 v16.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