Skip to content

Commit c78655e

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 2bff99d commit c78655e

File tree

6 files changed

+64
-19
lines changed

6 files changed

+64
-19
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ require (
145145
github.com/russross/blackfriday/v2 v2.1.0 // indirect
146146
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
147147
github.com/segmentio/backo-go v1.0.0 // indirect
148-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
148+
github.com/sergi/go-diff v1.4.0 // indirect
149149
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
150150
github.com/shopspring/decimal v1.4.0 // indirect
151151
github.com/sirupsen/logrus v1.9.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ github.com/segmentio/analytics-go/v3 v3.3.0 h1:8VOMaVGBW03pdBrj1CMFfY9o/rnjJC+1w
416416
github.com/segmentio/analytics-go/v3 v3.3.0/go.mod h1:p8owAF8X+5o27jmvUognuXxdtqvSGtD0ZrfY2kcS9bE=
417417
github.com/segmentio/backo-go v1.0.0 h1:kbOAtGJY2DqOR0jfRkYEorx/b18RgtepGtY3+Cpe6qA=
418418
github.com/segmentio/backo-go v1.0.0/go.mod h1:kJ9mm9YmoWSkk+oQ+5Cj8DEoRCX2JT6As4kEtIIOp1M=
419-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
420-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
419+
github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=
420+
github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
421421
github.com/shirou/gopsutil/v3 v3.24.5 h1:i0t8kL+kQTvpAYToeuiVk3TgDeKOFioZO3Ztz/iZ9pI=
422422
github.com/shirou/gopsutil/v3 v3.24.5/go.mod h1:bsoOS1aStSs9ErQ1WWfxllSeS1K5D+U30r2NfcubMVk=
423423
github.com/shoenig/go-m1cpu v0.1.6/go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ=

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
@@ -732,7 +732,7 @@ github.com/segmentio/analytics-go/v3
732732
# github.com/segmentio/backo-go v1.0.0
733733
## explicit
734734
github.com/segmentio/backo-go
735-
# github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
735+
# github.com/sergi/go-diff v1.4.0
736736
## explicit; go 1.13
737737
github.com/sergi/go-diff/diffmatchpatch
738738
# github.com/shirou/gopsutil/v3 v3.24.5

0 commit comments

Comments
 (0)