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/v61 to v62 (#3730)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-05-26 18:18:34 +02:00
committed by GitHub
parent 793cdef23d
commit bf4061b72d
6 changed files with 7 additions and 7 deletions

View File

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