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

Update module github.com/google/go-github/v56 to v57 (#2899)

This commit is contained in:
renovate[bot]
2023-12-02 15:19:39 +01:00
committed by GitHub
parent 1caccdc977
commit 621eed6205
6 changed files with 12 additions and 23 deletions

View File

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