From 95d0fb6e4960061a973138ab7fd9ff903af1a44b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 16:13:32 +0000 Subject: [PATCH] fix(deps): update module github.com/google/go-github/v50 to v53 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 098b31c..e709d64 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/gofiber/fiber/v2 v2.47.0 - github.com/google/go-github/v50 v50.2.0 + github.com/google/go-github/v53 v53.2.0 github.com/google/go-github/v53 v53.2.0 )