File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313 "time"
1414
1515 "github.com/bluekeyes/go-gitdiff/gitdiff"
16- "github.com/google/go-github/v88 /github"
16+ "github.com/google/go-github/v89 /github"
1717)
1818
1919// DefaultCommitMessage is the commit message used when no message is provided
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515
1616 "github.com/bluekeyes/go-gitdiff/gitdiff"
1717 "github.com/bluekeyes/patch2pr/internal"
18- "github.com/google/go-github/v88 /github"
18+ "github.com/google/go-github/v89 /github"
1919 "github.com/shurcooL/githubv4"
2020)
2121
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414 "time"
1515
1616 "github.com/bluekeyes/go-gitdiff/gitdiff"
17- "github.com/google/go-github/v88 /github"
17+ "github.com/google/go-github/v89 /github"
1818
1919 "github.com/bluekeyes/patch2pr"
2020 "github.com/bluekeyes/patch2pr/internal"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.25.0
44
55require (
66 github.com/bluekeyes/go-gitdiff v0.9.0
7- github.com/google/go-github/v88 v88 .0.0
7+ github.com/google/go-github/v89 v89 .0.0
88 github.com/shurcooL/githubv4 v0.0.0-20260209031235-2402fdf4a9ed
99)
1010
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/bluekeyes/go-gitdiff v0.9.0/go.mod h1:WWAk1Mc6EgWarCrPFO+xeYlujPu98Vu
33github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
44github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
55github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
6- github.com/google/go-github/v88 v88 .0.0 h1:dZA9IKkPK1eXZj4ypngnpRj5FwdpTv4whix2PrQMP7M =
7- github.com/google/go-github/v88 v88 .0.0/go.mod h1:rufTDgn2N45wjhukLTyxmvc9nilSp3mr3Rgtt6b1MPw =
6+ github.com/google/go-github/v89 v89 .0.0 h1:35bEK5XoEcF3PZrlVbl9XN63f5BcJRA/UGkxeC9xPg0 =
7+ github.com/google/go-github/v89 v89 .0.0/go.mod h1:QLcbU0ipeAqQuR5KSg8c2lql4Qk1EwJ2dWz/0rP4Nho =
88github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0 =
99github.com/google/go-querystring v1.2.0 /go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU =
1010github.com/shurcooL/githubv4 v0.0.0-20260209031235-2402fdf4a9ed h1:KT7hI8vYXgU0s2qaMkrfq9tCA1w/iEPgfredVP+4Tzw =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "path"
1111
1212 "github.com/bluekeyes/go-gitdiff/gitdiff"
13- "github.com/google/go-github/v88 /github"
13+ "github.com/google/go-github/v89 /github"
1414 "github.com/shurcooL/githubv4"
1515)
1616
Original file line number Diff line number Diff line change 55 "fmt"
66 "strings"
77
8- "github.com/google/go-github/v88 /github"
8+ "github.com/google/go-github/v89 /github"
99)
1010
1111// Reference is a named reference in a repository.
You can’t perform that action at this time.
0 commit comments