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 @@ -13,7 +13,7 @@ import (
1313 "time"
1414
1515 "github.com/bluekeyes/go-gitdiff/gitdiff"
16- "github.com/google/go-github/v73 /github"
16+ "github.com/google/go-github/v74 /github"
1717)
1818
1919// 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 (
1515
1616 "github.com/bluekeyes/go-gitdiff/gitdiff"
1717 "github.com/bluekeyes/patch2pr/internal"
18- "github.com/google/go-github/v73 /github"
18+ "github.com/google/go-github/v74 /github"
1919 "github.com/shurcooL/githubv4"
2020)
2121
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616 "time"
1717
1818 "github.com/bluekeyes/go-gitdiff/gitdiff"
19- "github.com/google/go-github/v73 /github"
19+ "github.com/google/go-github/v74 /github"
2020
2121 "github.com/bluekeyes/patch2pr"
2222 "github.com/bluekeyes/patch2pr/internal"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.0
44
55require (
66 github.com/bluekeyes/go-gitdiff v0.8.1
7- github.com/google/go-github/v73 v73 .0.0
7+ github.com/google/go-github/v74 v74 .0.0
88 github.com/shurcooL/githubv4 v0.0.0-20210922025249-6831e00d857f
99)
1010
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
33github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
44github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
55github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
6- github.com/google/go-github/v73 v73 .0.0 h1:aR+Utnh+Y4mMkS+2qLQwcQ/cF9mOTpdwnzlaw//rG24 =
7- github.com/google/go-github/v73 v73 .0.0/go.mod h1:fa6w8+/V+edSU0muqdhCVY7Beh1M8F1IlQPZIANKIYw =
6+ github.com/google/go-github/v74 v74 .0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM =
7+ github.com/google/go-github/v74 v74 .0.0/go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak =
88github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
99github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
1010github.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 (
1111 "path"
1212
1313 "github.com/bluekeyes/go-gitdiff/gitdiff"
14- "github.com/google/go-github/v73 /github"
14+ "github.com/google/go-github/v74 /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/v73 /github"
8+ "github.com/google/go-github/v74 /github"
99)
1010
1111// Reference is a named reference in a repository.
You can’t perform that action at this time.
0 commit comments