From 6e6759b5feb1591bb18ed5dfba929ad7912f332f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:33:08 +0000 Subject: [PATCH] build(deps): bump github.com/sethvargo/go-retry from 0.3.0 to 0.4.0 Bumps [github.com/sethvargo/go-retry](https://github.com/sethvargo/go-retry) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/sethvargo/go-retry/releases) - [Commits](https://github.com/sethvargo/go-retry/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: github.com/sethvargo/go-retry dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3740b7c..c2d53f3 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/onsi/ginkgo/v2 v2.32.0 github.com/onsi/gomega v1.42.1 github.com/sethvargo/go-envconfig v1.3.1 - github.com/sethvargo/go-retry v0.3.0 + github.com/sethvargo/go-retry v0.4.0 golang.org/x/sync v0.22.0 golang.org/x/vuln v1.6.0 google.golang.org/api v0.289.0 diff --git a/go.sum b/go.sum index 3175134..27a457e 100644 --- a/go.sum +++ b/go.sum @@ -257,6 +257,8 @@ github.com/sethvargo/go-envconfig v1.3.1 h1:4z8XkT9qRakkKn2tiEwOX59V3TLeFCE6dhO9 github.com/sethvargo/go-envconfig v1.3.1/go.mod h1:JLd0KFWQYzyENqnEPWWZ49i4vzZo/6nRidxI8YvGiHw= github.com/sethvargo/go-retry v0.3.0 h1:EEt31A35QhrcRZtrYFDTBg91cqZVnFL2navjDrah2SE= github.com/sethvargo/go-retry v0.3.0/go.mod h1:mNX17F0C/HguQMyMyJxcnU471gOZGxCLyYaFyAZraas= +github.com/sethvargo/go-retry v0.4.0 h1:9qy1OoIAxBL+gBYnkTnTnWle5wlfsXQlwRzIbbpdqPw= +github.com/sethvargo/go-retry v0.4.0/go.mod h1:tvsjdKG6xfiCx4LSiUZ06kcv38xvdVQwv8R6/VnnVWg= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=