1
0
mirror of https://codeberg.org/crowci/crow.git synced 2025-08-12 06:02:53 +03:00

fix(deps): update module github.com/google/go-github/v63 to v64 (#4073)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-01 17:41:02 +02:00
committed by GitHub
parent d02c6b7266
commit 8e0af15e85
6 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ import (
"strconv"
"strings"
"github.com/google/go-github/v63/github"
"github.com/google/go-github/v64/github"
"github.com/rs/zerolog/log"
"golang.org/x/oauth2"