From a57854a9c46b96b139f1d85af0d8c80d75166e44 Mon Sep 17 00:00:00 2001 From: Paulo Canilho Date: Fri, 12 Dec 2025 18:05:39 +0100 Subject: [PATCH] chore: bumped `go-github` dependency --- README.md | 2 +- cmd/ghait/main.go | 2 +- ghait.go | 2 +- go.mod | 2 +- go.sum | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3369d4b..cdf9488 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ import ( "log" "github.com/isometry/ghait" - "github.com/google/go-github/v79/github" + "github.com/google/go-github/v80/github" ) func main() { diff --git a/cmd/ghait/main.go b/cmd/ghait/main.go index f65a2ba..dac00c8 100644 --- a/cmd/ghait/main.go +++ b/cmd/ghait/main.go @@ -8,7 +8,7 @@ import ( "os" "strings" - "github.com/google/go-github/v79/github" + "github.com/google/go-github/v80/github" "github.com/mitchellh/mapstructure" "github.com/spf13/cobra" "github.com/spf13/viper" diff --git a/ghait.go b/ghait.go index 9437b02..08ca968 100644 --- a/ghait.go +++ b/ghait.go @@ -13,7 +13,7 @@ import ( "github.com/bradleyfalzon/ghinstallation/v2" "github.com/gofri/go-github-ratelimit/v2/github_ratelimit" - "github.com/google/go-github/v79/github" + "github.com/google/go-github/v80/github" "github.com/isometry/ghait/provider" ) diff --git a/go.mod b/go.mod index 6311411..867ae8b 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/bradleyfalzon/ghinstallation/v2 v2.17.0 github.com/gofri/go-github-ratelimit/v2 v2.0.2 github.com/golang-jwt/jwt/v4 v4.5.2 - github.com/google/go-github/v79 v79.0.0 + github.com/google/go-github/v80 v80.0.0 github.com/hashicorp/vault/api v1.22.0 github.com/mitchellh/mapstructure v1.5.0 github.com/spf13/cobra v1.10.1 diff --git a/go.sum b/go.sum index b4b805c..e458e58 100644 --- a/go.sum +++ b/go.sum @@ -86,8 +86,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/go-github/v75 v75.0.0 h1:k7q8Bvg+W5KxRl9Tjq16a9XEgVY1pwuiG5sIL7435Ic= github.com/google/go-github/v75 v75.0.0/go.mod h1:H3LUJEA1TCrzuUqtdAQniBNwuKiQIqdGKgBo1/M/uqI= -github.com/google/go-github/v79 v79.0.0 h1:MdodQojuFPBhmtwHiBcIGLw/e/wei2PvFX9ndxK0X4Y= -github.com/google/go-github/v79 v79.0.0/go.mod h1:OAFbNhq7fQwohojb06iIIQAB9CBGYLq999myfUFnrS4= +github.com/google/go-github/v80 v80.0.0 h1:BTyk3QOHekrk5VF+jIGz1TNEsmeoQG9K/UWaaP+EWQs= +github.com/google/go-github/v80 v80.0.0/go.mod h1:pRo4AIMdHW83HNMGfNysgSAv0vmu+/pkY8nZO9FT9Yo= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= github.com/google/s2a-go v0.1.9 h1:LGD7gtMgezd8a/Xak7mEWL0PjoTQFvpRudN895yqKW0=