diff --git a/github/api.go b/github/api.go index 030d7f9..fab7e5a 100644 --- a/github/api.go +++ b/github/api.go @@ -3,7 +3,7 @@ package github import ( "context" - "github.com/google/go-github/v62/github" + "github.com/google/go-github/v63/github" ) // APIClient is an interface that wraps the GitHub API client. diff --git a/github/github.go b/github/github.go index 77c0a02..140e334 100644 --- a/github/github.go +++ b/github/github.go @@ -8,7 +8,7 @@ import ( "net/url" "strings" - "github.com/google/go-github/v62/github" + "github.com/google/go-github/v63/github" "golang.org/x/oauth2" ) diff --git a/github/github_test.go b/github/github_test.go index 04dafa6..cc3ad36 100644 --- a/github/github_test.go +++ b/github/github_test.go @@ -6,7 +6,7 @@ import ( "fmt" "testing" - "github.com/google/go-github/v62/github" + "github.com/google/go-github/v63/github" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" "github.com/thegeeklab/wp-github-comment/github/mocks" diff --git a/github/mocks/mock_IssueService.go b/github/mocks/mock_IssueService.go index dd7e9be..6288b3d 100644 --- a/github/mocks/mock_IssueService.go +++ b/github/mocks/mock_IssueService.go @@ -5,7 +5,7 @@ package mocks import ( context "context" - github "github.com/google/go-github/v62/github" + github "github.com/google/go-github/v63/github" mock "github.com/stretchr/testify/mock" ) diff --git a/go.mod b/go.mod index 17a5c6f..aeb743d 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/thegeeklab/wp-github-comment go 1.22 require ( - github.com/google/go-github/v62 v62.0.0 + github.com/google/go-github/v63 v63.0.0 github.com/rs/zerolog v1.33.0 github.com/stretchr/testify v1.9.0 github.com/thegeeklab/wp-plugin-go/v3 v3.0.4 diff --git a/go.sum b/go.sum index c98c2c6..7c71829 100644 --- a/go.sum +++ b/go.sum @@ -15,8 +15,8 @@ github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5x 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/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/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-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=