File tree Expand file tree Collapse file tree 7 files changed +18
-1555
lines changed
Expand file tree Collapse file tree 7 files changed +18
-1555
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/v59 /github"
15+ "github.com/google/go-github/v60 /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/v59 /github"
17+ "github.com/google/go-github/v60 /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/v59 /github"
20+ "github.com/google/go-github/v60 /github"
2121 "golang.org/x/oauth2"
2222)
2323
Original file line number Diff line number Diff line change 11module github.com/bluekeyes/patch2pr
22
3- go 1.14
3+ go 1.20
44
55require (
66 github.com/bluekeyes/go-gitdiff v0.7.2
7- github.com/google/go-github/v59 v59 .0.0
7+ github.com/google/go-github/v60 v60 .0.0
88 github.com/shurcooL/githubv4 v0.0.0-20210922025249-6831e00d857f
9- github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
109 golang.org/x/oauth2 v0.18.0
1110)
11+
12+ require (
13+ github.com/golang/protobuf v1.5.3 // indirect
14+ github.com/google/go-querystring v1.1.0 // indirect
15+ github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
16+ golang.org/x/net v0.22.0 // indirect
17+ google.golang.org/appengine v1.6.7 // indirect
18+ google.golang.org/protobuf v1.31.0 // indirect
19+ )
Load Diff Large diffs are not rendered by default.
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/v59 /github"
14+ "github.com/google/go-github/v60 /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/v59 /github"
8+ "github.com/google/go-github/v60 /github"
99)
1010
1111// Reference is a named reference in a repository.
You can’t perform that action at this time.
0 commit comments