diff --git a/README.md b/README.md index 999a3d4..86e714a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ package main import ( "fmt" "github.com/cbrgm/githubevents/githubevents" - "github.com/google/go-github/v58/github" + "github.com/google/go-github/v59/github" "net/http" ) diff --git a/gen/template_webhook_event_tests.go b/gen/template_webhook_event_tests.go index 488ea43..ad951a4 100644 --- a/gen/template_webhook_event_tests.go +++ b/gen/template_webhook_event_tests.go @@ -12,7 +12,7 @@ package githubevents import ( "errors" - "github.com/google/go-github/v58/github" + "github.com/google/go-github/v59/github" "testing" "sync" ) diff --git a/gen/template_webhook_event_types.go b/gen/template_webhook_event_types.go index b734c35..14bda3c 100644 --- a/gen/template_webhook_event_types.go +++ b/gen/template_webhook_event_types.go @@ -12,7 +12,7 @@ package githubevents import ( "fmt" - "github.com/google/go-github/v58/github" + "github.com/google/go-github/v59/github" "golang.org/x/sync/errgroup" ) diff --git a/gen/template_webook_event.go b/gen/template_webook_event.go index 0cbe7f0..2af1750 100644 --- a/gen/template_webook_event.go +++ b/gen/template_webook_event.go @@ -12,7 +12,7 @@ package githubevents import ( "fmt" - "github.com/google/go-github/v58/github" + "github.com/google/go-github/v59/github" "golang.org/x/sync/errgroup" "net/http" "sync" diff --git a/go.mod b/go.mod index aed552d..604f021 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cbrgm/githubevents -go 1.21 +go 1.22 require ( github.com/google/go-github/v59 v59.0.0