From 0c24389b7ee3bf8ddb481b8f0e58779558f3cdd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 06:37:24 +0000 Subject: [PATCH] build(deps): bump github.com/appleboy/go-httpretry from 0.7.0 to 0.11.0 Bumps [github.com/appleboy/go-httpretry](https://github.com/appleboy/go-httpretry) from 0.7.0 to 0.11.0. - [Release notes](https://github.com/appleboy/go-httpretry/releases) - [Commits](https://github.com/appleboy/go-httpretry/compare/v0.7.0...v0.11.0) --- updated-dependencies: - dependency-name: github.com/appleboy/go-httpretry dependency-version: 0.11.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 cca9acc..ca18b04 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module example go 1.25 require ( - github.com/appleboy/go-httpretry v0.7.0 + github.com/appleboy/go-httpretry v0.11.0 github.com/google/uuid v1.6.0 github.com/joho/godotenv v1.5.1 golang.org/x/oauth2 v0.34.0 diff --git a/go.sum b/go.sum index 81fc062..f99536e 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/appleboy/go-httpretry v0.7.0 h1:0UVeIMXR6ngB7iyc6e8C1qsv3aPoIOf9J3DJPyzv/kg= -github.com/appleboy/go-httpretry v0.7.0/go.mod h1:96v1IO6wg1+S10iFbOM3O8rn2vkFw8+uH4mDPhGoz+E= +github.com/appleboy/go-httpretry v0.11.0 h1:LI2kFDBI9ghxIip9dJz3uRMEVEwSSOC1bjS177QCi+w= +github.com/appleboy/go-httpretry v0.11.0/go.mod h1:96v1IO6wg1+S10iFbOM3O8rn2vkFw8+uH4mDPhGoz+E= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=