File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/emmahsax/go-git-helper
3
3
go 1.21
4
4
5
5
require (
6
- github.com/google/go-github/v60 v60 .0.0
6
+ github.com/google/go-github/v63 v63 .0.0
7
7
github.com/pterm/pterm v0.12.79
8
8
github.com/spf13/cobra v1.8.0
9
9
github.com/tidwall/gjson v1.17.1
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
30
30
github.com/google/go-cmp v0.5.5 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
31
31
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
32
32
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
33
- github.com/google/go-github/v60 v60 .0.0 h1:oLG98PsLauFvvu4D/YPxq374jhSxFYdzQGNCyONLfn8 =
34
- github.com/google/go-github/v60 v60 .0.0/go.mod h1:ByhX2dP9XT9o/ll2yXAu2VD8l5eNVg8hD4Cr0S/LmQk =
33
+ github.com/google/go-github/v63 v63 .0.0 h1:13xwK/wk9alSokujB9lJkuzdmQuVn2QCPeck76wR3nE =
34
+ github.com/google/go-github/v63 v63 .0.0/go.mod h1:IqbcrgUmIcEaioWrGYei/09o+ge5vhffGOcxrO0AfmA =
35
35
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
36
36
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
37
37
github.com/gookit/color v1.4.2 /go.mod h1:fqRyamkC1W8uxl+lxCQxOT09l/vYfZ+QeiX3rKQHCoQ =
Original file line number Diff line number Diff line change 7
7
8
8
"github.com/emmahsax/go-git-helper/internal/configfile"
9
9
"github.com/emmahsax/go-git-helper/internal/utils"
10
- "github.com/google/go-github/v60 /github"
10
+ "github.com/google/go-github/v63 /github"
11
11
"golang.org/x/oauth2"
12
12
)
13
13
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"github.com/emmahsax/go-git-helper/internal/commandline"
12
12
"github.com/emmahsax/go-git-helper/internal/github"
13
13
"github.com/emmahsax/go-git-helper/internal/utils"
14
- go_github "github.com/google/go-github/v60 /github"
14
+ go_github "github.com/google/go-github/v63 /github"
15
15
)
16
16
17
17
type GitHubPullRequest struct {
You can’t perform that action at this time.
0 commit comments