From ae990b6fafb488310a8bad5d8c32281115c18ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 07:11:06 +0000 Subject: [PATCH] Bump github.com/adhocore/gronx from 1.1.2 to 1.8.1 Bumps [github.com/adhocore/gronx](https://github.com/adhocore/gronx) from 1.1.2 to 1.8.1. - [Release notes](https://github.com/adhocore/gronx/releases) - [Changelog](https://github.com/adhocore/gronx/blob/main/CHANGELOG.md) - [Commits](https://github.com/adhocore/gronx/compare/v1.1.2...v1.8.1) --- updated-dependencies: - dependency-name: github.com/adhocore/gronx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 56b9673..8d402ca 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/bringg/jenkins-autoscaler go 1.22 require ( - github.com/adhocore/gronx v1.1.2 + github.com/adhocore/gronx v1.8.1 github.com/adrg/xdg v0.4.0 github.com/aws/aws-sdk-go-v2 v1.30.0 github.com/aws/aws-sdk-go-v2/config v1.27.21 diff --git a/go.sum b/go.sum index 714784d..a490446 100644 --- a/go.sum +++ b/go.sum @@ -30,8 +30,8 @@ github.com/OpenPeeDeeP/depguard/v2 v2.2.0 h1:vDfG60vDtIuf0MEOhmLlLLSzqaRM8EMcgJP github.com/OpenPeeDeeP/depguard/v2 v2.2.0/go.mod h1:CIzddKRvLBC4Au5aYP/i3nyaWQ+ClszLIuVocRiCYFQ= github.com/Shareed2k/gojenkins v0.0.0-20230110213508-e358f2d2548d h1:2oBcduxg8lQKNlfLgaxUQgnnIX96QfXUL27P1R3ZiIU= github.com/Shareed2k/gojenkins v0.0.0-20230110213508-e358f2d2548d/go.mod h1:kfW4UFryDa6Jy2d+U3dfZEG9SvwUE9mpkWDWnTE+74g= -github.com/adhocore/gronx v1.1.2 h1:Hgm+d8SyGtn+rCoDkxZq3nLNFLLkzRGR7L2ziRRD1w8= -github.com/adhocore/gronx v1.1.2/go.mod h1:7oUY1WAU8rEJWmAxXR2DN0JaO4gi9khSgKjiRypqteg= +github.com/adhocore/gronx v1.8.1 h1:F2mLTG5sB11z7vplwD4iydz3YCEjstSfYmCrdSm3t6A= +github.com/adhocore/gronx v1.8.1/go.mod h1:7oUY1WAU8rEJWmAxXR2DN0JaO4gi9khSgKjiRypqteg= github.com/adrg/xdg v0.4.0 h1:RzRqFcjH4nE5C6oTAxhBtoE2IRyjBSa62SCbyPidvls= github.com/adrg/xdg v0.4.0/go.mod h1:N6ag73EX4wyxeaoeHctc1mas01KZgsj5tYiAIwqJE/E= github.com/alecthomas/assert/v2 v2.2.2 h1:Z/iVC0xZfWTaFNE6bA3z07T86hd45Xe2eLt6WVy2bbk=