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 (
12
12
"time"
13
13
14
14
"github.com/bluekeyes/go-gitdiff/gitdiff"
15
- "github.com/google/go-github/v59 /github"
15
+ "github.com/google/go-github/v60 /github"
16
16
)
17
17
18
18
// 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 (
14
14
"time"
15
15
16
16
"github.com/bluekeyes/go-gitdiff/gitdiff"
17
- "github.com/google/go-github/v59 /github"
17
+ "github.com/google/go-github/v60 /github"
18
18
"github.com/shurcooL/githubv4"
19
19
"golang.org/x/oauth2"
20
20
)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
18
18
"github.com/bluekeyes/go-gitdiff/gitdiff"
19
19
"github.com/bluekeyes/patch2pr"
20
- "github.com/google/go-github/v59 /github"
20
+ "github.com/google/go-github/v60 /github"
21
21
"golang.org/x/oauth2"
22
22
)
23
23
Original file line number Diff line number Diff line change 1
1
module github.com/bluekeyes/patch2pr
2
2
3
- go 1.14
3
+ go 1.20
4
4
5
5
require (
6
6
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
8
8
github.com/shurcooL/githubv4 v0.0.0-20210922025249-6831e00d857f
9
- github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
10
9
golang.org/x/oauth2 v0.18.0
11
10
)
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 (
11
11
"path"
12
12
13
13
"github.com/bluekeyes/go-gitdiff/gitdiff"
14
- "github.com/google/go-github/v59 /github"
14
+ "github.com/google/go-github/v60 /github"
15
15
"github.com/shurcooL/githubv4"
16
16
)
17
17
Original file line number Diff line number Diff line change 5
5
"fmt"
6
6
"strings"
7
7
8
- "github.com/google/go-github/v59 /github"
8
+ "github.com/google/go-github/v60 /github"
9
9
)
10
10
11
11
// Reference is a named reference in a repository.
You can’t perform that action at this time.
0 commit comments