diff --git a/cmd/cleanup-stale-branches-action/github.go b/cmd/cleanup-stale-branches-action/github.go index 2d6fbe7..a630850 100644 --- a/cmd/cleanup-stale-branches-action/github.go +++ b/cmd/cleanup-stale-branches-action/github.go @@ -5,7 +5,7 @@ import ( "log" "os" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" ) type GitHubAPI interface { diff --git a/cmd/cleanup-stale-branches-action/main.go b/cmd/cleanup-stale-branches-action/main.go index 758b0a5..00cdce3 100644 --- a/cmd/cleanup-stale-branches-action/main.go +++ b/cmd/cleanup-stale-branches-action/main.go @@ -10,7 +10,7 @@ import ( "time" "github.com/alexflint/go-arg" - "github.com/google/go-github/v63/github" + "github.com/google/go-github/v64/github" "golang.org/x/oauth2" ) diff --git a/go.mod b/go.mod index 0bac94c..6debad8 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22.2 require ( github.com/alexflint/go-arg v1.5.1 - github.com/google/go-github/v63 v63.0.0 + github.com/google/go-github/v64 v64.0.0 golang.org/x/oauth2 v0.22.0 ) diff --git a/go.sum b/go.sum index 12990df..eb04829 100644 --- a/go.sum +++ b/go.sum @@ -7,8 +7,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= 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/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=