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

@@ -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"