fix(deps): update module github.com/google/go-github/v50 to v51 in go.mod (#3316)

* fix(deps): update module github.com/google/go-github/v50 to v51 in go.mod

* Update fixtures.go

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-04-11 00:36:40 -05:00
committed by GitHub
parent 625660c21a
commit 763f017169
29 changed files with 31 additions and 28 deletions

View File

@@ -4,7 +4,7 @@
package mocks
import (
github "github.com/google/go-github/v50/github"
github "github.com/google/go-github/v51/github"
pegomock "github.com/petergtz/pegomock"
models "github.com/runatlantis/atlantis/server/events/models"
"reflect"