Skip to content

Commit dc3d1a6

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 5d5cb4f commit dc3d1a6

6 files changed

Lines changed: 65 additions & 20 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ require (
3232
github.com/argoproj/argo-cd/v3 v3.3.10
3333
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250308055145-5fe7bb3edc86
3434
sigs.k8s.io/controller-tools v0.16.4
35+
sigs.k8s.io/yaml v1.6.0
3536
)
3637

3738
require (
@@ -155,7 +156,7 @@ require (
155156
github.com/russross/blackfriday/v2 v2.1.0 // indirect
156157
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
157158
github.com/segmentio/backo-go v1.0.0 // indirect
158-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
159+
github.com/sergi/go-diff v1.4.0 // indirect
159160
github.com/shopspring/decimal v1.4.0 // indirect
160161
github.com/sirupsen/logrus v1.9.4 // indirect
161162
github.com/skeema/knownhosts v1.3.2 // indirect
@@ -210,7 +211,6 @@ require (
210211
sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect
211212
sigs.k8s.io/randfill v1.0.0 // indirect
212213
sigs.k8s.io/structured-merge-diff/v6 v6.3.1-0.20251003215857-446d8398e19c // indirect
213-
sigs.k8s.io/yaml v1.6.0 // indirect
214214
)
215215

216216
replace (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ github.com/segmentio/analytics-go/v3 v3.3.0 h1:8VOMaVGBW03pdBrj1CMFfY9o/rnjJC+1w
426426
github.com/segmentio/analytics-go/v3 v3.3.0/go.mod h1:p8owAF8X+5o27jmvUognuXxdtqvSGtD0ZrfY2kcS9bE=
427427
github.com/segmentio/backo-go v1.0.0 h1:kbOAtGJY2DqOR0jfRkYEorx/b18RgtepGtY3+Cpe6qA=
428428
github.com/segmentio/backo-go v1.0.0/go.mod h1:kJ9mm9YmoWSkk+oQ+5Cj8DEoRCX2JT6As4kEtIIOp1M=
429-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
430-
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
429+
github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=
430+
github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
431431
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
432432
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
433433
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)