fix(deps): update module github.com/google/go-github/v65 to v66 (#4205)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-07 07:56:59 +03:00
committed by GitHub
parent af265ec287
commit 254310556a
6 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ package github
import (
"fmt"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
"go.woodpecker-ci.org/woodpecker/v2/server/model"
)

View File

@@ -19,7 +19,7 @@ import (
"testing"
"github.com/franela/goblin"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
"go.woodpecker-ci.org/woodpecker/v2/server/model"
)

View File

@@ -26,7 +26,7 @@ import (
"strconv"
"strings"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
"github.com/rs/zerolog/log"
"golang.org/x/oauth2"

View File

@@ -22,7 +22,7 @@ import (
"net/http"
"strings"
"github.com/google/go-github/v65/github"
"github.com/google/go-github/v66/github"
"go.woodpecker-ci.org/woodpecker/v2/server/forge/types"
"go.woodpecker-ci.org/woodpecker/v2/server/model"