fix(deps): update module github.com/google/go-github/v65 to v66 in go.mod (main) (#5086)

Signed-off-by: X-Guardian <simonheather99@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: X-Guardian <simonheather99@gmail.com>
This commit is contained in:
renovate[bot]
2024-11-16 14:25:31 +00:00
committed by GitHub
parent dc88ef26ea
commit fca4be1820
24 changed files with 26 additions and 26 deletions

View File

@@ -21,7 +21,7 @@ import (
"net/http"
"strings"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
"github.com/mcdafydd/go-azuredevops/azuredevops"
"github.com/microcosm-cc/bluemonday"
"github.com/pkg/errors"

View File

@@ -13,7 +13,7 @@ import (
"strings"
"testing"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
"github.com/hashicorp/go-version"
. "github.com/petergtz/pegomock/v4"

View File

@@ -25,7 +25,7 @@ import (
"strings"
"testing"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
"github.com/mcdafydd/go-azuredevops/azuredevops"
. "github.com/petergtz/pegomock/v4"
events_controllers "github.com/runatlantis/atlantis/server/controllers/events"

View File

@@ -19,7 +19,7 @@ import (
"io"
"net/http"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
)
//go:generate pegomock generate --package mocks -o mocks/mock_github_request_validator.go GithubRequestValidator

View File

@@ -4,7 +4,7 @@ import (
"errors"
"testing"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
. "github.com/petergtz/pegomock/v4"
"github.com/runatlantis/atlantis/server/core/db"
"github.com/runatlantis/atlantis/server/core/locking"

View File

@@ -17,7 +17,7 @@ import (
"fmt"
"strconv"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
"github.com/mcdafydd/go-azuredevops/azuredevops"
"github.com/pkg/errors"
"github.com/runatlantis/atlantis/server/core/config/valid"

View File

@@ -27,7 +27,7 @@ import (
"github.com/runatlantis/atlantis/server/logging"
"github.com/runatlantis/atlantis/server/metrics"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
. "github.com/petergtz/pegomock/v4"
lockingmocks "github.com/runatlantis/atlantis/server/core/locking/mocks"
"github.com/runatlantis/atlantis/server/events"

View File

@@ -24,7 +24,7 @@ import (
giteasdk "code.gitea.io/sdk/gitea"
"github.com/go-playground/validator/v10"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
lru "github.com/hashicorp/golang-lru/v2"
"github.com/mcdafydd/go-azuredevops/azuredevops"
"github.com/pkg/errors"

View File

@@ -21,7 +21,7 @@ import (
"strings"
"testing"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
"github.com/mcdafydd/go-azuredevops/azuredevops"
"github.com/mohae/deepcopy"
"github.com/runatlantis/atlantis/server/events"

View File

@@ -5,7 +5,7 @@ package mocks
import (
gitea "code.gitea.io/sdk/gitea"
github "github.com/google/go-github/v65/github"
github "github.com/google/go-github/v66/github"
azuredevops "github.com/mcdafydd/go-azuredevops/azuredevops"
pegomock "github.com/petergtz/pegomock/v4"
models "github.com/runatlantis/atlantis/server/events/models"

View File

@@ -4,7 +4,7 @@
package mocks
import (
github "github.com/google/go-github/v65/github"
github "github.com/google/go-github/v66/github"
pegomock "github.com/petergtz/pegomock/v4"
models "github.com/runatlantis/atlantis/server/events/models"
logging "github.com/runatlantis/atlantis/server/logging"

View File

@@ -4,7 +4,7 @@ import (
"errors"
"testing"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
. "github.com/petergtz/pegomock/v4"
"github.com/runatlantis/atlantis/server/core/db"
"github.com/runatlantis/atlantis/server/events"

View File

@@ -25,7 +25,7 @@ import (
"strings"
"time"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
"github.com/pkg/errors"
"github.com/runatlantis/atlantis/server/events/command"
"github.com/runatlantis/atlantis/server/events/models"

View File

@@ -9,7 +9,7 @@ import (
"strings"
"github.com/bradleyfalzon/ghinstallation/v2"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
"github.com/pkg/errors"
)

View File

@@ -3,7 +3,7 @@ package vcs
import (
"strconv"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
"github.com/runatlantis/atlantis/server/events/models"
"github.com/runatlantis/atlantis/server/logging"
"github.com/runatlantis/atlantis/server/metrics"

View File

@@ -4,7 +4,7 @@
package mocks
import (
github "github.com/google/go-github/v65/github"
github "github.com/google/go-github/v66/github"
pegomock "github.com/petergtz/pegomock/v4"
models "github.com/runatlantis/atlantis/server/events/models"
logging "github.com/runatlantis/atlantis/server/logging"

View File

@@ -22,7 +22,7 @@ import (
"testing"
"github.com/golang-jwt/jwt/v5"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
"github.com/mcdafydd/go-azuredevops/azuredevops"
)