fix(deps): update module github.com/google/go-github/v62 to v63 (#3910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-07-14 07:58:35 +02:00
committed by GitHub
parent 660368e1da
commit 8aef8d2af9
6 changed files with 7 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ package github
import (
"fmt"
"github.com/google/go-github/v62/github"
"github.com/google/go-github/v63/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/v62/github"
"github.com/google/go-github/v63/github"
"go.woodpecker-ci.org/woodpecker/v2/server/model"
)

View File

@@ -26,7 +26,7 @@ import (
"strconv"
"strings"
"github.com/google/go-github/v62/github"
"github.com/google/go-github/v63/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/v62/github"
"github.com/google/go-github/v63/github"
"go.woodpecker-ci.org/woodpecker/v2/server/forge/types"
"go.woodpecker-ci.org/woodpecker/v2/server/model"