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 (
12
12
"time"
13
13
14
14
"github.com/bluekeyes/go-gitdiff/gitdiff"
15
- "github.com/google/go-github/v47 /github"
15
+ "github.com/google/go-github/v48 /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/v47 /github"
17
+ "github.com/google/go-github/v48 /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 @@ -16,7 +16,7 @@ import (
16
16
17
17
"github.com/bluekeyes/go-gitdiff/gitdiff"
18
18
"github.com/bluekeyes/patch2pr"
19
- "github.com/google/go-github/v47 /github"
19
+ "github.com/google/go-github/v48 /github"
20
20
"golang.org/x/oauth2"
21
21
)
22
22
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/bluekeyes/go-gitdiff v0.7.0
7
- github.com/google/go-github/v47 v47.1 .0
7
+ github.com/google/go-github/v48 v48.2 .0
8
8
github.com/shurcooL/githubv4 v0.0.0-20210922025249-6831e00d857f
9
9
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
10
10
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5y
8
8
github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
9
9
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
10
10
github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
11
- github.com/google/go-github/v47 v47.1 .0 h1:Cacm/WxQBOa9lF0FT0EMjZ2BWMetQ1TQfyurn4yF1z8 =
12
- github.com/google/go-github/v47 v47.1 .0/go.mod h1:VPZBXNbFSJGjyjFRUKo9vZGawTajnWzC/YjGw/oFKi0 =
11
+ github.com/google/go-github/v48 v48.2 .0 h1:68puzySE6WqUY9KWmpOsDEQfDZsso98rT6pZcz9HqcE =
12
+ github.com/google/go-github/v48 v48.2 .0/go.mod h1:dDlehKBDo850ZPvCTK0sEqTCVWcrGl2LcDiajkYi89Y =
13
13
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
14
14
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
15
15
github.com/shurcooL/githubv4 v0.0.0-20210922025249-6831e00d857f h1:q4b8/GCL8Ksl+okhFKSd8DVBQNc0XExjxTO68nK0c3Y =
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/v47 /github"
14
+ "github.com/google/go-github/v48 /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/v47 /github"
8
+ "github.com/google/go-github/v48 /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