From fcd2e95a43cd94d81974fc7b3b2200b661fd3560 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:08:34 +0000 Subject: [PATCH] Update module github.com/gofri/go-github-ratelimit to v1.1.1 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 165e6a6..fa05bd7 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/mmlb/each-commit-green go 1.19 require ( - github.com/gofri/go-github-ratelimit v1.0.2 + github.com/gofri/go-github-ratelimit v1.1.1 github.com/google/go-github/v50 v50.1.0 golang.org/x/oauth2 v0.6.0 ) diff --git a/go.sum b/go.sum index bf0fca0..c20588b 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,7 @@ github.com/gofri/go-github-ratelimit v1.0.2 h1:KalXdUIn6YxLJtMw0WNwkPR9WomUiSUL4/rWL8PUCW0= github.com/gofri/go-github-ratelimit v1.0.2/go.mod h1:OnCi5gV+hAG/LMR7llGhU7yHt44se9sYgKPnafoL7RY= +github.com/gofri/go-github-ratelimit v1.1.1 h1:5TCOtFf45M2PjSYU17txqbiYBEzjOuK1+OhivbW69W0= +github.com/gofri/go-github-ratelimit v1.1.1/go.mod h1:wGZlBbzHmIVjwDR3pZgKY7RBTV6gsQWxLVkpfwhcMJM= github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=