Skip to content

Commit d7c09d8

Browse files
dependabot[bot]joestringer
authored andcommitted
build(deps): bump github.com/sergi/go-diff from 1.3.1 to 1.4.0
--- updated-dependencies: - dependency-name: github.com/sergi/go-diff dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a560d84 commit d7c09d8

6 files changed

Lines changed: 160 additions & 36 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/palantir/go-githubapp v0.35.0
1313
github.com/pkg/errors v0.9.1
1414
github.com/rs/zerolog v1.34.0
15-
github.com/sergi/go-diff v1.3.1
15+
github.com/sergi/go-diff v1.4.0
1616
github.com/stretchr/testify v1.10.0
1717
goji.io v2.0.2+incompatible
1818
golang.org/x/oauth2 v0.30.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ github.com/rs/xid v1.6.0 h1:fV591PaemRlL6JfRxGDEPl69wICngIQ3shQtzfy2gxU=
5151
github.com/rs/xid v1.6.0/go.mod h1:7XoLgs4eV+QndskICGsho+ADou8ySMSjJKDIan90Nz0=
5252
github.com/rs/zerolog v1.34.0 h1:k43nTLIwcTVQAncfCw4KZ2VY6ukYoZaBPNOE8txlOeY=
5353
github.com/rs/zerolog v1.34.0/go.mod h1:bJsvje4Z08ROH4Nhs5iH600c3IkWhwp44iRc54W6wYQ=
54-
github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=
55-
github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I=
54+
github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=
55+
github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
5656
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7 h1:cYCy18SHPKRkvclm+pWm1Lk4YrREb4IOIb/YdFO0p2M=
5757
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7/go.mod h1:zqMwyHmnN/eDOZOdiTohqIUKUrTFX62PNlu7IJdu0q8=
5858
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 h1:17JxqqJY66GmZVHkmAsGEkcIu0oCe3AM420QDgGwZx0=

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

Lines changed: 30 additions & 22 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: 93 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ github.com/rs/zerolog/hlog/internal/mutil
6262
github.com/rs/zerolog/internal/cbor
6363
github.com/rs/zerolog/internal/json
6464
github.com/rs/zerolog/log
65-
# github.com/sergi/go-diff v1.3.1
66-
## explicit; go 1.12
65+
# github.com/sergi/go-diff v1.4.0
66+
## explicit; go 1.13
6767
github.com/sergi/go-diff/diffmatchpatch
6868
# github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
6969
## explicit; go 1.19

0 commit comments

Comments
 (0)