Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

major(deps): update module github.com/google/go-github/v61 to v62 #81

Merged
merged 2 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ package main
import (
"fmt"
"github.com/cbrgm/githubevents/githubevents"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"net/http"
)

Expand Down Expand Up @@ -276,6 +276,7 @@ Alternatively, you can choose to build and manage a webhook through the Webhooks

| google/go-github | cbrgm/githubevents |
|------------------|--------------------|
| `v62.x` | `v1.15.x` |
| `v61.x` | `v1.14.x` |
| `v60.x` | `v1.13.x` |
| `v59.x` | `v1.12.x` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"

"github.com/cbrgm/githubevents/githubevents"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
)

func NewResponder(msg string) githubevents.IssueCommentEventHandleFunc {
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-http-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"

"github.com/cbrgm/githubevents/githubevents"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion gen/template_webhook_event_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"testing"
"sync"
)
Expand Down
2 changes: 1 addition & 1 deletion gen/template_webhook_event_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion gen/template_webook_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
"net/http"
"sync"
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
"net/http"
"sync"
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_branch_protection_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_branch_protection_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_check_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_check_run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_check_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_check_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_commit_comment.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_commit_comment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_deploy_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_deploy_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_deployment_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_deployment_status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_discussion.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_discussion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_fork.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_fork_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_github_app_authorization.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_github_app_authorization_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_gollum.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_gollum_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_installation.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_installation_repositories.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_installation_repositories_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_installation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_issue_comment.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_issue_comment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_issues.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_issues_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_label.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"golang.org/x/sync/errgroup"
)

Expand Down
2 changes: 1 addition & 1 deletion githubevents/events_label_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package githubevents

import (
"errors"
"github.com/google/go-github/v61/github"
"github.com/google/go-github/v62/github"
"sync"
"testing"
)
Expand Down
Loading