fix(deps): update module github.com/google/go-github/v69 to v70 (#4990)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
renovate[bot]
2025-03-22 13:59:08 +01:00
committed by GitHub
parent 8d94071e2f
commit 94441f6eeb
6 changed files with 10 additions and 10 deletions

View File

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

View File

@@ -18,7 +18,7 @@ package github
import (
"testing"
"github.com/google/go-github/v69/github"
"github.com/google/go-github/v70/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/v69/github"
"github.com/google/go-github/v70/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/v69/github"
"github.com/google/go-github/v70/github"
"go.woodpecker-ci.org/woodpecker/v3/server/forge/types"
"go.woodpecker-ci.org/woodpecker/v3/server/model"