diff --git a/appconfig/appconfig.go b/appconfig/appconfig.go index f47b17a4..81560ed4 100644 --- a/appconfig/appconfig.go +++ b/appconfig/appconfig.go @@ -25,7 +25,7 @@ import ( "net/http" "strings" - "github.com/google/go-github/v65/github" + "github.com/google/go-github/v66/github" "github.com/pkg/errors" "github.com/rs/zerolog" ) diff --git a/appconfig/appconfig_test.go b/appconfig/appconfig_test.go index 7a05e797..da9fa457 100644 --- a/appconfig/appconfig_test.go +++ b/appconfig/appconfig_test.go @@ -21,7 +21,7 @@ import ( "path/filepath" "testing" - "github.com/google/go-github/v65/github" + "github.com/google/go-github/v66/github" ) const ( diff --git a/example/issue_comment.go b/example/issue_comment.go index 870f0a88..6360fb5a 100644 --- a/example/issue_comment.go +++ b/example/issue_comment.go @@ -20,7 +20,7 @@ import ( "fmt" "strings" - "github.com/google/go-github/v65/github" + "github.com/google/go-github/v66/github" "github.com/palantir/go-githubapp/githubapp" "github.com/pkg/errors" "github.com/rs/zerolog" diff --git a/githubapp/caching_client_creator.go b/githubapp/caching_client_creator.go index fb51c4b3..aa85f266 100644 --- a/githubapp/caching_client_creator.go +++ b/githubapp/caching_client_creator.go @@ -17,7 +17,7 @@ package githubapp import ( "fmt" - "github.com/google/go-github/v65/github" + "github.com/google/go-github/v66/github" lru "github.com/hashicorp/golang-lru" "github.com/pkg/errors" "github.com/shurcooL/githubv4" diff --git a/githubapp/client_creator.go b/githubapp/client_creator.go index d947cd3e..7c21e38d 100644 --- a/githubapp/client_creator.go +++ b/githubapp/client_creator.go @@ -24,7 +24,7 @@ import ( "time" "github.com/bradleyfalzon/ghinstallation/v2" - "github.com/google/go-github/v65/github" + "github.com/google/go-github/v66/github" "github.com/gregjones/httpcache" "github.com/pkg/errors" "github.com/shurcooL/githubv4" diff --git a/githubapp/context.go b/githubapp/context.go index 93eda6c1..d8b4f7d3 100644 --- a/githubapp/context.go +++ b/githubapp/context.go @@ -17,7 +17,7 @@ package githubapp import ( "context" - "github.com/google/go-github/v65/github" + "github.com/google/go-github/v66/github" "github.com/rs/zerolog" ) diff --git a/githubapp/context_test.go b/githubapp/context_test.go index 0b1352db..632ca95e 100644 --- a/githubapp/context_test.go +++ b/githubapp/context_test.go @@ -20,7 +20,7 @@ import ( "encoding/json" "testing" - "github.com/google/go-github/v65/github" + "github.com/google/go-github/v66/github" "github.com/rs/zerolog" ) diff --git a/githubapp/dispatcher.go b/githubapp/dispatcher.go index abd52fbf..91f27491 100644 --- a/githubapp/dispatcher.go +++ b/githubapp/dispatcher.go @@ -19,7 +19,7 @@ import ( "fmt" "net/http" - "github.com/google/go-github/v65/github" + "github.com/google/go-github/v66/github" "github.com/pkg/errors" "github.com/rcrowley/go-metrics" "github.com/rs/zerolog" diff --git a/githubapp/installations.go b/githubapp/installations.go index f8b83e29..135d1ca4 100644 --- a/githubapp/installations.go +++ b/githubapp/installations.go @@ -19,7 +19,7 @@ import ( "fmt" "net/http" - "github.com/google/go-github/v65/github" + "github.com/google/go-github/v66/github" "github.com/pkg/errors" ) diff --git a/go.mod b/go.mod index f65af271..7c431464 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.23.0 require ( github.com/alexedwards/scs v1.4.1 github.com/bradleyfalzon/ghinstallation/v2 v2.11.0 - github.com/google/go-github/v65 v65.0.0 + github.com/google/go-github/v66 v66.0.0 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 github.com/hashicorp/golang-lru v0.6.0 github.com/patrickmn/go-cache v2.1.0+incompatible diff --git a/go.sum b/go.sum index dd44d9e1..ba747c02 100644 --- a/go.sum +++ b/go.sum @@ -12,8 +12,8 @@ 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/v62 v62.0.0 h1:/6mGCaRywZz9MuHyw9gD1CwsbmBX8GWsbFkwMmHdhl4= github.com/google/go-github/v62 v62.0.0/go.mod h1:EMxeUqGJq2xRu9DYBMwel/mr7kZrzUOfQmmpYrZn2a4= -github.com/google/go-github/v65 v65.0.0 h1:pQ7BmO3DZivvFk92geC0jB0q2m3gyn8vnYPgV7GSLhQ= -github.com/google/go-github/v65 v65.0.0/go.mod h1:DvrqWo5hvsdhJvHd4WyVF9ttANN3BniqjP8uTFMNb60= +github.com/google/go-github/v66 v66.0.0 h1:ADJsaXj9UotwdgK8/iFZtv7MLc8E8WBl62WLd/D/9+M= +github.com/google/go-github/v66 v66.0.0/go.mod h1:+4SO9Zkuyf8ytMj0csN1NR/5OTR+MfqPp8P8dVlcvY4= 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/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=