From 3e1c01259b66b67f9849099902640499d296f297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:15:50 +0000 Subject: [PATCH] build(deps): bump github.com/Unleash/unleash-client-go/v4 Bumps [github.com/Unleash/unleash-client-go/v4](https://github.com/Unleash/unleash-client-go) from 4.1.4 to 4.2.0. - [Release notes](https://github.com/Unleash/unleash-client-go/releases) - [Commits](https://github.com/Unleash/unleash-client-go/compare/v4.1.4...v4.2.0) --- updated-dependencies: - dependency-name: github.com/Unleash/unleash-client-go/v4 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 2a85e29a..9b8cc65a 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/99designs/gqlgen v0.17.64 github.com/RedHatInsights/rbac-client-go v1.0.0 github.com/RedHatInsights/tenant-utils v1.0.0 - github.com/Unleash/unleash-client-go/v4 v4.1.4 + github.com/Unleash/unleash-client-go/v4 v4.2.0 github.com/alicebob/miniredis/v2 v2.34.0 github.com/aws/aws-sdk-go v1.55.6 github.com/aws/aws-sdk-go-v2 v1.36.1 diff --git a/go.sum b/go.sum index 8d1df81d..9f2f4080 100644 --- a/go.sum +++ b/go.sum @@ -46,8 +46,8 @@ github.com/RedHatInsights/rbac-client-go v1.0.0 h1:vA6y4V/vj4T00H0+V6LxT8bKnYNjo github.com/RedHatInsights/rbac-client-go v1.0.0/go.mod h1:+7A7JULqhAnpSnWYXM4WsYol3tEoCR8AVeob0Qby3Zc= github.com/RedHatInsights/tenant-utils v1.0.0 h1:LylA40ClMyhPfPhMmCd+sKzHlbq6KAPqWsIrD8mi81w= github.com/RedHatInsights/tenant-utils v1.0.0/go.mod h1:IAxX+qWDD6/fxHdLcH0fDFHfmKaghL61BCmYGjh4pwc= -github.com/Unleash/unleash-client-go/v4 v4.1.4 h1:c/Z90s4Q/VtAlpTsPR23qV7mgBZch0yw+HXjnaqokO0= -github.com/Unleash/unleash-client-go/v4 v4.1.4/go.mod h1:k7LRAXyKeZ1DwqGaKn1KZo92e9JVlEPut4CAhutPJmU= +github.com/Unleash/unleash-client-go/v4 v4.2.0 h1:ZsH9LcJ5HYDY9/27wpoEkpMVjQRLFB7BdYR8Z6NmJaY= +github.com/Unleash/unleash-client-go/v4 v4.2.0/go.mod h1:k7LRAXyKeZ1DwqGaKn1KZo92e9JVlEPut4CAhutPJmU= github.com/agnivade/levenshtein v1.2.1 h1:EHBY3UOn1gwdy/VbFwgo4cxecRznFk7fKWN1KOX7eoM= github.com/agnivade/levenshtein v1.2.1/go.mod h1:QVVI16kDrtSuwcpd0p1+xMC6Z/VfhtCyDIjcwga4/DU= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=