From 5c17f152eba6d6fc4f6c28f3d0008a4fb387c887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:45:08 +0000 Subject: [PATCH] deps(deps): bump github.com/keiailab/operator-commons Bumps [github.com/keiailab/operator-commons](https://github.com/keiailab/operator-commons) from 0.6.0 to 0.7.0. - [Changelog](https://github.com/keiailab/operator-commons/blob/main/CHANGELOG.md) - [Commits](https://github.com/keiailab/operator-commons/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/keiailab/operator-commons dependency-version: 0.7.0 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 417738bb..f3c0f2ac 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/keiailab/mongodb-operator go 1.25.10 require ( - github.com/keiailab/operator-commons v0.6.0 + github.com/keiailab/operator-commons v0.7.0 github.com/onsi/ginkgo/v2 v2.28.3 github.com/onsi/gomega v1.40.0 github.com/prometheus/client_golang v1.23.2 diff --git a/go.sum b/go.sum index 2e23feb1..2c978cbe 100644 --- a/go.sum +++ b/go.sum @@ -105,8 +105,8 @@ github.com/joshdk/go-junit v1.0.0 h1:S86cUKIdwBHWwA6xCmFlf3RTLfVXYQfvanM5Uh+K6GE github.com/joshdk/go-junit v1.0.0/go.mod h1:TiiV0PqkaNfFXjEiyjWM3XXrhVyCa1K4Zfga6W52ung= github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM= github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= -github.com/keiailab/operator-commons v0.6.0 h1:JBv0dHRsE9LxiK3/Ut/OvX4MiLqF8irLReluJJIJSrk= -github.com/keiailab/operator-commons v0.6.0/go.mod h1:1tZHH/YKCuRe95jbgi2y+oKicp77Muy4du4qbkJNzAo= +github.com/keiailab/operator-commons v0.7.0 h1:+Yf9vi0mqFj72ABrwQks1+Nyr2GGx3B63nn40eapRRA= +github.com/keiailab/operator-commons v0.7.0/go.mod h1:1tZHH/YKCuRe95jbgi2y+oKicp77Muy4du4qbkJNzAo= github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao= github.com/klauspost/compress v1.18.6/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ= github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=