Skip to content

Commit ade7740

Browse files
chore(deps): update module github.com/sergi/go-diff to v1.4.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 128c53e commit ade7740

6 files changed

Lines changed: 64 additions & 19 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ require (
156156
github.com/russross/blackfriday/v2 v2.1.0 // indirect
157157
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
158158
github.com/segmentio/backo-go v1.0.0 // indirect
159-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
159+
github.com/sergi/go-diff v1.4.0 // indirect
160160
github.com/shopspring/decimal v1.4.0 // indirect
161161
github.com/sirupsen/logrus v1.9.4 // indirect
162162
github.com/skeema/knownhosts v1.3.2 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ github.com/segmentio/analytics-go/v3 v3.3.0 h1:8VOMaVGBW03pdBrj1CMFfY9o/rnjJC+1w
425425
github.com/segmentio/analytics-go/v3 v3.3.0/go.mod h1:p8owAF8X+5o27jmvUognuXxdtqvSGtD0ZrfY2kcS9bE=
426426
github.com/segmentio/backo-go v1.0.0 h1:kbOAtGJY2DqOR0jfRkYEorx/b18RgtepGtY3+Cpe6qA=
427427
github.com/segmentio/backo-go v1.0.0/go.mod h1:kJ9mm9YmoWSkk+oQ+5Cj8DEoRCX2JT6As4kEtIIOp1M=
428-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
429-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
428+
github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=
429+
github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
430430
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
431431
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
432432
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=

vendor/github.com/sergi/go-diff/diffmatchpatch/diff.go

Lines changed: 26 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sergi/go-diff/diffmatchpatch/index.go

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sergi/go-diff/diffmatchpatch/stringutil.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ github.com/segmentio/analytics-go/v3
761761
# github.com/segmentio/backo-go v1.0.0
762762
## explicit
763763
github.com/segmentio/backo-go
764-
# github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
764+
# github.com/sergi/go-diff v1.4.0
765765
## explicit; go 1.13
766766
github.com/sergi/go-diff/diffmatchpatch
767767
# github.com/shopspring/decimal v1.4.0

0 commit comments

Comments
 (0)