From a482304acaf6b02a76a1bf07e9a597e534fce851 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 02:54:50 +0000 Subject: [PATCH] fix(deps): update module github.com/google/go-github/v90 to v91 --- go.mod | 2 +- go.sum | 4 ++-- internal/controller/organization_controller_test.go | 2 +- internal/controller/repository_controller.go | 2 +- internal/controller/repository_controller_test.go | 2 +- internal/controller/team_controller_test.go | 2 +- internal/ghclient/caching_client.go | 2 +- internal/ghclient/caching_client_test.go | 2 +- internal/ghclient/factory.go | 2 +- internal/ghclient/interface.go | 2 +- internal/ghclient/wrapper.go | 2 +- internal/mapper/github_actions_settings.go | 2 +- internal/mapper/github_actions_settings_test.go | 2 +- internal/mapper/github_autolink_mapper.go | 2 +- internal/mapper/github_code_security_configuration_mapper.go | 2 +- .../mapper/github_code_security_configuration_mapper_test.go | 2 +- internal/mapper/github_custom_property_mapper.go | 2 +- internal/mapper/github_custom_property_mapper_test.go | 2 +- internal/mapper/github_deploykey_mapper.go | 2 +- internal/mapper/github_deploykey_mapper_test.go | 2 +- internal/mapper/github_hook_mapper.go | 2 +- internal/mapper/github_hook_mapper_test.go | 2 +- internal/mapper/github_org_mapper.go | 2 +- internal/mapper/github_org_mapper_test.go | 2 +- internal/mapper/github_repo_mapper.go | 2 +- internal/mapper/github_repo_mapper_test.go | 2 +- internal/mapper/github_ruleset_mapper.go | 2 +- internal/mapper/github_ruleset_mapper_test.go | 2 +- internal/mapper/github_team_mapper.go | 2 +- internal/mapper/github_team_mapper_test.go | 2 +- internal/ratelimit/org_registry.go | 2 +- internal/ratelimit/org_registry_test.go | 2 +- internal/reconciler/github_id_resolver.go | 2 +- internal/reconciler/github_id_resolver_test.go | 2 +- internal/reconciler/orgrec/rec_actions_settings.go | 2 +- internal/reconciler/orgrec/rec_actions_settings_test.go | 2 +- .../reconciler/orgrec/rec_code_security_configurations.go | 2 +- .../orgrec/rec_code_security_configurations_test.go | 2 +- internal/reconciler/orgrec/rec_custom_properties.go | 2 +- internal/reconciler/orgrec/rec_custom_properties_test.go | 2 +- internal/reconciler/orgrec/rec_org_test.go | 2 +- internal/reconciler/orgrec/rec_rulesets.go | 2 +- internal/reconciler/orgrec/rec_rulesets_test.go | 2 +- internal/reconciler/reporec/rec_actions_settings.go | 2 +- internal/reconciler/reporec/rec_actions_settings_test.go | 2 +- internal/reconciler/reporec/rec_autolinks.go | 2 +- internal/reconciler/reporec/rec_autolinks_test.go | 2 +- internal/reconciler/reporec/rec_custom_properties.go | 2 +- internal/reconciler/reporec/rec_custom_properties_test.go | 2 +- internal/reconciler/reporec/rec_deploykeys.go | 2 +- internal/reconciler/reporec/rec_deploykeys_test.go | 2 +- internal/reconciler/reporec/rec_repo.go | 2 +- internal/reconciler/reporec/rec_repo_test.go | 2 +- internal/reconciler/reporec/rec_rulesets.go | 2 +- internal/reconciler/reporec/rec_rulesets_test.go | 2 +- internal/reconciler/reporec/rec_webhooks.go | 2 +- internal/reconciler/reporec/rec_webhooks_test.go | 2 +- internal/reconciler/reporec/reconciler.go | 2 +- .../reconciler/reporec/reconciler_finalize_archive_test.go | 2 +- .../reconciler/reporec/reconciler_finalize_delete_test.go | 2 +- .../reconciler/reporec/reconciler_finalize_ignore_test.go | 2 +- internal/reconciler/teamrec/multi_org_test.go | 2 +- internal/reconciler/teamrec/rec_idpgroup.go | 2 +- internal/reconciler/teamrec/rec_idpgroup_test.go | 2 +- internal/reconciler/teamrec/rec_members_test.go | 2 +- internal/reconciler/teamrec/rec_refcleanup_test.go | 2 +- internal/reconciler/teamrec/rec_role_assignments_test.go | 2 +- internal/reconciler/teamrec/rec_team.go | 2 +- internal/reconciler/teamrec/rec_team_test.go | 2 +- internal/reconciler/teamrec/reconciler.go | 2 +- internal/reconciler/teamrec/reconciler_test.go | 2 +- internal/webhook/v1alpha1/organization_webhook.go | 2 +- internal/webhook/v1alpha1/repository_webhook.go | 2 +- internal/webhook/v1alpha1/repository_webhook_test.go | 2 +- internal/webhook/v1alpha1/shared.go | 2 +- test/mock/ghclientmock/mock_actions.go | 2 +- test/mock/ghclientmock/mock_code_security.go | 2 +- test/mock/ghclientmock/mock_factory.go | 2 +- test/mock/ghclientmock/mock_helpers.go | 2 +- test/mock/ghclientmock/mock_organization.go | 2 +- test/mock/ghclientmock/mock_repository.go | 2 +- test/mock/ghclientmock/mock_ruleset.go | 2 +- test/mock/ghclientmock/mock_team.go | 2 +- test/mock/ghclientmock/mock_webhook.go | 2 +- 84 files changed, 85 insertions(+), 85 deletions(-) diff --git a/go.mod b/go.mod index 79aa3ce..2e24c7d 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/gofri/go-github-pagination v1.0.1 github.com/gofri/go-github-ratelimit/v2 v2.0.2 github.com/google/go-cmp v0.7.0 - github.com/google/go-github/v90 v90.0.0 + github.com/google/go-github/v91 v91.0.0 github.com/google/uuid v1.6.0 github.com/joho/godotenv v1.5.1 go.elastic.co/ecszap v1.0.3 diff --git a/go.sum b/go.sum index 1dd0449..3de7062 100644 --- a/go.sum +++ b/go.sum @@ -85,8 +85,8 @@ 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/v88 v88.0.0 h1:dZA9IKkPK1eXZj4ypngnpRj5FwdpTv4whix2PrQMP7M= github.com/google/go-github/v88 v88.0.0/go.mod h1:rufTDgn2N45wjhukLTyxmvc9nilSp3mr3Rgtt6b1MPw= -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-github/v91 v91.0.0 h1:fpulREh37uBvOj4kF0vLuzjwJ1HHmFcAfquNjJfmpYs= +github.com/google/go-github/v91 v91.0.0/go.mod h1:rHtn7haKvmkTLhUK/aCQypiIj/suWSB3rnS+a1FdH6M= github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0= github.com/google/go-querystring v1.2.0/go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= diff --git a/internal/controller/organization_controller_test.go b/internal/controller/organization_controller_test.go index b55a169..c0558bd 100644 --- a/internal/controller/organization_controller_test.go +++ b/internal/controller/organization_controller_test.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/internal/reconciler/reconcilerfactory" "github.com/Interhyp/git-hubby/test/mock" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" "k8s.io/apimachinery/pkg/types" diff --git a/internal/controller/repository_controller.go b/internal/controller/repository_controller.go index d6749f6..220d2da 100644 --- a/internal/controller/repository_controller.go +++ b/internal/controller/repository_controller.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/internal/reconciler/reconcilerfactory" "github.com/Interhyp/git-hubby/internal/reconciler/reporec" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "k8s.io/apimachinery/pkg/types" "k8s.io/client-go/util/workqueue" "sigs.k8s.io/controller-runtime/pkg/controller" diff --git a/internal/controller/repository_controller_test.go b/internal/controller/repository_controller_test.go index 30e4d8c..2e08c3c 100644 --- a/internal/controller/repository_controller_test.go +++ b/internal/controller/repository_controller_test.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/internal/reconciler/reconcilerfactory" "github.com/Interhyp/git-hubby/test/mock" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" "k8s.io/apimachinery/pkg/types" diff --git a/internal/controller/team_controller_test.go b/internal/controller/team_controller_test.go index 3b3c25d..d3e8c02 100644 --- a/internal/controller/team_controller_test.go +++ b/internal/controller/team_controller_test.go @@ -10,7 +10,7 @@ import ( "github.com/Interhyp/git-hubby/internal/reconciler/reconcilerfactory" "github.com/Interhyp/git-hubby/test/mock" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" "k8s.io/apimachinery/pkg/types" diff --git a/internal/ghclient/caching_client.go b/internal/ghclient/caching_client.go index 09fc009..eae5e49 100644 --- a/internal/ghclient/caching_client.go +++ b/internal/ghclient/caching_client.go @@ -5,7 +5,7 @@ import ( "sync" "time" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) // contextKey is an unexported type used for context keys in this package. diff --git a/internal/ghclient/caching_client_test.go b/internal/ghclient/caching_client_test.go index 4fb8bb6..481abea 100644 --- a/internal/ghclient/caching_client_test.go +++ b/internal/ghclient/caching_client_test.go @@ -5,7 +5,7 @@ import ( "sync/atomic" "time" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" ) diff --git a/internal/ghclient/factory.go b/internal/ghclient/factory.go index 44af835..91df0be 100644 --- a/internal/ghclient/factory.go +++ b/internal/ghclient/factory.go @@ -17,7 +17,7 @@ import ( "github.com/gofri/go-github-pagination/githubpagination" "github.com/gofri/go-github-ratelimit/v2/github_ratelimit" "github.com/gofri/go-github-ratelimit/v2/github_ratelimit/github_primary_ratelimit" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" v1 "k8s.io/api/core/v1" logf "sigs.k8s.io/controller-runtime/pkg/log" diff --git a/internal/ghclient/interface.go b/internal/ghclient/interface.go index f522b77..a18aef3 100644 --- a/internal/ghclient/interface.go +++ b/internal/ghclient/interface.go @@ -3,7 +3,7 @@ package ghclient import ( "context" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) // GitHubClient defines the interface for GitHub operations used by reconcilers. diff --git a/internal/ghclient/wrapper.go b/internal/ghclient/wrapper.go index 7844955..fc45b6e 100644 --- a/internal/ghclient/wrapper.go +++ b/internal/ghclient/wrapper.go @@ -8,7 +8,7 @@ import ( "github.com/bradleyfalzon/ghinstallation/v2" "github.com/gofri/go-github-pagination/githubpagination" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) // GitHubClientWrapper is the production implementation of GitHubClient using the real GitHub API. diff --git a/internal/mapper/github_actions_settings.go b/internal/mapper/github_actions_settings.go index c23a525..ea52b74 100644 --- a/internal/mapper/github_actions_settings.go +++ b/internal/mapper/github_actions_settings.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/google/go-cmp/cmp" "github.com/google/go-cmp/cmp/cmpopts" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) func EqualActionsPermissions(configuration *github.ActionsPermissions, current *github.ActionsPermissions) bool { diff --git a/internal/mapper/github_actions_settings_test.go b/internal/mapper/github_actions_settings_test.go index 2293561..2ff8387 100644 --- a/internal/mapper/github_actions_settings_test.go +++ b/internal/mapper/github_actions_settings_test.go @@ -2,7 +2,7 @@ package mapper import ( "github.com/Interhyp/git-hubby/api/v1alpha1" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/mapper/github_autolink_mapper.go b/internal/mapper/github_autolink_mapper.go index b0e80a3..6683fc2 100644 --- a/internal/mapper/github_autolink_mapper.go +++ b/internal/mapper/github_autolink_mapper.go @@ -5,7 +5,7 @@ import ( "fmt" "github.com/Interhyp/git-hubby/api/v1alpha1" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) func HashAutolink(keyPrefix, urlTemplate string, isAlphanumeric bool) string { diff --git a/internal/mapper/github_code_security_configuration_mapper.go b/internal/mapper/github_code_security_configuration_mapper.go index bf6a06a..d904890 100644 --- a/internal/mapper/github_code_security_configuration_mapper.go +++ b/internal/mapper/github_code_security_configuration_mapper.go @@ -2,7 +2,7 @@ package mapper import ( "github.com/Interhyp/git-hubby/api/v1alpha1" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) func ToGithubCodeSecurityConfiguration(csc *v1alpha1.CodeSecurityConfiguration) github.CodeSecurityConfiguration { diff --git a/internal/mapper/github_code_security_configuration_mapper_test.go b/internal/mapper/github_code_security_configuration_mapper_test.go index 6e9dff8..4374ed7 100644 --- a/internal/mapper/github_code_security_configuration_mapper_test.go +++ b/internal/mapper/github_code_security_configuration_mapper_test.go @@ -1,7 +1,7 @@ package mapper import ( - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" ) diff --git a/internal/mapper/github_custom_property_mapper.go b/internal/mapper/github_custom_property_mapper.go index ac8956a..d182d3f 100644 --- a/internal/mapper/github_custom_property_mapper.go +++ b/internal/mapper/github_custom_property_mapper.go @@ -8,7 +8,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/google/go-cmp/cmp" "github.com/google/go-cmp/cmp/cmpopts" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) const CustomPropertySourceTypeOrganization = "organization" diff --git a/internal/mapper/github_custom_property_mapper_test.go b/internal/mapper/github_custom_property_mapper_test.go index d3b1d5e..2fb50c4 100644 --- a/internal/mapper/github_custom_property_mapper_test.go +++ b/internal/mapper/github_custom_property_mapper_test.go @@ -2,7 +2,7 @@ package mapper import ( "github.com/Interhyp/git-hubby/api/v1alpha1" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" ) diff --git a/internal/mapper/github_deploykey_mapper.go b/internal/mapper/github_deploykey_mapper.go index ca2a037..7043688 100644 --- a/internal/mapper/github_deploykey_mapper.go +++ b/internal/mapper/github_deploykey_mapper.go @@ -6,7 +6,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/utils" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) func HashDeployKey(key, title string, readonly bool) string { diff --git a/internal/mapper/github_deploykey_mapper_test.go b/internal/mapper/github_deploykey_mapper_test.go index 4278515..d3f423b 100644 --- a/internal/mapper/github_deploykey_mapper_test.go +++ b/internal/mapper/github_deploykey_mapper_test.go @@ -2,7 +2,7 @@ package mapper import ( "github.com/Interhyp/git-hubby/api/v1alpha1" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" ) diff --git a/internal/mapper/github_hook_mapper.go b/internal/mapper/github_hook_mapper.go index fc3de17..d8dff00 100644 --- a/internal/mapper/github_hook_mapper.go +++ b/internal/mapper/github_hook_mapper.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/utils" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) const ( diff --git a/internal/mapper/github_hook_mapper_test.go b/internal/mapper/github_hook_mapper_test.go index 9236260..4f5f89a 100644 --- a/internal/mapper/github_hook_mapper_test.go +++ b/internal/mapper/github_hook_mapper_test.go @@ -2,7 +2,7 @@ package mapper import ( "github.com/Interhyp/git-hubby/api/v1alpha1" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/mapper/github_org_mapper.go b/internal/mapper/github_org_mapper.go index 18ae603..38427ca 100644 --- a/internal/mapper/github_org_mapper.go +++ b/internal/mapper/github_org_mapper.go @@ -3,7 +3,7 @@ package mapper import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/google/go-cmp/cmp" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) func OrgToGithubOrg(organization *v1alpha1.Organization) *github.Organization { diff --git a/internal/mapper/github_org_mapper_test.go b/internal/mapper/github_org_mapper_test.go index ec77451..bf2eafb 100644 --- a/internal/mapper/github_org_mapper_test.go +++ b/internal/mapper/github_org_mapper_test.go @@ -2,7 +2,7 @@ package mapper import ( "github.com/Interhyp/git-hubby/api/v1alpha1" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/mapper/github_repo_mapper.go b/internal/mapper/github_repo_mapper.go index ab0501f..bf94dd5 100644 --- a/internal/mapper/github_repo_mapper.go +++ b/internal/mapper/github_repo_mapper.go @@ -3,7 +3,7 @@ package mapper import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/utils" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) func RepoToGithubRepo(repo *v1alpha1.Repository) *github.Repository { diff --git a/internal/mapper/github_repo_mapper_test.go b/internal/mapper/github_repo_mapper_test.go index 4379d7a..8d9a1cd 100644 --- a/internal/mapper/github_repo_mapper_test.go +++ b/internal/mapper/github_repo_mapper_test.go @@ -3,7 +3,7 @@ package mapper import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/utils" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/mapper/github_ruleset_mapper.go b/internal/mapper/github_ruleset_mapper.go index aa211c1..83d6818 100644 --- a/internal/mapper/github_ruleset_mapper.go +++ b/internal/mapper/github_ruleset_mapper.go @@ -6,7 +6,7 @@ import ( githubv1alpha1 "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/utils" "github.com/google/go-cmp/cmp" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) // RulesetPresetToGithubRuleset converts a RulesetPreset to a GitHub RepositoryRuleset. diff --git a/internal/mapper/github_ruleset_mapper_test.go b/internal/mapper/github_ruleset_mapper_test.go index 01e36e8..c86d679 100644 --- a/internal/mapper/github_ruleset_mapper_test.go +++ b/internal/mapper/github_ruleset_mapper_test.go @@ -2,7 +2,7 @@ package mapper import ( githubv1alpha1 "github.com/Interhyp/git-hubby/api/v1alpha1" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" ) diff --git a/internal/mapper/github_team_mapper.go b/internal/mapper/github_team_mapper.go index 4912304..01abbfc 100644 --- a/internal/mapper/github_team_mapper.go +++ b/internal/mapper/github_team_mapper.go @@ -5,7 +5,7 @@ import ( "unicode" "github.com/Interhyp/git-hubby/api/v1alpha1" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "golang.org/x/text/unicode/norm" ) diff --git a/internal/mapper/github_team_mapper_test.go b/internal/mapper/github_team_mapper_test.go index 053bdad..fc502f8 100644 --- a/internal/mapper/github_team_mapper_test.go +++ b/internal/mapper/github_team_mapper_test.go @@ -2,7 +2,7 @@ package mapper import ( "github.com/Interhyp/git-hubby/api/v1alpha1" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/ratelimit/org_registry.go b/internal/ratelimit/org_registry.go index 32e055d..d2d8245 100644 --- a/internal/ratelimit/org_registry.go +++ b/internal/ratelimit/org_registry.go @@ -7,7 +7,7 @@ import ( "time" "github.com/Interhyp/git-hubby/internal/config" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" logf "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/internal/ratelimit/org_registry_test.go b/internal/ratelimit/org_registry_test.go index ee82029..2fe672b 100644 --- a/internal/ratelimit/org_registry_test.go +++ b/internal/ratelimit/org_registry_test.go @@ -6,7 +6,7 @@ import ( "github.com/Interhyp/git-hubby/internal/config" "github.com/Interhyp/git-hubby/internal/ratelimit" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" ) diff --git a/internal/reconciler/github_id_resolver.go b/internal/reconciler/github_id_resolver.go index 2c8cdf9..c9efee4 100644 --- a/internal/reconciler/github_id_resolver.go +++ b/internal/reconciler/github_id_resolver.go @@ -6,7 +6,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/ghclient" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) // GitHubIDResolver resolves GitHub slug/name references to numeric IDs during reconciliation. diff --git a/internal/reconciler/github_id_resolver_test.go b/internal/reconciler/github_id_resolver_test.go index 965bcbf..bf8d2ed 100644 --- a/internal/reconciler/github_id_resolver_test.go +++ b/internal/reconciler/github_id_resolver_test.go @@ -6,7 +6,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" ) diff --git a/internal/reconciler/orgrec/rec_actions_settings.go b/internal/reconciler/orgrec/rec_actions_settings.go index daac595..4f42d3b 100644 --- a/internal/reconciler/orgrec/rec_actions_settings.go +++ b/internal/reconciler/orgrec/rec_actions_settings.go @@ -10,7 +10,7 @@ import ( "github.com/Interhyp/git-hubby/internal/mapper" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/internal/utils" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" logPkg "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/internal/reconciler/orgrec/rec_actions_settings_test.go b/internal/reconciler/orgrec/rec_actions_settings_test.go index df061b9..eef1259 100644 --- a/internal/reconciler/orgrec/rec_actions_settings_test.go +++ b/internal/reconciler/orgrec/rec_actions_settings_test.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/orgrec/rec_code_security_configurations.go b/internal/reconciler/orgrec/rec_code_security_configurations.go index 556f5cb..0eca91a 100644 --- a/internal/reconciler/orgrec/rec_code_security_configurations.go +++ b/internal/reconciler/orgrec/rec_code_security_configurations.go @@ -12,7 +12,7 @@ import ( githubv1alpha1 "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/ghclient" "github.com/Interhyp/git-hubby/internal/mapper" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "sigs.k8s.io/controller-runtime/pkg/client" logPkg "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/internal/reconciler/orgrec/rec_code_security_configurations_test.go b/internal/reconciler/orgrec/rec_code_security_configurations_test.go index 3efdd94..cd256d8 100644 --- a/internal/reconciler/orgrec/rec_code_security_configurations_test.go +++ b/internal/reconciler/orgrec/rec_code_security_configurations_test.go @@ -8,7 +8,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/orgrec/rec_custom_properties.go b/internal/reconciler/orgrec/rec_custom_properties.go index 0b5c2d6..c0ec82b 100644 --- a/internal/reconciler/orgrec/rec_custom_properties.go +++ b/internal/reconciler/orgrec/rec_custom_properties.go @@ -4,7 +4,7 @@ import ( "context" "github.com/Interhyp/git-hubby/internal/mapper" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" logPkg "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/internal/reconciler/orgrec/rec_custom_properties_test.go b/internal/reconciler/orgrec/rec_custom_properties_test.go index 1f74d0e..50f85a0 100644 --- a/internal/reconciler/orgrec/rec_custom_properties_test.go +++ b/internal/reconciler/orgrec/rec_custom_properties_test.go @@ -8,7 +8,7 @@ import ( "github.com/Interhyp/git-hubby/internal/mapper" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/orgrec/rec_org_test.go b/internal/reconciler/orgrec/rec_org_test.go index 321be62..e0e5589 100644 --- a/internal/reconciler/orgrec/rec_org_test.go +++ b/internal/reconciler/orgrec/rec_org_test.go @@ -9,7 +9,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/orgrec/rec_rulesets.go b/internal/reconciler/orgrec/rec_rulesets.go index ac0ba87..6710c94 100644 --- a/internal/reconciler/orgrec/rec_rulesets.go +++ b/internal/reconciler/orgrec/rec_rulesets.go @@ -6,7 +6,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/mapper" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "sigs.k8s.io/controller-runtime/pkg/client" logPkg "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/internal/reconciler/orgrec/rec_rulesets_test.go b/internal/reconciler/orgrec/rec_rulesets_test.go index 828a5b3..9fa6cbb 100644 --- a/internal/reconciler/orgrec/rec_rulesets_test.go +++ b/internal/reconciler/orgrec/rec_rulesets_test.go @@ -8,7 +8,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" corev1 "k8s.io/api/core/v1" diff --git a/internal/reconciler/reporec/rec_actions_settings.go b/internal/reconciler/reporec/rec_actions_settings.go index ebba0d8..62905c1 100644 --- a/internal/reconciler/reporec/rec_actions_settings.go +++ b/internal/reconciler/reporec/rec_actions_settings.go @@ -6,7 +6,7 @@ import ( githubv1alpha1 "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/internal/utils" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "sigs.k8s.io/controller-runtime/pkg/client" logPkg "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/internal/reconciler/reporec/rec_actions_settings_test.go b/internal/reconciler/reporec/rec_actions_settings_test.go index 39ed993..751d222 100644 --- a/internal/reconciler/reporec/rec_actions_settings_test.go +++ b/internal/reconciler/reporec/rec_actions_settings_test.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/reporec/rec_autolinks.go b/internal/reconciler/reporec/rec_autolinks.go index 0683e6e..c4d113c 100644 --- a/internal/reconciler/reporec/rec_autolinks.go +++ b/internal/reconciler/reporec/rec_autolinks.go @@ -6,7 +6,7 @@ import ( githubv1alpha1 "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/mapper" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "sigs.k8s.io/controller-runtime/pkg/client" logPkg "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/internal/reconciler/reporec/rec_autolinks_test.go b/internal/reconciler/reporec/rec_autolinks_test.go index 34fca89..ad880f3 100644 --- a/internal/reconciler/reporec/rec_autolinks_test.go +++ b/internal/reconciler/reporec/rec_autolinks_test.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" v1 "k8s.io/api/core/v1" diff --git a/internal/reconciler/reporec/rec_custom_properties.go b/internal/reconciler/reporec/rec_custom_properties.go index 6527cf2..606ea1c 100644 --- a/internal/reconciler/reporec/rec_custom_properties.go +++ b/internal/reconciler/reporec/rec_custom_properties.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/internal/mapper" "github.com/google/go-cmp/cmp" "github.com/google/go-cmp/cmp/cmpopts" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" logPkg "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/internal/reconciler/reporec/rec_custom_properties_test.go b/internal/reconciler/reporec/rec_custom_properties_test.go index c89f3c8..4363bd4 100644 --- a/internal/reconciler/reporec/rec_custom_properties_test.go +++ b/internal/reconciler/reporec/rec_custom_properties_test.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/reporec/rec_deploykeys.go b/internal/reconciler/reporec/rec_deploykeys.go index 7c8df19..3fe6a2a 100644 --- a/internal/reconciler/reporec/rec_deploykeys.go +++ b/internal/reconciler/reporec/rec_deploykeys.go @@ -6,7 +6,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/mapper" "github.com/Interhyp/git-hubby/internal/utils" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" logPkg "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/internal/reconciler/reporec/rec_deploykeys_test.go b/internal/reconciler/reporec/rec_deploykeys_test.go index 126df23..8a433e7 100644 --- a/internal/reconciler/reporec/rec_deploykeys_test.go +++ b/internal/reconciler/reporec/rec_deploykeys_test.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/reporec/rec_repo.go b/internal/reconciler/reporec/rec_repo.go index 7ef38a8..8b0be4c 100644 --- a/internal/reconciler/reporec/rec_repo.go +++ b/internal/reconciler/reporec/rec_repo.go @@ -9,7 +9,7 @@ import ( orgac "github.com/Interhyp/git-hubby/api/v1alpha1/applyconfiguration/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/mapper" "github.com/Interhyp/git-hubby/internal/reconciler" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "sigs.k8s.io/controller-runtime/pkg/client" logPkg "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/internal/reconciler/reporec/rec_repo_test.go b/internal/reconciler/reporec/rec_repo_test.go index a47482a..203fe8b 100644 --- a/internal/reconciler/reporec/rec_repo_test.go +++ b/internal/reconciler/reporec/rec_repo_test.go @@ -9,7 +9,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/reporec/rec_rulesets.go b/internal/reconciler/reporec/rec_rulesets.go index 17413cd..9fa17b4 100644 --- a/internal/reconciler/reporec/rec_rulesets.go +++ b/internal/reconciler/reporec/rec_rulesets.go @@ -6,7 +6,7 @@ import ( githubv1alpha1 "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/mapper" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "sigs.k8s.io/controller-runtime/pkg/client" logPkg "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/internal/reconciler/reporec/rec_rulesets_test.go b/internal/reconciler/reporec/rec_rulesets_test.go index 1049f2d..cc7b210 100644 --- a/internal/reconciler/reporec/rec_rulesets_test.go +++ b/internal/reconciler/reporec/rec_rulesets_test.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" corev1 "k8s.io/api/core/v1" diff --git a/internal/reconciler/reporec/rec_webhooks.go b/internal/reconciler/reporec/rec_webhooks.go index 9ed9b8b..323737e 100644 --- a/internal/reconciler/reporec/rec_webhooks.go +++ b/internal/reconciler/reporec/rec_webhooks.go @@ -11,7 +11,7 @@ import ( githubv1alpha1 "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/mapper" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" corev1 "k8s.io/api/core/v1" "sigs.k8s.io/controller-runtime/pkg/client" logf "sigs.k8s.io/controller-runtime/pkg/log" diff --git a/internal/reconciler/reporec/rec_webhooks_test.go b/internal/reconciler/reporec/rec_webhooks_test.go index c13ca29..fbd2702 100644 --- a/internal/reconciler/reporec/rec_webhooks_test.go +++ b/internal/reconciler/reporec/rec_webhooks_test.go @@ -11,7 +11,7 @@ import ( "github.com/Interhyp/git-hubby/internal/mapper" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" corev1 "k8s.io/api/core/v1" diff --git a/internal/reconciler/reporec/reconciler.go b/internal/reconciler/reporec/reconciler.go index 134c097..8ef3af1 100644 --- a/internal/reconciler/reporec/reconciler.go +++ b/internal/reconciler/reporec/reconciler.go @@ -11,7 +11,7 @@ import ( "github.com/Interhyp/git-hubby/internal/conditions" "github.com/Interhyp/git-hubby/internal/config" "github.com/Interhyp/git-hubby/internal/reconciler" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "k8s.io/apimachinery/pkg/labels" "k8s.io/apimachinery/pkg/runtime" logPkg "sigs.k8s.io/controller-runtime/pkg/log" diff --git a/internal/reconciler/reporec/reconciler_finalize_archive_test.go b/internal/reconciler/reporec/reconciler_finalize_archive_test.go index 66a9784..17d8b75 100644 --- a/internal/reconciler/reporec/reconciler_finalize_archive_test.go +++ b/internal/reconciler/reporec/reconciler_finalize_archive_test.go @@ -9,7 +9,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/reporec/reconciler_finalize_delete_test.go b/internal/reconciler/reporec/reconciler_finalize_delete_test.go index b30dc19..59bd189 100644 --- a/internal/reconciler/reporec/reconciler_finalize_delete_test.go +++ b/internal/reconciler/reporec/reconciler_finalize_delete_test.go @@ -9,7 +9,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/reporec/reconciler_finalize_ignore_test.go b/internal/reconciler/reporec/reconciler_finalize_ignore_test.go index 9d545ea..e5e0bb6 100644 --- a/internal/reconciler/reporec/reconciler_finalize_ignore_test.go +++ b/internal/reconciler/reporec/reconciler_finalize_ignore_test.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/teamrec/multi_org_test.go b/internal/reconciler/teamrec/multi_org_test.go index 623307d..116dd99 100644 --- a/internal/reconciler/teamrec/multi_org_test.go +++ b/internal/reconciler/teamrec/multi_org_test.go @@ -8,7 +8,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/teamrec/rec_idpgroup.go b/internal/reconciler/teamrec/rec_idpgroup.go index dbd5d5d..0b4efef 100644 --- a/internal/reconciler/teamrec/rec_idpgroup.go +++ b/internal/reconciler/teamrec/rec_idpgroup.go @@ -5,7 +5,7 @@ import ( githubv1alpha1 "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "sigs.k8s.io/controller-runtime/pkg/client" logPkg "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/internal/reconciler/teamrec/rec_idpgroup_test.go b/internal/reconciler/teamrec/rec_idpgroup_test.go index ce4febb..09fdfd1 100644 --- a/internal/reconciler/teamrec/rec_idpgroup_test.go +++ b/internal/reconciler/teamrec/rec_idpgroup_test.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/teamrec/rec_members_test.go b/internal/reconciler/teamrec/rec_members_test.go index 2d95bc8..b32e932 100644 --- a/internal/reconciler/teamrec/rec_members_test.go +++ b/internal/reconciler/teamrec/rec_members_test.go @@ -8,7 +8,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/teamrec/rec_refcleanup_test.go b/internal/reconciler/teamrec/rec_refcleanup_test.go index 8772caf..0bf193d 100644 --- a/internal/reconciler/teamrec/rec_refcleanup_test.go +++ b/internal/reconciler/teamrec/rec_refcleanup_test.go @@ -8,7 +8,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/teamrec/rec_role_assignments_test.go b/internal/reconciler/teamrec/rec_role_assignments_test.go index ad7e864..66749f9 100644 --- a/internal/reconciler/teamrec/rec_role_assignments_test.go +++ b/internal/reconciler/teamrec/rec_role_assignments_test.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/teamrec/rec_team.go b/internal/reconciler/teamrec/rec_team.go index f0c1b04..a9be463 100644 --- a/internal/reconciler/teamrec/rec_team.go +++ b/internal/reconciler/teamrec/rec_team.go @@ -7,7 +7,7 @@ import ( "github.com/Interhyp/git-hubby/internal/mapper" "github.com/Interhyp/git-hubby/internal/reconciler" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" logPkg "sigs.k8s.io/controller-runtime/pkg/log" ) diff --git a/internal/reconciler/teamrec/rec_team_test.go b/internal/reconciler/teamrec/rec_team_test.go index 13f6435..7ac422a 100644 --- a/internal/reconciler/teamrec/rec_team_test.go +++ b/internal/reconciler/teamrec/rec_team_test.go @@ -8,7 +8,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/reconciler/teamrec/reconciler.go b/internal/reconciler/teamrec/reconciler.go index 68bf2c2..976ff4e 100644 --- a/internal/reconciler/teamrec/reconciler.go +++ b/internal/reconciler/teamrec/reconciler.go @@ -9,7 +9,7 @@ import ( ac "github.com/Interhyp/git-hubby/api/v1alpha1/applyconfiguration/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/conditions" "github.com/Interhyp/git-hubby/internal/reconciler" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "k8s.io/apimachinery/pkg/labels" "k8s.io/apimachinery/pkg/runtime" logPkg "sigs.k8s.io/controller-runtime/pkg/log" diff --git a/internal/reconciler/teamrec/reconciler_test.go b/internal/reconciler/teamrec/reconciler_test.go index 56040cc..fa603ad 100644 --- a/internal/reconciler/teamrec/reconciler_test.go +++ b/internal/reconciler/teamrec/reconciler_test.go @@ -8,7 +8,7 @@ import ( "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/reconciler" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/webhook/v1alpha1/organization_webhook.go b/internal/webhook/v1alpha1/organization_webhook.go index 5f56246..091fce3 100644 --- a/internal/webhook/v1alpha1/organization_webhook.go +++ b/internal/webhook/v1alpha1/organization_webhook.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/util/validation/field" diff --git a/internal/webhook/v1alpha1/repository_webhook.go b/internal/webhook/v1alpha1/repository_webhook.go index 013c7f6..715abc8 100644 --- a/internal/webhook/v1alpha1/repository_webhook.go +++ b/internal/webhook/v1alpha1/repository_webhook.go @@ -7,7 +7,7 @@ import ( githubv1alpha1 "github.com/Interhyp/git-hubby/api/v1alpha1" "github.com/Interhyp/git-hubby/internal/ghclient" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/util/validation/field" ctrl "sigs.k8s.io/controller-runtime" diff --git a/internal/webhook/v1alpha1/repository_webhook_test.go b/internal/webhook/v1alpha1/repository_webhook_test.go index 18c5963..b63f6bd 100644 --- a/internal/webhook/v1alpha1/repository_webhook_test.go +++ b/internal/webhook/v1alpha1/repository_webhook_test.go @@ -5,7 +5,7 @@ import ( "errors" "github.com/Interhyp/git-hubby/test/mock/ghclientmock" - gogithub "github.com/google/go-github/v90/github" + gogithub "github.com/google/go-github/v91/github" apierrors "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/api/meta" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" diff --git a/internal/webhook/v1alpha1/shared.go b/internal/webhook/v1alpha1/shared.go index a0bf190..c741ca4 100644 --- a/internal/webhook/v1alpha1/shared.go +++ b/internal/webhook/v1alpha1/shared.go @@ -4,7 +4,7 @@ import ( "fmt" "slices" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" "k8s.io/apimachinery/pkg/util/validation/field" ) diff --git a/test/mock/ghclientmock/mock_actions.go b/test/mock/ghclientmock/mock_actions.go index 0335335..ff5eddb 100644 --- a/test/mock/ghclientmock/mock_actions.go +++ b/test/mock/ghclientmock/mock_actions.go @@ -4,7 +4,7 @@ package ghclientmock import ( "context" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) // Actions operations diff --git a/test/mock/ghclientmock/mock_code_security.go b/test/mock/ghclientmock/mock_code_security.go index 16c7b52..8e81315 100644 --- a/test/mock/ghclientmock/mock_code_security.go +++ b/test/mock/ghclientmock/mock_code_security.go @@ -4,7 +4,7 @@ package ghclientmock import ( "context" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) // Code Security Configuration operations diff --git a/test/mock/ghclientmock/mock_factory.go b/test/mock/ghclientmock/mock_factory.go index e5384f5..0bb89db 100644 --- a/test/mock/ghclientmock/mock_factory.go +++ b/test/mock/ghclientmock/mock_factory.go @@ -7,7 +7,7 @@ import ( "sync" "github.com/Interhyp/git-hubby/internal/ghclient" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) type GitHubMockClientFactory struct { diff --git a/test/mock/ghclientmock/mock_helpers.go b/test/mock/ghclientmock/mock_helpers.go index 067b54a..1c0e0ed 100644 --- a/test/mock/ghclientmock/mock_helpers.go +++ b/test/mock/ghclientmock/mock_helpers.go @@ -5,7 +5,7 @@ import ( "fmt" "net/http" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) // Helper methods for testing diff --git a/test/mock/ghclientmock/mock_organization.go b/test/mock/ghclientmock/mock_organization.go index 8565196..6e935f4 100644 --- a/test/mock/ghclientmock/mock_organization.go +++ b/test/mock/ghclientmock/mock_organization.go @@ -4,7 +4,7 @@ import ( "context" "github.com/Interhyp/git-hubby/internal/mapper" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) // Organization operations diff --git a/test/mock/ghclientmock/mock_repository.go b/test/mock/ghclientmock/mock_repository.go index 29dfe5a..783870f 100644 --- a/test/mock/ghclientmock/mock_repository.go +++ b/test/mock/ghclientmock/mock_repository.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) // Repository operations diff --git a/test/mock/ghclientmock/mock_ruleset.go b/test/mock/ghclientmock/mock_ruleset.go index d5a85dd..191cd49 100644 --- a/test/mock/ghclientmock/mock_ruleset.go +++ b/test/mock/ghclientmock/mock_ruleset.go @@ -3,7 +3,7 @@ package ghclientmock import ( "context" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) // Repository ruleset operations diff --git a/test/mock/ghclientmock/mock_team.go b/test/mock/ghclientmock/mock_team.go index 747f558..3b43f5d 100644 --- a/test/mock/ghclientmock/mock_team.go +++ b/test/mock/ghclientmock/mock_team.go @@ -3,7 +3,7 @@ package ghclientmock import ( "context" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) // Team operations diff --git a/test/mock/ghclientmock/mock_webhook.go b/test/mock/ghclientmock/mock_webhook.go index fdae7fc..c0ca689 100644 --- a/test/mock/ghclientmock/mock_webhook.go +++ b/test/mock/ghclientmock/mock_webhook.go @@ -3,7 +3,7 @@ package ghclientmock import ( "context" - "github.com/google/go-github/v90/github" + "github.com/google/go-github/v91/github" ) // Webhook operations