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/v57 to v58 (#3187)

This commit is contained in:
renovate[bot]
2024-01-13 08:13:22 +01:00
committed by GitHub
parent b56f4a19a7
commit 57dd88f94a
6 changed files with 7 additions and 30 deletions

View File

@@ -19,7 +19,7 @@ import (
"testing"
"github.com/franela/goblin"
"github.com/google/go-github/v57/github"
"github.com/google/go-github/v58/github"
"go.woodpecker-ci.org/woodpecker/v2/server/model"
)