1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00

fix(deps): update module github.com/google/go-github/v75 to v76 (#5652)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-18 09:06:05 +02:00
committed by GitHub
parent 5aed4597ed
commit 0a5ceec40e
7 changed files with 8 additions and 8 deletions

View File

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