Skip to content

Commit

Permalink
Bump go-github to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Nov 6, 2023
1 parent c948349 commit 1608015
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"time"

"github.com/google/go-github/github"
"github.com/google/go-github/v56/github"
)

// Events represents a structure for fetching user-related events from the GitHub API.
Expand Down
2 changes: 1 addition & 1 deletion lib/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
"text/template"

"github.com/google/go-github/github"
"github.com/google/go-github/v56/github"
)

// Format is Formatter
Expand Down
2 changes: 1 addition & 1 deletion lib/format_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"testing"

"github.com/google/go-github/github"
"github.com/google/go-github/v56/github"
"github.com/masutaka/github-nippou/v4/lib"
)

Expand Down
2 changes: 1 addition & 1 deletion lib/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"sync"
"time"

"github.com/google/go-github/github"
"github.com/google/go-github/v56/github"
)

// List is a struct for collecting GitHub activities.
Expand Down
2 changes: 1 addition & 1 deletion lib/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
// Import ./config/*
_ "github.com/masutaka/github-nippou/v4/statik"

"github.com/google/go-github/github"
"github.com/google/go-github/v56/github"
"github.com/rakyll/statik/fs"
"golang.org/x/oauth2"
"gopkg.in/yaml.v2"
Expand Down

0 comments on commit 1608015

Please sign in to comment.