diff --git a/github/auth.go b/github/auth.go index 12612e1..49446ae 100644 --- a/github/auth.go +++ b/github/auth.go @@ -19,7 +19,7 @@ package github import ( "fmt" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" "github.com/fluxcd/go-git-providers/gitprovider" ) diff --git a/github/client.go b/github/client.go index 47d1126..76422f2 100644 --- a/github/client.go +++ b/github/client.go @@ -20,7 +20,7 @@ import ( "context" "strings" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" "github.com/fluxcd/go-git-providers/gitprovider" ) diff --git a/github/client_organization_teams.go b/github/client_organization_teams.go index 806da64..2e02164 100644 --- a/github/client_organization_teams.go +++ b/github/client_organization_teams.go @@ -19,7 +19,7 @@ package github import ( "context" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" "github.com/fluxcd/go-git-providers/gitprovider" ) diff --git a/github/client_repositories_org.go b/github/client_repositories_org.go index 3a2d31c..6cae737 100644 --- a/github/client_repositories_org.go +++ b/github/client_repositories_org.go @@ -20,7 +20,7 @@ import ( "context" "errors" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" "github.com/fluxcd/go-git-providers/gitprovider" ) diff --git a/github/client_repository_branch.go b/github/client_repository_branch.go index 3cf208f..ca99938 100644 --- a/github/client_repository_branch.go +++ b/github/client_repository_branch.go @@ -19,8 +19,9 @@ package github import ( "context" + "github.com/google/go-github/v64/github" + "github.com/fluxcd/go-git-providers/gitprovider" - "github.com/google/go-github/v63/github" ) // BranchClient implements the gitprovider.BranchClient interface. diff --git a/github/client_repository_commit.go b/github/client_repository_commit.go index 9640075..d6bd1c5 100644 --- a/github/client_repository_commit.go +++ b/github/client_repository_commit.go @@ -21,7 +21,7 @@ import ( "fmt" "github.com/fluxcd/go-git-providers/gitprovider" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" ) var githubNewFileMode = "100644" diff --git a/github/client_repository_deploykey.go b/github/client_repository_deploykey.go index 3260a5e..8086740 100644 --- a/github/client_repository_deploykey.go +++ b/github/client_repository_deploykey.go @@ -20,7 +20,7 @@ import ( "context" "errors" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" "github.com/fluxcd/go-git-providers/gitprovider" ) diff --git a/github/client_repository_file.go b/github/client_repository_file.go index b7df3a5..1cb056d 100644 --- a/github/client_repository_file.go +++ b/github/client_repository_file.go @@ -23,7 +23,7 @@ import ( "io" "github.com/fluxcd/go-git-providers/gitprovider" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" ) // FileClient implements the gitprovider.FileClient interface. diff --git a/github/client_repository_pullrequest.go b/github/client_repository_pullrequest.go index baf1128..9c7f847 100644 --- a/github/client_repository_pullrequest.go +++ b/github/client_repository_pullrequest.go @@ -20,7 +20,7 @@ import ( "context" "github.com/fluxcd/go-git-providers/gitprovider" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" ) // PullRequestClient implements the gitprovider.PullRequestClient interface. diff --git a/github/example_organization_test.go b/github/example_organization_test.go index 1a7af11..a4a4efa 100644 --- a/github/example_organization_test.go +++ b/github/example_organization_test.go @@ -7,7 +7,7 @@ import ( "github.com/fluxcd/go-git-providers/github" "github.com/fluxcd/go-git-providers/gitprovider" - gogithub "github.com/google/go-github/v63/github" + gogithub "github.com/google/go-github/v64/github" ) // checkErr is used for examples in this repository. diff --git a/github/example_repository_test.go b/github/example_repository_test.go index 0055c41..9079875 100644 --- a/github/example_repository_test.go +++ b/github/example_repository_test.go @@ -6,7 +6,7 @@ import ( "github.com/fluxcd/go-git-providers/github" "github.com/fluxcd/go-git-providers/gitprovider" - gogithub "github.com/google/go-github/v63/github" + gogithub "github.com/google/go-github/v64/github" ) func ExampleOrgRepositoriesClient_Get() { diff --git a/github/githubclient.go b/github/githubclient.go index 9f3703a..2c8cf59 100644 --- a/github/githubclient.go +++ b/github/githubclient.go @@ -21,7 +21,7 @@ import ( "fmt" "github.com/fluxcd/go-git-providers/gitprovider" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" ) // githubClientImpl is a wrapper around *github.Client, which implements higher-level methods, diff --git a/github/integration_test.go b/github/integration_test.go index ff8881e..a0ef6a9 100644 --- a/github/integration_test.go +++ b/github/integration_test.go @@ -31,7 +31,7 @@ import ( "testing" "time" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" "github.com/gregjones/httpcache" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/github/resource_commit.go b/github/resource_commit.go index d2075c0..5df7422 100644 --- a/github/resource_commit.go +++ b/github/resource_commit.go @@ -17,7 +17,7 @@ limitations under the License. package github import ( - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" "github.com/fluxcd/go-git-providers/gitprovider" ) diff --git a/github/resource_deploykey.go b/github/resource_deploykey.go index 578cc81..123edb6 100644 --- a/github/resource_deploykey.go +++ b/github/resource_deploykey.go @@ -22,7 +22,7 @@ import ( "fmt" "reflect" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" "github.com/fluxcd/go-git-providers/gitprovider" "github.com/fluxcd/go-git-providers/validation" diff --git a/github/resource_organization.go b/github/resource_organization.go index ef0c852..210b536 100644 --- a/github/resource_organization.go +++ b/github/resource_organization.go @@ -17,7 +17,7 @@ limitations under the License. package github import ( - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" "github.com/fluxcd/go-git-providers/gitprovider" "github.com/fluxcd/go-git-providers/validation" diff --git a/github/resource_pullrequest.go b/github/resource_pullrequest.go index 1e74e80..ee320ab 100644 --- a/github/resource_pullrequest.go +++ b/github/resource_pullrequest.go @@ -18,7 +18,7 @@ package github import ( "github.com/fluxcd/go-git-providers/gitprovider" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" ) func newPullRequest(ctx *clientContext, apiObj *github.PullRequest) *pullrequest { diff --git a/github/resource_repository.go b/github/resource_repository.go index 73d82b2..0c047bc 100644 --- a/github/resource_repository.go +++ b/github/resource_repository.go @@ -21,7 +21,7 @@ import ( "errors" "reflect" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" "github.com/fluxcd/go-git-providers/gitprovider" "github.com/fluxcd/go-git-providers/validation" diff --git a/github/util.go b/github/util.go index 532ce3a..c56b555 100644 --- a/github/util.go +++ b/github/util.go @@ -21,7 +21,7 @@ import ( "fmt" "net/http" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" "github.com/fluxcd/go-git-providers/gitprovider" "github.com/fluxcd/go-git-providers/validation" diff --git a/github/util_test.go b/github/util_test.go index 3ea80ba..76b43ed 100644 --- a/github/util_test.go +++ b/github/util_test.go @@ -23,7 +23,7 @@ import ( "github.com/fluxcd/go-git-providers/gitprovider" "github.com/fluxcd/go-git-providers/validation" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" ) func Test_validateAPIObject(t *testing.T) { diff --git a/go.mod b/go.mod index 006eabf..c9de720 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/go-logr/logr v1.4.2 github.com/go-logr/zapr v1.3.0 github.com/google/go-cmp v0.6.0 - github.com/google/go-github/v63 v63.0.0 + github.com/google/go-github/v64 v64.0.0 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/go-multierror v1.1.1 diff --git a/go.sum b/go.sum index 75d0297..f7c706f 100644 --- a/go.sum +++ b/go.sum @@ -68,8 +68,8 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= -github.com/google/go-github/v63 v63.0.0 h1:13xwK/wk9alSokujB9lJkuzdmQuVn2QCPeck76wR3nE= -github.com/google/go-github/v63 v63.0.0/go.mod h1:IqbcrgUmIcEaioWrGYei/09o+ge5vhffGOcxrO0AfmA= +github.com/google/go-github/v64 v64.0.0 h1:4G61sozmY3eiPAjjoOHponXDBONm+utovTKbyUb2Qdg= +github.com/google/go-github/v64 v64.0.0/go.mod h1:xB3vqMQNdHzilXBiO2I+M7iEFtHf+DP/omBOv6tQzVo= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 h1:yAJXTCF9TqKcTiHJAE8dj7HMvPfh66eeA2JYW7eFpSE=