diff --git a/README.md b/README.md index 1e66047b..047fda9f 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ import ( "context" "fmt" "github.com/cbrgm/githubevents/v2/githubevents" - "github.com/google/go-github/v86/github" + "github.com/google/go-github/v90/github" "net/http" ) diff --git a/githubevents/dispatch_test.go b/githubevents/dispatch_test.go index 9c2ca90b..daba2093 100644 --- a/githubevents/dispatch_test.go +++ b/githubevents/dispatch_test.go @@ -7,7 +7,7 @@ import ( "sync/atomic" "testing" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) func labelEvent(action string) *github.LabelEvent { diff --git a/githubevents/events.go b/githubevents/events.go index 227ba4a6..92c38372 100644 --- a/githubevents/events.go +++ b/githubevents/events.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "golang.org/x/sync/errgroup" "net/http" "sync" diff --git a/githubevents/events_branch_protection_rule.go b/githubevents/events_branch_protection_rule.go index b53edfc2..3a6a1b7f 100644 --- a/githubevents/events_branch_protection_rule.go +++ b/githubevents/events_branch_protection_rule.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_branch_protection_rule_test.go b/githubevents/events_branch_protection_rule_test.go index 911ae10b..69e5ff1c 100644 --- a/githubevents/events_branch_protection_rule_test.go +++ b/githubevents/events_branch_protection_rule_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_check_run.go b/githubevents/events_check_run.go index e6ace4a2..30c59841 100644 --- a/githubevents/events_check_run.go +++ b/githubevents/events_check_run.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_check_run_test.go b/githubevents/events_check_run_test.go index 0741f046..80fec650 100644 --- a/githubevents/events_check_run_test.go +++ b/githubevents/events_check_run_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_check_suite.go b/githubevents/events_check_suite.go index 026b7ad2..5824d79d 100644 --- a/githubevents/events_check_suite.go +++ b/githubevents/events_check_suite.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_check_suite_test.go b/githubevents/events_check_suite_test.go index 391c2806..7ad855fa 100644 --- a/githubevents/events_check_suite_test.go +++ b/githubevents/events_check_suite_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_commit_comment.go b/githubevents/events_commit_comment.go index 46ad48b2..72f30c24 100644 --- a/githubevents/events_commit_comment.go +++ b/githubevents/events_commit_comment.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_commit_comment_test.go b/githubevents/events_commit_comment_test.go index 3b8e70f9..5c6f944d 100644 --- a/githubevents/events_commit_comment_test.go +++ b/githubevents/events_commit_comment_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_create.go b/githubevents/events_create.go index 71ebaf4b..91f8dee5 100644 --- a/githubevents/events_create.go +++ b/githubevents/events_create.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_create_test.go b/githubevents/events_create_test.go index 6713c68b..b635620a 100644 --- a/githubevents/events_create_test.go +++ b/githubevents/events_create_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_custom_property.go b/githubevents/events_custom_property.go index c064e09d..4de84f70 100644 --- a/githubevents/events_custom_property.go +++ b/githubevents/events_custom_property.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_custom_property_test.go b/githubevents/events_custom_property_test.go index b5e71d1d..32db5c6e 100644 --- a/githubevents/events_custom_property_test.go +++ b/githubevents/events_custom_property_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_custom_property_values.go b/githubevents/events_custom_property_values.go index daa56118..ab2efb63 100644 --- a/githubevents/events_custom_property_values.go +++ b/githubevents/events_custom_property_values.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_custom_property_values_test.go b/githubevents/events_custom_property_values_test.go index 3d399781..00c51ad9 100644 --- a/githubevents/events_custom_property_values_test.go +++ b/githubevents/events_custom_property_values_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_delete.go b/githubevents/events_delete.go index 325665d6..5322402c 100644 --- a/githubevents/events_delete.go +++ b/githubevents/events_delete.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_delete_test.go b/githubevents/events_delete_test.go index 92fb752c..a98b1af0 100644 --- a/githubevents/events_delete_test.go +++ b/githubevents/events_delete_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_deploy_key.go b/githubevents/events_deploy_key.go index 907748b3..dd46f51b 100644 --- a/githubevents/events_deploy_key.go +++ b/githubevents/events_deploy_key.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_deploy_key_test.go b/githubevents/events_deploy_key_test.go index 72f22974..8a7e9d11 100644 --- a/githubevents/events_deploy_key_test.go +++ b/githubevents/events_deploy_key_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_deployment.go b/githubevents/events_deployment.go index ef023961..09c4bfb6 100644 --- a/githubevents/events_deployment.go +++ b/githubevents/events_deployment.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_deployment_status.go b/githubevents/events_deployment_status.go index 0e8a717e..f027ab85 100644 --- a/githubevents/events_deployment_status.go +++ b/githubevents/events_deployment_status.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_deployment_status_test.go b/githubevents/events_deployment_status_test.go index 9c96a7b5..c5eb590b 100644 --- a/githubevents/events_deployment_status_test.go +++ b/githubevents/events_deployment_status_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_deployment_test.go b/githubevents/events_deployment_test.go index e309a4a4..e29be7ad 100644 --- a/githubevents/events_deployment_test.go +++ b/githubevents/events_deployment_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_discussion.go b/githubevents/events_discussion.go index f3dd7a19..1170e749 100644 --- a/githubevents/events_discussion.go +++ b/githubevents/events_discussion.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_discussion_test.go b/githubevents/events_discussion_test.go index bd234cfa..2a6d5680 100644 --- a/githubevents/events_discussion_test.go +++ b/githubevents/events_discussion_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_fork.go b/githubevents/events_fork.go index 9dc14b47..a8213ac2 100644 --- a/githubevents/events_fork.go +++ b/githubevents/events_fork.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_fork_test.go b/githubevents/events_fork_test.go index 899e4c3a..38b4675f 100644 --- a/githubevents/events_fork_test.go +++ b/githubevents/events_fork_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_github_app_authorization.go b/githubevents/events_github_app_authorization.go index faf48b5b..cacf7183 100644 --- a/githubevents/events_github_app_authorization.go +++ b/githubevents/events_github_app_authorization.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_github_app_authorization_test.go b/githubevents/events_github_app_authorization_test.go index 8c836efc..25ad19d1 100644 --- a/githubevents/events_github_app_authorization_test.go +++ b/githubevents/events_github_app_authorization_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_gollum.go b/githubevents/events_gollum.go index 2047d280..7943d0bf 100644 --- a/githubevents/events_gollum.go +++ b/githubevents/events_gollum.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_gollum_test.go b/githubevents/events_gollum_test.go index 0cb56994..f2a78fae 100644 --- a/githubevents/events_gollum_test.go +++ b/githubevents/events_gollum_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_installation.go b/githubevents/events_installation.go index 39f1b2ac..c2e34234 100644 --- a/githubevents/events_installation.go +++ b/githubevents/events_installation.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_installation_repositories.go b/githubevents/events_installation_repositories.go index f18e3aa3..b00bdc33 100644 --- a/githubevents/events_installation_repositories.go +++ b/githubevents/events_installation_repositories.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_installation_repositories_test.go b/githubevents/events_installation_repositories_test.go index b97f8af5..90df7a1c 100644 --- a/githubevents/events_installation_repositories_test.go +++ b/githubevents/events_installation_repositories_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_installation_test.go b/githubevents/events_installation_test.go index 84a78b52..2a077baa 100644 --- a/githubevents/events_installation_test.go +++ b/githubevents/events_installation_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_issue_comment.go b/githubevents/events_issue_comment.go index 5cee5381..b9f9a0dc 100644 --- a/githubevents/events_issue_comment.go +++ b/githubevents/events_issue_comment.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_issue_comment_test.go b/githubevents/events_issue_comment_test.go index 1f1cf45c..e7f4ad62 100644 --- a/githubevents/events_issue_comment_test.go +++ b/githubevents/events_issue_comment_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_issues.go b/githubevents/events_issues.go index 51ff7195..69535fdf 100644 --- a/githubevents/events_issues.go +++ b/githubevents/events_issues.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_issues_test.go b/githubevents/events_issues_test.go index 4fe671ff..8cb4e6ac 100644 --- a/githubevents/events_issues_test.go +++ b/githubevents/events_issues_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_label.go b/githubevents/events_label.go index 82b5b5d0..089f88a1 100644 --- a/githubevents/events_label.go +++ b/githubevents/events_label.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_label_test.go b/githubevents/events_label_test.go index 94f3aa0c..e3152d0c 100644 --- a/githubevents/events_label_test.go +++ b/githubevents/events_label_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_marketplace_purchase.go b/githubevents/events_marketplace_purchase.go index 54dab3f2..b4230c7d 100644 --- a/githubevents/events_marketplace_purchase.go +++ b/githubevents/events_marketplace_purchase.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_marketplace_purchase_test.go b/githubevents/events_marketplace_purchase_test.go index e885a42b..ff0d721e 100644 --- a/githubevents/events_marketplace_purchase_test.go +++ b/githubevents/events_marketplace_purchase_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_member.go b/githubevents/events_member.go index 0cc8acb2..68bb4ec3 100644 --- a/githubevents/events_member.go +++ b/githubevents/events_member.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_member_test.go b/githubevents/events_member_test.go index 59e9e64e..2393ac26 100644 --- a/githubevents/events_member_test.go +++ b/githubevents/events_member_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_membership.go b/githubevents/events_membership.go index 634dbb17..64f23c0e 100644 --- a/githubevents/events_membership.go +++ b/githubevents/events_membership.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_membership_test.go b/githubevents/events_membership_test.go index aabd83d0..45653c0a 100644 --- a/githubevents/events_membership_test.go +++ b/githubevents/events_membership_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_merge_group_event.go b/githubevents/events_merge_group_event.go index b6812d7e..960f0483 100644 --- a/githubevents/events_merge_group_event.go +++ b/githubevents/events_merge_group_event.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_merge_group_event_test.go b/githubevents/events_merge_group_event_test.go index 1fb8dc0e..b8b044d3 100644 --- a/githubevents/events_merge_group_event_test.go +++ b/githubevents/events_merge_group_event_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_meta.go b/githubevents/events_meta.go index 86c466ea..ee502c5f 100644 --- a/githubevents/events_meta.go +++ b/githubevents/events_meta.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_meta_test.go b/githubevents/events_meta_test.go index 4712038c..c114235d 100644 --- a/githubevents/events_meta_test.go +++ b/githubevents/events_meta_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_milestone.go b/githubevents/events_milestone.go index 2cacb53d..59880764 100644 --- a/githubevents/events_milestone.go +++ b/githubevents/events_milestone.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_milestone_test.go b/githubevents/events_milestone_test.go index b939b4fb..a2cc5cb7 100644 --- a/githubevents/events_milestone_test.go +++ b/githubevents/events_milestone_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_org_block.go b/githubevents/events_org_block.go index b0871ce7..c87286ea 100644 --- a/githubevents/events_org_block.go +++ b/githubevents/events_org_block.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_org_block_test.go b/githubevents/events_org_block_test.go index c4f77493..4e8f4402 100644 --- a/githubevents/events_org_block_test.go +++ b/githubevents/events_org_block_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_organization.go b/githubevents/events_organization.go index 1d4750c1..b7294d11 100644 --- a/githubevents/events_organization.go +++ b/githubevents/events_organization.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_organization_test.go b/githubevents/events_organization_test.go index 02fab580..f18f31a3 100644 --- a/githubevents/events_organization_test.go +++ b/githubevents/events_organization_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_package.go b/githubevents/events_package.go index cf4501d1..0818287f 100644 --- a/githubevents/events_package.go +++ b/githubevents/events_package.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_package_test.go b/githubevents/events_package_test.go index d8984b5d..aef3c752 100644 --- a/githubevents/events_package_test.go +++ b/githubevents/events_package_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_page_build.go b/githubevents/events_page_build.go index b2c884a6..40ff65bb 100644 --- a/githubevents/events_page_build.go +++ b/githubevents/events_page_build.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_page_build_test.go b/githubevents/events_page_build_test.go index 9471d413..e2f2d42a 100644 --- a/githubevents/events_page_build_test.go +++ b/githubevents/events_page_build_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_ping.go b/githubevents/events_ping.go index e916033f..5bbd6b7b 100644 --- a/githubevents/events_ping.go +++ b/githubevents/events_ping.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_ping_test.go b/githubevents/events_ping_test.go index 85049d59..ef4b2ab9 100644 --- a/githubevents/events_ping_test.go +++ b/githubevents/events_ping_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_project_v2.go b/githubevents/events_project_v2.go index 6a6763b6..576c54f5 100644 --- a/githubevents/events_project_v2.go +++ b/githubevents/events_project_v2.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_project_v2_item.go b/githubevents/events_project_v2_item.go index 2a24f90d..04381770 100644 --- a/githubevents/events_project_v2_item.go +++ b/githubevents/events_project_v2_item.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_project_v2_item_test.go b/githubevents/events_project_v2_item_test.go index 50d4cb10..e61286ab 100644 --- a/githubevents/events_project_v2_item_test.go +++ b/githubevents/events_project_v2_item_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_project_v2_test.go b/githubevents/events_project_v2_test.go index 1132ef4f..8173981a 100644 --- a/githubevents/events_project_v2_test.go +++ b/githubevents/events_project_v2_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_public.go b/githubevents/events_public.go index 08d165b0..24c50619 100644 --- a/githubevents/events_public.go +++ b/githubevents/events_public.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_public_test.go b/githubevents/events_public_test.go index fa7757f3..e57f7369 100644 --- a/githubevents/events_public_test.go +++ b/githubevents/events_public_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_pull_request.go b/githubevents/events_pull_request.go index e4a4b577..1a41a1a5 100644 --- a/githubevents/events_pull_request.go +++ b/githubevents/events_pull_request.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_pull_request_review.go b/githubevents/events_pull_request_review.go index 6ce0fa4c..1ea50ae3 100644 --- a/githubevents/events_pull_request_review.go +++ b/githubevents/events_pull_request_review.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_pull_request_review_comment.go b/githubevents/events_pull_request_review_comment.go index 37f95b8b..b650cacf 100644 --- a/githubevents/events_pull_request_review_comment.go +++ b/githubevents/events_pull_request_review_comment.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_pull_request_review_comment_test.go b/githubevents/events_pull_request_review_comment_test.go index 86d88a82..55760915 100644 --- a/githubevents/events_pull_request_review_comment_test.go +++ b/githubevents/events_pull_request_review_comment_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_pull_request_review_test.go b/githubevents/events_pull_request_review_test.go index f0743992..c0aff335 100644 --- a/githubevents/events_pull_request_review_test.go +++ b/githubevents/events_pull_request_review_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_pull_request_test.go b/githubevents/events_pull_request_test.go index e6bddb9c..ee7dee3a 100644 --- a/githubevents/events_pull_request_test.go +++ b/githubevents/events_pull_request_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_push.go b/githubevents/events_push.go index c6a9c0db..e12224af 100644 --- a/githubevents/events_push.go +++ b/githubevents/events_push.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_push_test.go b/githubevents/events_push_test.go index eb16f0b4..e18eb3e7 100644 --- a/githubevents/events_push_test.go +++ b/githubevents/events_push_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_release.go b/githubevents/events_release.go index 7355f534..d509a26d 100644 --- a/githubevents/events_release.go +++ b/githubevents/events_release.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_release_test.go b/githubevents/events_release_test.go index 9022462f..65deaf7e 100644 --- a/githubevents/events_release_test.go +++ b/githubevents/events_release_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_repository.go b/githubevents/events_repository.go index 5bb2c3ed..12ea4f82 100644 --- a/githubevents/events_repository.go +++ b/githubevents/events_repository.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_repository_dispatch.go b/githubevents/events_repository_dispatch.go index 0eba6fd6..d2e90c82 100644 --- a/githubevents/events_repository_dispatch.go +++ b/githubevents/events_repository_dispatch.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_repository_dispatch_test.go b/githubevents/events_repository_dispatch_test.go index 3999c765..bfa80f7a 100644 --- a/githubevents/events_repository_dispatch_test.go +++ b/githubevents/events_repository_dispatch_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_repository_ruleset.go b/githubevents/events_repository_ruleset.go index 4c75f2cc..98fee0df 100644 --- a/githubevents/events_repository_ruleset.go +++ b/githubevents/events_repository_ruleset.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_repository_ruleset_test.go b/githubevents/events_repository_ruleset_test.go index 8d42d7d5..9e17357a 100644 --- a/githubevents/events_repository_ruleset_test.go +++ b/githubevents/events_repository_ruleset_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_repository_test.go b/githubevents/events_repository_test.go index 88e6cb40..e3cef18f 100644 --- a/githubevents/events_repository_test.go +++ b/githubevents/events_repository_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_repository_vulnerability_alert.go b/githubevents/events_repository_vulnerability_alert.go index 0f7094a2..93a550cf 100644 --- a/githubevents/events_repository_vulnerability_alert.go +++ b/githubevents/events_repository_vulnerability_alert.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_repository_vulnerability_alert_test.go b/githubevents/events_repository_vulnerability_alert_test.go index 5973e8ce..8b0be7bd 100644 --- a/githubevents/events_repository_vulnerability_alert_test.go +++ b/githubevents/events_repository_vulnerability_alert_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_star.go b/githubevents/events_star.go index f987fa16..168ce885 100644 --- a/githubevents/events_star.go +++ b/githubevents/events_star.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_star_test.go b/githubevents/events_star_test.go index 05d31ca8..542a47bc 100644 --- a/githubevents/events_star_test.go +++ b/githubevents/events_star_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_status.go b/githubevents/events_status.go index 2398aa1f..f2c8f45b 100644 --- a/githubevents/events_status.go +++ b/githubevents/events_status.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_status_test.go b/githubevents/events_status_test.go index 0774b113..4a02bc08 100644 --- a/githubevents/events_status_test.go +++ b/githubevents/events_status_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_team.go b/githubevents/events_team.go index d557eec0..cc7a8a6b 100644 --- a/githubevents/events_team.go +++ b/githubevents/events_team.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_team_add.go b/githubevents/events_team_add.go index e3e44c45..ab055ffd 100644 --- a/githubevents/events_team_add.go +++ b/githubevents/events_team_add.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_team_add_test.go b/githubevents/events_team_add_test.go index d6b097a4..31e4467d 100644 --- a/githubevents/events_team_add_test.go +++ b/githubevents/events_team_add_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_team_test.go b/githubevents/events_team_test.go index b4018ea3..8550c9b6 100644 --- a/githubevents/events_team_test.go +++ b/githubevents/events_team_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_watch.go b/githubevents/events_watch.go index 2db391f7..8236cc22 100644 --- a/githubevents/events_watch.go +++ b/githubevents/events_watch.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_watch_test.go b/githubevents/events_watch_test.go index 5a4e3dbf..ad06132f 100644 --- a/githubevents/events_watch_test.go +++ b/githubevents/events_watch_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_workflow_dispatch.go b/githubevents/events_workflow_dispatch.go index 0a779eda..217ed376 100644 --- a/githubevents/events_workflow_dispatch.go +++ b/githubevents/events_workflow_dispatch.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_workflow_dispatch_test.go b/githubevents/events_workflow_dispatch_test.go index 9fcc254b..1f54ff1c 100644 --- a/githubevents/events_workflow_dispatch_test.go +++ b/githubevents/events_workflow_dispatch_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_workflow_job.go b/githubevents/events_workflow_job.go index 23d94b27..c9c512fe 100644 --- a/githubevents/events_workflow_job.go +++ b/githubevents/events_workflow_job.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_workflow_job_test.go b/githubevents/events_workflow_job_test.go index 5be75ec5..405a629f 100644 --- a/githubevents/events_workflow_job_test.go +++ b/githubevents/events_workflow_job_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/githubevents/events_workflow_run.go b/githubevents/events_workflow_run.go index 982ed669..872526c5 100644 --- a/githubevents/events_workflow_run.go +++ b/githubevents/events_workflow_run.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "fmt" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" ) // Actions are used to identify registered callbacks. diff --git a/githubevents/events_workflow_run_test.go b/githubevents/events_workflow_run_test.go index 5f99a471..24528d32 100644 --- a/githubevents/events_workflow_run_test.go +++ b/githubevents/events_workflow_run_test.go @@ -10,7 +10,7 @@ package githubevents import ( "context" "errors" - "github.com/google/go-github/v89/github" + "github.com/google/go-github/v90/github" "sync" "testing" ) diff --git a/go.mod b/go.mod index 2b2647f3..c8bca0b6 100644 --- a/go.mod +++ b/go.mod @@ -2,9 +2,9 @@ module github.com/cbrgm/githubevents/v2 go 1.26.5 +require golang.org/x/sync v0.22.0 + require ( - github.com/google/go-github/v89 v89.0.0 - golang.org/x/sync v0.22.0 + github.com/google/go-github/v90 v90.0.0 + github.com/google/go-querystring v1.2.0 // indirect ) - -require github.com/google/go-querystring v1.2.0 // indirect diff --git a/go.sum b/go.sum index 085cd656..e0da6228 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,8 @@ github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= -github.com/google/go-github/v89 v89.0.0 h1:35bEK5XoEcF3PZrlVbl9XN63f5BcJRA/UGkxeC9xPg0= -github.com/google/go-github/v89 v89.0.0/go.mod h1:QLcbU0ipeAqQuR5KSg8c2lql4Qk1EwJ2dWz/0rP4Nho= +github.com/google/go-github/v90 v90.0.0 h1:EnX9HvTfqvuJbUSWu1/jLrYH6JJLMz0w0qfQVbTxPzE= +github.com/google/go-github/v90 v90.0.0/go.mod h1:pLzt1FZURZyoTHT5/Z1UQY3b9fYyrbXH6aj7X+qgID4= github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0= github.com/google/go-querystring v1.2.0/go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU= golang.org/x/sync v0.22.0 h1:SZjpbeLmrCk4xhRSZFNZW5gFUeCeFgjekvI/+gfScek=