Skip to content

Commit 637b90f

Browse files
Bump github.com/bluekeyes/go-gitdiff from 0.7.0 to 0.7.1 (#47)
Bumps [github.com/bluekeyes/go-gitdiff](https://github.com/bluekeyes/go-gitdiff) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/bluekeyes/go-gitdiff/releases) - [Commits](bluekeyes/go-gitdiff@v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: github.com/bluekeyes/go-gitdiff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0de61d0 commit 637b90f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/bluekeyes/patch2pr
33
go 1.14
44

55
require (
6-
github.com/bluekeyes/go-gitdiff v0.7.0
6+
github.com/bluekeyes/go-gitdiff v0.7.1
77
github.com/google/go-github/v50 v50.2.0
88
github.com/shurcooL/githubv4 v0.0.0-20210922025249-6831e00d857f
99
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cloud.google.com/go/compute/metadata v0.2.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k=
22
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 h1:wPbRQzjjwFc0ih8puEVAOFGELsn1zoIIYdxvML7mDxA=
33
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8/go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g=
4-
github.com/bluekeyes/go-gitdiff v0.7.0 h1:w4SrRFcufU0/tEpWx3VurDBAnWfpxsmwS7yWr14meQk=
5-
github.com/bluekeyes/go-gitdiff v0.7.0/go.mod h1:QpfYYO1E0fTVHVZAZKiRjtSGY9823iCdvGXBcEzHGbM=
4+
github.com/bluekeyes/go-gitdiff v0.7.1 h1:graP4ElLRshr8ecu0UtqfNTCHrtSyZd3DABQm/DWesQ=
5+
github.com/bluekeyes/go-gitdiff v0.7.1/go.mod h1:QpfYYO1E0fTVHVZAZKiRjtSGY9823iCdvGXBcEzHGbM=
66
github.com/bwesterb/go-ristretto v1.2.0/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=
77
github.com/cloudflare/circl v1.1.0 h1:bZgT/A+cikZnKIwn7xL2OBj012Bmvho/o6RpRvv3GKY=
88
github.com/cloudflare/circl v1.1.0/go.mod h1:prBCrKB9DV4poKZY1l9zBXg2QJY7mvgRvtMxxK7fi4I=

0 commit comments

Comments
 (0)