From 00a285c0b38c9bd8d97e8eebc1c9248a082b6c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 01:36:51 +0000 Subject: [PATCH] Bump github.com/adhocore/gronx from 1.1.0 to 1.1.2 Bumps [github.com/adhocore/gronx](https://github.com/adhocore/gronx) from 1.1.0 to 1.1.2. - [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.0...v1.1.2) --- updated-dependencies: - dependency-name: github.com/adhocore/gronx dependency-type: direct:production update-type: version-update:semver-patch ... 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 072ca724a28..47a9b910962 100644 --- a/go.mod +++ b/go.mod @@ -39,7 +39,7 @@ replace ( require ( github.com/DATA-DOG/go-sqlmock v1.5.0 github.com/Masterminds/semver/v3 v3.1.1 - github.com/adhocore/gronx v1.1.0 + github.com/adhocore/gronx v1.1.2 github.com/ahmetb/go-linq/v3 v3.2.0 github.com/containerd/containerd v1.6.9 github.com/cppforlife/go-cli-ui v0.0.0-20220622150351-995494831c6c diff --git a/go.sum b/go.sum index c9de4240ddc..ba3787b812b 100644 --- a/go.sum +++ b/go.sum @@ -110,8 +110,8 @@ github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d h1:UrqY+r/O github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo= github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI= github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= -github.com/adhocore/gronx v1.1.0 h1:qjls/pTCp7/Hh8ltCbwqFsn8ImP3q0dV2l5AmgRoFIM= -github.com/adhocore/gronx v1.1.0/go.mod h1:7oUY1WAU8rEJWmAxXR2DN0JaO4gi9khSgKjiRypqteg= +github.com/adhocore/gronx v1.1.2 h1:Hgm+d8SyGtn+rCoDkxZq3nLNFLLkzRGR7L2ziRRD1w8= +github.com/adhocore/gronx v1.1.2/go.mod h1:7oUY1WAU8rEJWmAxXR2DN0JaO4gi9khSgKjiRypqteg= github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c= github.com/ahmetb/go-linq/v3 v3.2.0 h1:BEuMfp+b59io8g5wYzNoFe9pWPalRklhlhbiU3hYZDE= github.com/ahmetb/go-linq/v3 v3.2.0/go.mod h1:haQ3JfOeWK8HpVxMtHHEMPVgBKiYyQ+f1/kLZh/cj9U=