From f080531cd026bda472a09807b100993f69b33471 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 05:31:49 +0000 Subject: [PATCH] fix(deps): update module github.com/google/go-github/v60 to v61 --- go.mod | 2 +- scripts/trigger-depup/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index dc72a301..0d605f29 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/bradleyfalzon/ghinstallation/v2 v2.10.0 github.com/golang/protobuf v1.5.4 github.com/google/go-cmp v0.6.0 - github.com/google/go-github/v60 v60.0.0 + github.com/google/go-github/v61 v61.0.0 github.com/google/go-github/v61 v61.0.0 github.com/haya14busa/go-actions-toolkit v0.0.0-20200105081403-ca0307860f01 github.com/haya14busa/secretbox v0.0.0-20180525171038-07c7ecf409f5 diff --git a/scripts/trigger-depup/go.mod b/scripts/trigger-depup/go.mod index 318d07bf..0e8fe132 100644 --- a/scripts/trigger-depup/go.mod +++ b/scripts/trigger-depup/go.mod @@ -3,7 +3,7 @@ module github.com/reviewdog/reviewdog/scripts/trigger-depup go 1.21 require ( - github.com/google/go-github/v60 v60.0.0 + github.com/google/go-github/v61 v61.0.0 github.com/google/go-github/v61 v61.0.0 golang.org/x/oauth2 v0.19.0 )