File tree 7 files changed +8
-8
lines changed 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"time"
14
14
15
15
"github.com/bluekeyes/go-gitdiff/gitdiff"
16
- "github.com/google/go-github/v70 /github"
16
+ "github.com/google/go-github/v71 /github"
17
17
)
18
18
19
19
// DefaultCommitMessage is the commit message used when no message is provided
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
16
16
"github.com/bluekeyes/go-gitdiff/gitdiff"
17
17
"github.com/bluekeyes/patch2pr/internal"
18
- "github.com/google/go-github/v70 /github"
18
+ "github.com/google/go-github/v71 /github"
19
19
"github.com/shurcooL/githubv4"
20
20
)
21
21
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
"time"
17
17
18
18
"github.com/bluekeyes/go-gitdiff/gitdiff"
19
- "github.com/google/go-github/v70 /github"
19
+ "github.com/google/go-github/v71 /github"
20
20
21
21
"github.com/bluekeyes/patch2pr"
22
22
"github.com/bluekeyes/patch2pr/internal"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.0
4
4
5
5
require (
6
6
github.com/bluekeyes/go-gitdiff v0.8.1
7
- github.com/google/go-github/v70 v70 .0.0
7
+ github.com/google/go-github/v71 v71 .0.0
8
8
github.com/shurcooL/githubv4 v0.0.0-20210922025249-6831e00d857f
9
9
)
10
10
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/bluekeyes/go-gitdiff v0.8.1/go.mod h1:WWAk1Mc6EgWarCrPFO+xeYlujPu98Vu
3
3
github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
4
4
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
5
5
github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
6
- github.com/google/go-github/v70 v70 .0.0 h1:/tqCp5KPrcvqCc7vIvYyFYTiCGrYvaWoYMGHSQbo55o =
7
- github.com/google/go-github/v70 v70 .0.0/go.mod h1:xBUZgo8MI3lUL/hwxl3hlceJW1U8MVnXP3zUyI+rhQY =
6
+ github.com/google/go-github/v71 v71 .0.0 h1:Zi16OymGKZZMm8ZliffVVJ/Q9YZreDKONCr+WUd0Z30 =
7
+ github.com/google/go-github/v71 v71 .0.0/go.mod h1:URZXObp2BLlMjwu0O8g4y6VBneUj2bCHgnI8FfgZ51M =
8
8
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
9
9
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
10
10
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/v70 /github"
14
+ "github.com/google/go-github/v71 /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/v70 /github"
8
+ "github.com/google/go-github/v71 /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