From 44c038f5a10d0d8a0ce6569a37fa590f3d213277 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 11:56:58 +0000 Subject: [PATCH] fix(deps): update module github.com/google/go-github/v60 to v61 --- go.mod | 1 + go.sum | 2 ++ scripts/trigger-depup/go.mod | 1 + scripts/trigger-depup/go.sum | 1 + 4 files changed, 5 insertions(+) diff --git a/go.mod b/go.mod index 97079b50c5..8435cd9191 100644 --- a/go.mod +++ b/go.mod @@ -11,6 +11,7 @@ require ( 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/haya14busa/go-actions-toolkit v0.0.0-20200105081403-ca0307860f01 github.com/haya14busa/secretbox v0.0.0-20180525171038-07c7ecf409f5 github.com/justinas/nosurf v1.1.1 diff --git a/go.sum b/go.sum index 5ab3c4bab0..125e2fef0a 100644 --- a/go.sum +++ b/go.sum @@ -164,8 +164,10 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-github v17.0.0+incompatible h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4rEjNlfyDHW9dolSY= github.com/google/go-github/v60 v60.0.0 h1:oLG98PsLauFvvu4D/YPxq374jhSxFYdzQGNCyONLfn8= github.com/google/go-github/v60 v60.0.0/go.mod h1:ByhX2dP9XT9o/ll2yXAu2VD8l5eNVg8hD4Cr0S/LmQk= +github.com/google/go-github/v61 v61.0.0/go.mod h1:0WR+KmsWX75G2EbpyGsGmradjo3IiciuI4BmdVCobQY= 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/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= diff --git a/scripts/trigger-depup/go.mod b/scripts/trigger-depup/go.mod index a1eef06c64..dd3c4a95d8 100644 --- a/scripts/trigger-depup/go.mod +++ b/scripts/trigger-depup/go.mod @@ -4,6 +4,7 @@ go 1.21 require ( github.com/google/go-github/v60 v60.0.0 + github.com/google/go-github/v61 v61.0.0 golang.org/x/oauth2 v0.20.0 ) diff --git a/scripts/trigger-depup/go.sum b/scripts/trigger-depup/go.sum index 160f2a556d..699c8fc303 100644 --- a/scripts/trigger-depup/go.sum +++ b/scripts/trigger-depup/go.sum @@ -3,6 +3,7 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/go-github/v60 v60.0.0 h1:oLG98PsLauFvvu4D/YPxq374jhSxFYdzQGNCyONLfn8= github.com/google/go-github/v60 v60.0.0/go.mod h1:ByhX2dP9XT9o/ll2yXAu2VD8l5eNVg8hD4Cr0S/LmQk= +github.com/google/go-github/v61 v61.0.0/go.mod h1:0WR+KmsWX75G2EbpyGsGmradjo3IiciuI4BmdVCobQY= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= golang.org/x/oauth2 v0.20.0 h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo=