1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

fix(deps): update module github.com/google/go-github/v58 to v59 (#3398)

This commit is contained in:
renovate[bot]
2024-02-17 09:04:33 +01:00
committed by GitHub
parent 2a580781bb
commit 4e44dd0e76
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/v58/github"
"github.com/google/go-github/v59/github"
"go.woodpecker-ci.org/woodpecker/v2/server/model"
)
+1 -1
View File
@@ -19,7 +19,7 @@ import (
"testing"
"github.com/franela/goblin"
"github.com/google/go-github/v58/github"
"github.com/google/go-github/v59/github"
"go.woodpecker-ci.org/woodpecker/v2/server/model"
)
+1 -1
View File
@@ -26,7 +26,7 @@ import (
"strconv"
"strings"
"github.com/google/go-github/v58/github"
"github.com/google/go-github/v59/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/v58/github"
"github.com/google/go-github/v59/github"
"go.woodpecker-ci.org/woodpecker/v2/server/forge/types"
"go.woodpecker-ci.org/woodpecker/v2/server/model"