From c8ac5c35ee1199d44337f03dff599e7f0c16db7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:29:51 +0000 Subject: [PATCH] deps(deps): bump golang.org/x/time from 0.12.0 to 0.14.0 Bumps [golang.org/x/time](https://github.com/golang/time) from 0.12.0 to 0.14.0. - [Commits](https://github.com/golang/time/compare/v0.12.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index cafa8b6..7bb81eb 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/rRateLimit/gorl -go 1.23.2 +go 1.24.0 -require golang.org/x/time v0.12.0 +require golang.org/x/time v0.14.0 diff --git a/go.sum b/go.sum index 457536c..ed7d3d5 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE= -golang.org/x/time v0.12.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg= +golang.org/x/time v0.14.0 h1:MRx4UaLrDotUKUdCIqzPC48t1Y9hANFKIRpNx+Te8PI= +golang.org/x/time v0.14.0/go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4=