diff --git a/cmd/cleanup-stale-branches-action/github.go b/cmd/cleanup-stale-branches-action/github.go index df1d539..f71b924 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/v67/github" + "github.com/google/go-github/v68/github" ) type GitHubAPI interface { diff --git a/cmd/cleanup-stale-branches-action/main.go b/cmd/cleanup-stale-branches-action/main.go index 2d5baac..c8e10c9 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/v67/github" + "github.com/google/go-github/v68/github" "golang.org/x/oauth2" ) diff --git a/go.mod b/go.mod index 4dabe7c..23063c7 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/v67 v67.0.0 + github.com/google/go-github/v68 v68.0.0 golang.org/x/oauth2 v0.24.0 ) diff --git a/go.sum b/go.sum index 9e7f743..244d988 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/v67 v67.0.0 h1:g11NDAmfaBaCO8qYdI9fsmbaRipHNWRIU/2YGvlh4rg= -github.com/google/go-github/v67 v67.0.0/go.mod h1:zH3K7BxjFndr9QSeFibx4lTKkYS3K9nDanoI1NjaOtY= +github.com/google/go-github/v68 v68.0.0 h1:ZW57zeNZiXTdQ16qrDiZ0k6XucrxZ2CGmoTvcCyQG6s= +github.com/google/go-github/v68 v68.0.0/go.mod h1:K9HAUBovM2sLwM408A18h+wd9vqdLOEqTUCbnRIcx68= 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=