fix(deps): update module github.com/google/go-github/v77 to v78 (#5739)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-08 19:47:19 +01:00
committed by GitHub
parent df941c788a
commit 6d48274e07
7 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ package github
import (
"fmt"
"github.com/google/go-github/v77/github"
"github.com/google/go-github/v78/github"
"go.woodpecker-ci.org/woodpecker/v3/server/model"
)

View File

@@ -18,7 +18,7 @@ package github
import (
"testing"
"github.com/google/go-github/v77/github"
"github.com/google/go-github/v78/github"
"github.com/stretchr/testify/assert"
"go.woodpecker-ci.org/woodpecker/v3/server/model"

View File

@@ -27,7 +27,7 @@ import (
"strings"
"time"
"github.com/google/go-github/v77/github"
"github.com/google/go-github/v78/github"
"github.com/rs/zerolog/log"
"golang.org/x/oauth2"

View File

@@ -22,7 +22,7 @@ import (
"testing"
"github.com/gin-gonic/gin"
"github.com/google/go-github/v77/github"
"github.com/google/go-github/v78/github"
gh_mock "github.com/migueleliasweb/go-github-mock/src/mock"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"

View File

@@ -22,7 +22,7 @@ import (
"net/http"
"strings"
"github.com/google/go-github/v77/github"
"github.com/google/go-github/v78/github"
"go.woodpecker-ci.org/woodpecker/v3/server/forge/common"
"go.woodpecker-ci.org/woodpecker/v3/server/forge/types"