fix(deps): update module github.com/google/go-github/v58 to v59 in go.mod (main) (#4241)

* fix(deps): update module github.com/google/go-github/v58 to v59 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]
2024-02-27 23:47:57 -06:00
committed by GitHub
parent e45f9fc0b0
commit 6884238cd1
26 changed files with 39 additions and 35 deletions

View File

@@ -8,7 +8,7 @@ import (
"strings"
"github.com/bradleyfalzon/ghinstallation/v2"
"github.com/google/go-github/v58/github"
"github.com/google/go-github/v59/github"
"github.com/pkg/errors"
)