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/v64 to v65 (#4185)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-05 15:46:36 +03:00
committed by GitHub
parent d78cb9ed71
commit bc74af507e
6 changed files with 7 additions and 7 deletions

View File

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