Skip to content

Commit 27afc35

Browse files
authored
fix(deps): Update module github.com/bluekeyes/go-gitdiff to v0.8.0 (#20077)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/bluekeyes/go-gitdiff](https://togithub.com/bluekeyes/go-gitdiff) | require | minor | `v0.7.4` -> `v0.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>bluekeyes/go-gitdiff (github.com/bluekeyes/go-gitdiff)</summary> ### [`v0.8.0`](https://togithub.com/bluekeyes/go-gitdiff/releases/tag/v0.8.0) [Compare Source](https://togithub.com/bluekeyes/go-gitdiff/compare/v0.7.4...v0.8.0) ##### Improvements - Add the `File.String()` method to convert a parsed file back to a patch representation ([#&#8203;48](https://togithub.com/bluekeyes/go-gitdiff/issues/48)) ##### Changes - Set the module's Go version to 1.21 to due to usage of generics and the `slices` package in test code </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
1 parent 94f25b7 commit 27afc35

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/table_diff/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module cloudquery/tablesdiff
33
go 1.22.4
44

55
require (
6-
github.com/bluekeyes/go-gitdiff v0.7.4
6+
github.com/bluekeyes/go-gitdiff v0.8.0
77
github.com/google/go-cmp v0.5.9
88
github.com/stretchr/testify v1.8.4
99
)

scripts/table_diff/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/bluekeyes/go-gitdiff v0.7.4 h1:pKFVC/HCQckkBTqhQPc5osCXdDylYwjOGHnV0FUi43g=
2-
github.com/bluekeyes/go-gitdiff v0.7.4/go.mod h1:QpfYYO1E0fTVHVZAZKiRjtSGY9823iCdvGXBcEzHGbM=
1+
github.com/bluekeyes/go-gitdiff v0.8.0 h1:Nn1wfw3/XeKoc3lWk+2bEXGUHIx36kj80FM1gVcBk+o=
2+
github.com/bluekeyes/go-gitdiff v0.8.0/go.mod h1:WWAk1Mc6EgWarCrPFO+xeYlujPu98VuLW3Tu+B/85AE=
33
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
44
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
55
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)