From c1801577548ca52d772a842aba6a532938383d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:03:49 +0000 Subject: [PATCH] Bump github.com/spotahome/kooper/v2 from 2.2.0 to 2.3.0 Bumps [github.com/spotahome/kooper/v2](https://github.com/spotahome/kooper) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/spotahome/kooper/releases) - [Changelog](https://github.com/spotahome/kooper/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotahome/kooper/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: github.com/spotahome/kooper/v2 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 46e7dd707..69732ea23 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/go-redis/redis/v8 v8.11.5 github.com/prometheus/client_golang v1.14.0 github.com/sirupsen/logrus v1.9.0 - github.com/spotahome/kooper/v2 v2.2.0 + github.com/spotahome/kooper/v2 v2.3.0 github.com/stretchr/testify v1.8.1 k8s.io/api v0.26.0 k8s.io/apiextensions-apiserver v0.26.0 diff --git a/go.sum b/go.sum index 90d8a9d4c..7714063a7 100644 --- a/go.sum +++ b/go.sum @@ -249,8 +249,8 @@ github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0 github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/spotahome/kooper/v2 v2.2.0 h1:pzE7Gcqwwd75uJpDDmyJSkSbkPTggb6VF/vljgu8Vx0= -github.com/spotahome/kooper/v2 v2.2.0/go.mod h1:ul2uK/vPBRCifCJUsxQL3+ccgj8gPETFMVtAmCRx42U= +github.com/spotahome/kooper/v2 v2.3.0 h1:Nd5ZoRLkPjW4w+49t2EtM8j0zHj8OFtlPoxvYqUbEmw= +github.com/spotahome/kooper/v2 v2.3.0/go.mod h1:ZU8jAknmUeh4AuUNgwcFxIa/QIKL8UxuQ2VTJN0MP9k= github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=