Skip to content

Commit b7cd123

Browse files
Update module github.com/apparentlymart/go-textseg/v15 to v16
1 parent a456e03 commit b7cd123

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

aws/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require github.com/gruntwork-io/terratest v0.50.0
99
require (
1010
github.com/agext/levenshtein v1.2.3 // indirect
1111
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
12+
github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect
1213
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
1314
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1415
github.com/hashicorp/errwrap v1.1.0 // indirect

aws/go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7l
22
github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
33
github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY=
44
github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4=
5+
github.com/apparentlymart/go-textseg/v16 v16.0.0/go.mod h1:wCrfQB/AReGqD1ECqVHhhsq7BV2AxUhnirsBLInYHvE=
56
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas=
67
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ00z/TKoufEY6K/a0k6AhaJrQKdFe6OfVXsa4=
78
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=

azure/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
2222
github.com/agext/levenshtein v1.2.3 // indirect
2323
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
24-
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
24+
github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect
2525
github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect
2626
github.com/aws/aws-sdk-go v1.55.8 // indirect
2727
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect

gcp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require github.com/gruntwork-io/terratest v0.50.0
88

99
require (
1010
github.com/agext/levenshtein v1.2.3 // indirect
11-
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
11+
github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect
1212
github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect
1313
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
1414
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect

0 commit comments

Comments
 (0)