fix(deps): update module github.com/google/go-github/v72 to v73 (#5285)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-29 08:17:14 +03:00
committed by GitHub
co-authored by lnx01
parent 53783d773e
commit 43d7455983
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ package github
import (
"fmt"
"github.com/google/go-github/v72/github"
"github.com/google/go-github/v73/github"
"go.woodpecker-ci.org/woodpecker/v3/server/model"
)
+1 -1
View File
@@ -18,7 +18,7 @@ package github
import (
"testing"
"github.com/google/go-github/v72/github"
"github.com/google/go-github/v73/github"
"github.com/stretchr/testify/assert"
"go.woodpecker-ci.org/woodpecker/v3/server/model"
+1 -1
View File
@@ -27,7 +27,7 @@ import (
"strings"
"time"
"github.com/google/go-github/v72/github"
"github.com/google/go-github/v73/github"
"github.com/rs/zerolog/log"
"golang.org/x/oauth2"
+1 -1
View File
@@ -22,7 +22,7 @@ import (
"net/http"
"strings"
"github.com/google/go-github/v72/github"
"github.com/google/go-github/v73/github"
"go.woodpecker-ci.org/woodpecker/v3/server/forge/types"
"go.woodpecker-ci.org/woodpecker/v3/server/model"