From dda0812bea60f12e927cf3441eecfdb2edefc10e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 14 Apr 2021 13:30:20 +0000 Subject: [PATCH] fix(deps): update module github.com/google/go-github/v31 to v35 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0f49e7d..a58fe23 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/reviewdog/inviter go 1.14 require ( - github.com/google/go-github/v31 v31.0.0 + github.com/google/go-github/v35 v35.0.0 golang.org/x/oauth2 v0.0.0-20210216194517-16ff1888fd2e )