Skip to content

Commit

Permalink
feat(deps): up go-github to v59
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Feb 2, 2023
1 parent 49644a6 commit 558ec26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/fatih/color v1.16.0
github.com/go-git/go-git/v5 v5.11.0
github.com/golang/mock v1.6.0
github.com/google/go-github/v58 v58.0.0
github.com/google/go-github/v59 v59.0.0
github.com/spf13/afero v1.11.0
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/command/hub/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"sync"

"github.com/google/go-github/v58/github"
"github.com/google/go-github/v59/github"
"github.com/spf13/cobra"
"go.octolab.org/async"
"go.octolab.org/safe"
Expand Down
2 changes: 1 addition & 1 deletion internal/service/github/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package github
import (
"net/http"

"github.com/google/go-github/v58/github"
"github.com/google/go-github/v59/github"
)

// New returns a new GitHub service.
Expand Down

0 comments on commit 558ec26

Please sign in to comment.