1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00

Bump google/go-github to v57 (#28514)

This commit is contained in:
Yevhen Pavlov
2023-12-18 23:42:04 +02:00
committed by GitHub
parent 4ea522fecf
commit cd2ff6e83d
6 changed files with 13 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ import (
"strings"
"syscall"
"github.com/google/go-github/v53/github"
"github.com/google/go-github/v57/github"
"github.com/urfave/cli/v2"
"gopkg.in/yaml.v3"
)