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/v58 to v59 (#3398)

This commit is contained in:
renovate[bot]
2024-02-17 09:04:33 +01:00
committed by GitHub
parent 2a580781bb
commit 4e44dd0e76
6 changed files with 7 additions and 7 deletions

View File

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