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/v58 /github"
15+ "github.com/google/go-github/v59 /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/v58 /github"
17+ "github.com/google/go-github/v59 /github"
1818 "github.com/shurcooL/githubv4"
1919 "golang.org/x/oauth2"
2020)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717
1818 "github.com/bluekeyes/go-gitdiff/gitdiff"
1919 "github.com/bluekeyes/patch2pr"
20- "github.com/google/go-github/v58 /github"
20+ "github.com/google/go-github/v59 /github"
2121 "golang.org/x/oauth2"
2222)
2323
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/v58 v58 .0.0
7+ github.com/google/go-github/v59 v59 .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.17.0
Original file line number Diff line number Diff line change @@ -731,8 +731,8 @@ github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
731731git.colasdn.top/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
732732git.colasdn.top/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
733733git.colasdn.top/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
734- github.com/google/go-github/v58 v58 .0.0 h1:Una7GGERlF/37XfkPwpzYJe0Vp4dt2k1kCjlxwjIvzw =
735- github.com/google/go-github/v58 v58 .0.0/go.mod h1:k4hxDKEfoWpSqFlc8LTpGd9fu2KrV1YAa6Hi6FmDNY4 =
734+ github.com/google/go-github/v59 v59 .0.0 h1:7h6bgpF5as0YQLLkEiVqpgtJqjimMYhBkD4jT5aN3VA =
735+ github.com/google/go-github/v59 v59 .0.0/go.mod h1:rJU4R0rQHFVFDOkqGWxfLNo6vEk4dv40oDjhV/gH6wM =
736736git.colasdn.top/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
737737git.colasdn.top/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
738738git.colasdn.top/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/v58 /github"
14+ "github.com/google/go-github/v59 /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/v58 /github"
8+ "github.com/google/go-github/v59 /github"
99)
1010
1111// Reference is a named reference in a repository.
You can’t perform that action at this time.
0 commit comments