diff --git a/cmd/cleanup-stale-branches-action/github.go b/cmd/cleanup-stale-branches-action/github.go index b7162d6..69a1b49 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/v60/github" + "github.com/google/go-github/v61/github" ) type GitHubAPI interface { diff --git a/cmd/cleanup-stale-branches-action/main.go b/cmd/cleanup-stale-branches-action/main.go index 2479322..6e9cdab 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/v60/github" + "github.com/google/go-github/v61/github" "golang.org/x/oauth2" ) diff --git a/go.mod b/go.mod index 36569b4..2f913aa 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22.1 require ( github.com/alexflint/go-arg v1.4.3 - github.com/google/go-github/v60 v60.0.0 + github.com/google/go-github/v61 v61.0.0 golang.org/x/oauth2 v0.18.0 ) diff --git a/go.sum b/go.sum index 9329667..fa9d0eb 100644 --- a/go.sum +++ b/go.sum @@ -13,8 +13,8 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.5/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/v60 v60.0.0 h1:oLG98PsLauFvvu4D/YPxq374jhSxFYdzQGNCyONLfn8= -github.com/google/go-github/v60 v60.0.0/go.mod h1:ByhX2dP9XT9o/ll2yXAu2VD8l5eNVg8hD4Cr0S/LmQk= +github.com/google/go-github/v61 v61.0.0 h1:VwQCBwhyE9JclCI+22/7mLB1PuU9eowCXKY5pNlu1go= +github.com/google/go-github/v61 v61.0.0/go.mod h1:0WR+KmsWX75G2EbpyGsGmradjo3IiciuI4BmdVCobQY= 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=