Skip to content

Commit

Permalink
regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm authored and renovate[bot] committed Feb 29, 2024
1 parent e3ee710 commit 09988a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 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/v59/github"
"github.com/google/go-github/v60/github"
"net/http"
)

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

| google/go-github | cbrgm/githubevents |
|------------------|--------------------|
| `v60.x` | `v1.13.x` |
| `v59.x` | `v1.12.x` |
| `v58.x` | `v1.10.x` |
| `v56.x` | `v1.9.x` |
| `v50.x` | `v1.8.x` |
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/v59/github"
"github.com/google/go-github/v60/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/v59/github"
"github.com/google/go-github/v60/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/v59/github"
"github.com/google/go-github/v60/github"
"golang.org/x/sync/errgroup"
"net/http"
"sync"
Expand Down

0 comments on commit 09988a9

Please sign in to comment.