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/v66 to v67 (#4487)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-30 08:56:17 +02:00
committed by GitHub
parent afdb9bc7c6
commit 6c641ae28d
6 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ import (
"strings"
"time"
"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/rs/zerolog/log"
"golang.org/x/oauth2"