File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "time"
1313
1414 "github.com/bluekeyes/go-gitdiff/gitdiff"
15- "github.com/google/go-github/v53 /github"
15+ "github.com/google/go-github/v55 /github"
1616)
1717
1818// DefaultCommitMessage is the commit message used when no message is provided
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/v53 /github"
17+ "github.com/google/go-github/v55 /github"
1818 "github.com/shurcooL/githubv4"
1919 "golang.org/x/oauth2"
2020)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616
1717 "github.com/bluekeyes/go-gitdiff/gitdiff"
1818 "github.com/bluekeyes/patch2pr"
19- "github.com/google/go-github/v53 /github"
19+ "github.com/google/go-github/v55 /github"
2020 "golang.org/x/oauth2"
2121)
2222
Original file line number Diff line number Diff line change 44
55require (
66 github.com/bluekeyes/go-gitdiff v0.7.1
7- github.com/google/go-github/v53 v53.2 .0
7+ github.com/google/go-github/v55 v55.0 .0
88 github.com/shurcooL/githubv4 v0.0.0-20210922025249-6831e00d857f
99 github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
1010 golang.org/x/oauth2 v0.11.0
Original file line number Diff line number Diff line change @@ -737,8 +737,8 @@ github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8
737737github.com/google/go-cmp v0.5.8 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
738738github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
739739github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
740- github.com/google/go-github/v53 v53.2 .0 h1:wvz3FyF53v4BK+AsnvCmeNhf8AkTaeh2SoYu/XUvTtI =
741- github.com/google/go-github/v53 v53.2 .0/go.mod h1:XhFRObz+m/l+UCm9b7KSIC3lT3NWSXGt7mOsAWEloao =
740+ github.com/google/go-github/v55 v55.0 .0 h1:4pp/1tNMB9X/LuAhs5i0KQAE40NmiR/y6prLNb9x9cg =
741+ github.com/google/go-github/v55 v55.0 .0/go.mod h1:JLahOTA1DnXzhxEymmFF5PP2tSS9JVNj68mSZNDwskA =
742742github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
743743github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
744744github.com/google/martian v2.1.0+incompatible /go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs =
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "path"
1212
1313 "github.com/bluekeyes/go-gitdiff/gitdiff"
14- "github.com/google/go-github/v53 /github"
14+ "github.com/google/go-github/v55 /github"
1515 "github.com/shurcooL/githubv4"
1616)
1717
Original file line number Diff line number Diff line change 55 "fmt"
66 "strings"
77
8- "github.com/google/go-github/v53 /github"
8+ "github.com/google/go-github/v55 /github"
99)
1010
1111// Reference is a named reference in a repository.
You can’t perform that action at this time.
0 commit comments