File tree Expand file tree Collapse file tree 7 files changed +8
-9
lines changed
Expand file tree Collapse file tree 7 files changed +8
-9
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/v50 /github"
15+ "github.com/google/go-github/v52 /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/v50 /github"
17+ "github.com/google/go-github/v52 /github"
1818 "github.com/shurcooL/githubv4"
1919 "golang.org/x/oauth2"
2020)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616
1717 "github.com/bluekeyes/go-gitdiff/gitdiff"
1818 "github.com/bluekeyes/patch2pr"
19- "github.com/google/go-github/v50 /github"
19+ "github.com/google/go-github/v52 /github"
2020 "golang.org/x/oauth2"
2121)
2222
Original file line number Diff line number Diff line change 44
55require (
66 github.com/bluekeyes/go-gitdiff v0.7.1
7- github.com/google/go-github/v50 v50.2 .0
7+ github.com/google/go-github/v52 v52.0 .0
88 github.com/shurcooL/githubv4 v0.0.0-20210922025249-6831e00d857f
99 github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
1010 golang.org/x/oauth2 v0.7.0
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
1515git.colasdn.top/google/go-cmp v0.5.8 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1616git.colasdn.top/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
1717git.colasdn.top/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
18- github.com/google/go-github/v50 v50.2 .0 h1:j2FyongEHlO9nxXLc+LP3wuBSVU9mVxfpdYUexMpIfk =
19- github.com/google/go-github/v50 v50.2 .0/go.mod h1:VBY8FB6yPIjrtKhozXv4FQupxKLS6H4m6xFZlT43q8Q =
18+ github.com/google/go-github/v52 v52.0 .0 h1:uyGWOY+jMQ8GVGSX8dkSwCzlehU3WfdxQ7GweO/JP7M =
19+ github.com/google/go-github/v52 v52.0 .0/go.mod h1:WJV6VEEUPuMo5pXqqa2ZCZEdbQqua4zAk2MZTIo+m+4 =
2020git.colasdn.top/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
2121git.colasdn.top/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
2222git.colasdn.top/shurcooL/githubv4 v0.0.0-20210922025249-6831e00d857f h1:q4b8/GCL8Ksl+okhFKSd8DVBQNc0XExjxTO68nK0c3Y =
@@ -38,7 +38,6 @@ golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
3838golang.org/x/net v0.8.0 /go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc =
3939golang.org/x/net v0.9.0 h1:aWJ/m6xSmxWBx+V0XRHTlrYrPG56jKsLdTFmsSsCzOM =
4040golang.org/x/net v0.9.0 /go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns =
41- golang.org/x/oauth2 v0.6.0 /go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw =
4241golang.org/x/oauth2 v0.7.0 h1:qe6s0zUXlPX80/dITx3440hWZ7GwMwgDDyrSGTPJG/g =
4342golang.org/x/oauth2 v0.7.0 /go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4 =
4443golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
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/v50 /github"
14+ "github.com/google/go-github/v52 /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/v50 /github"
8+ "github.com/google/go-github/v52 /github"
99)
1010
1111// Reference is a named reference in a repository.
You can’t perform that action at this time.
0 commit comments