Skip to content

Commit 3ac2ab9

Browse files
renovate[bot]cbrgm
andauthored
major(deps): update module github.com/google/go-github/v68 to v69 (#111)
* major(deps): update module github.com/google/go-github/v68 to v69 * update to go-github v69 * fix: version number --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: cbrgm <[email protected]>
1 parent ffa1b28 commit 3ac2ab9

File tree

107 files changed

+109
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+109
-108
lines changed

README.md

Lines changed: 2 additions & 1 deletion

examples/simple-http-server-packages/plugins/responder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55

66
"github.com/cbrgm/githubevents/githubevents"
7-
"github.com/google/go-github/v68/github"
7+
"github.com/google/go-github/v69/github"
88
)
99

1010
func NewResponder(msg string) githubevents.IssueCommentEventHandleFunc {

examples/simple-http-server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"net/http"
66

77
"github.com/cbrgm/githubevents/githubevents"
8-
"github.com/google/go-github/v68/github"
8+
"github.com/google/go-github/v69/github"
99
)
1010

1111
func main() {

gen/template_webhook_event_tests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package githubevents
1212
1313
import (
1414
"errors"
15-
"github.com/google/go-github/v68/github"
15+
"github.com/google/go-github/v69/github"
1616
"testing"
1717
"sync"
1818
)

gen/template_webhook_event_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package githubevents
1212
1313
import (
1414
"fmt"
15-
"github.com/google/go-github/v68/github"
15+
"github.com/google/go-github/v69/github"
1616
"golang.org/x/sync/errgroup"
1717
)
1818

gen/template_webook_event.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package githubevents
1212
1313
import (
1414
"fmt"
15-
"github.com/google/go-github/v68/github"
15+
"github.com/google/go-github/v69/github"
1616
"golang.org/x/sync/errgroup"
1717
"net/http"
1818
"sync"

githubevents/events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package githubevents
99

1010
import (
1111
"fmt"
12-
"github.com/google/go-github/v68/github"
12+
"github.com/google/go-github/v69/github"
1313
"golang.org/x/sync/errgroup"
1414
"net/http"
1515
"sync"

githubevents/events_branch_protection_rule.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package githubevents
99

1010
import (
1111
"fmt"
12-
"github.com/google/go-github/v68/github"
12+
"github.com/google/go-github/v69/github"
1313
"golang.org/x/sync/errgroup"
1414
)
1515

githubevents/events_branch_protection_rule_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package githubevents
99

1010
import (
1111
"errors"
12-
"github.com/google/go-github/v68/github"
12+
"github.com/google/go-github/v69/github"
1313
"sync"
1414
"testing"
1515
)

githubevents/events_check_run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package githubevents
99

1010
import (
1111
"fmt"
12-
"github.com/google/go-github/v68/github"
12+
"github.com/google/go-github/v69/github"
1313
"golang.org/x/sync/errgroup"
1414
)
1515

0 commit comments

Comments
 (0)