From ae06dd917f1884ef86a6af60cea6d60d0ab741d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 21:15:39 +0000 Subject: [PATCH] chore(deps): update module github.com/google/go-github/v73 to v79 --- issuegenerator/go.mod | 1 + issuegenerator/go.sum | 1 + 2 files changed, 2 insertions(+) diff --git a/issuegenerator/go.mod b/issuegenerator/go.mod index ffdcc4607..23499a6ae 100644 --- a/issuegenerator/go.mod +++ b/issuegenerator/go.mod @@ -16,6 +16,7 @@ require ( require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/google/go-github/v73 v73.0.0 // indirect + github.com/google/go-github/v79 v79.0.0 // indirect github.com/google/go-querystring v1.1.0 // indirect github.com/gorilla/mux v1.8.1 // indirect github.com/kr/pretty v0.3.1 // indirect diff --git a/issuegenerator/go.sum b/issuegenerator/go.sum index ceb76a98a..eb8af3c06 100644 --- a/issuegenerator/go.sum +++ b/issuegenerator/go.sum @@ -9,6 +9,7 @@ github.com/google/go-github/v73 v73.0.0 h1:aR+Utnh+Y4mMkS+2qLQwcQ/cF9mOTpdwnzlaw github.com/google/go-github/v73 v73.0.0/go.mod h1:fa6w8+/V+edSU0muqdhCVY7Beh1M8F1IlQPZIANKIYw= github.com/google/go-github/v78 v78.0.0 h1:b1tytzFE8i//lRVDx5Qh/EdJbtTPtSVD3nF7hraEs9w= github.com/google/go-github/v78 v78.0.0/go.mod h1:Uxvdzy82AkNlC6JQ57se9TqvmgBT7RF0ouHDNg2jd6g= +github.com/google/go-github/v79 v79.0.0/go.mod h1:OAFbNhq7fQwohojb06iIIQAB9CBGYLq999myfUFnrS4= 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/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=