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/v68 to v69 (#26)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/google/go-github/v68](https://github.com/google/go-github) | require | major | `v68.0.0` -> `v69.0.0` |
This commit is contained in:
crowci-bot
2025-02-08 10:02:25 +00:00
committed by pat-s
parent 70f59a49fd
commit 19f051b0db
6 changed files with 7 additions and 7 deletions

View File

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