From 6bd2e708f5a2ac7c5cbe6440681a3dbfe969ab28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:21:31 +0000 Subject: [PATCH] Bump github.com/PuerkitoBio/rehttp from 1.3.0 to 1.4.0 Bumps [github.com/PuerkitoBio/rehttp](https://github.com/PuerkitoBio/rehttp) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/PuerkitoBio/rehttp/releases) - [Commits](https://github.com/PuerkitoBio/rehttp/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/rehttp 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 86bfdce..3dae00b 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/Khan/genqlient v0.6.0 - github.com/PuerkitoBio/rehttp v1.3.0 + github.com/PuerkitoBio/rehttp v1.4.0 github.com/superfly/graphql v0.2.4 github.com/superfly/macaroon v0.2.10 go.opentelemetry.io/otel v1.23.1 diff --git a/go.sum b/go.sum index b50cd4f..4c0b603 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/Khan/genqlient v0.6.0 h1:Bwb1170ekuNIVIwTJEqvO8y7RxBxXu639VJOkKSrwAk= github.com/Khan/genqlient v0.6.0/go.mod h1:rvChwWVTqXhiapdhLDV4bp9tz/Xvtewwkon4DpWWCRM= -github.com/PuerkitoBio/rehttp v1.3.0 h1:w54Pb72MQn2eJrSdPsvGqXlAfiK1+NMTGDrOJJ4YvSU= -github.com/PuerkitoBio/rehttp v1.3.0/go.mod h1:LUwKPoDbDIA2RL5wYZCNsQ90cx4OJ4AWBmq6KzWZL1s= +github.com/PuerkitoBio/rehttp v1.4.0 h1:rIN7A2s+O9fmHUM1vUcInvlHj9Ysql4hE+Y0wcl/xk8= +github.com/PuerkitoBio/rehttp v1.4.0/go.mod h1:LUwKPoDbDIA2RL5wYZCNsQ90cx4OJ4AWBmq6KzWZL1s= github.com/agnivade/levenshtein v1.0.1/go.mod h1:CURSv5d9Uaml+FovSIICkLbAUZ9S4RqaHDIsdSBg7lM= github.com/alecthomas/assert/v2 v2.3.0 h1:mAsH2wmvjsuvyBvAmCtm7zFsBlb8mIHx5ySLVdDZXL0= github.com/alecthomas/assert/v2 v2.3.0/go.mod h1:pXcQ2Asjp247dahGEmsZ6ru0UVwnkhktn7S0bBDLxvQ=