From a2bac52a044f857eaed47b7e9e6ca62f4e8b0a49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:32:02 +0000 Subject: [PATCH] Update module github.com/gofri/go-github-ratelimit to v2 --- go.mod | 5 +++-- go.sum | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 165e6a6..d732f66 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,10 @@ module github.com/mmlb/each-commit-green -go 1.19 +go 1.23.0 require ( - github.com/gofri/go-github-ratelimit v1.0.2 + github.com/gofri/go-github-ratelimit v1.1.1 + github.com/gofri/go-github-ratelimit/v2 v2.0.2 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..436c262 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,8 @@ 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/gofri/go-github-ratelimit/v2 v2.0.2/go.mod h1:YBQt4gTbdcbMjJFT05YFEaECwH78P5b0IwrnbLiHGdE= 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=