Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Apr 2, 2024
1 parent 5147b15 commit 4021d84
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
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/v60/github"
"github.com/google/go-github/v61/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 |
|------------------|--------------------|
| `v61.x` | `v1.14.x` |
| `v60.x` | `v1.13.x` |
| `v59.x` | `v1.12.x` |
| `v58.x` | `v1.10.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/v60/github"
"github.com/google/go-github/v61/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/v60/github"
"github.com/google/go-github/v61/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/v60/github"
"github.com/google/go-github/v61/github"
"golang.org/x/sync/errgroup"
"net/http"
"sync"
Expand Down

0 comments on commit 4021d84

Please sign in to comment.