Skip to content

Commit 396ff84

Browse files
build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.7 to 0.7.8 (#466)
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.7 to 0.7.8. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/go-retryablehttp/commit/e1f5485fe84728709b857cb89e17088894c301d6"><code>e1f5485</code></a> Add a new RateLimitLinearJitterBackoff policy</li> <li><a href="https://github.com/hashicorp/go-retryablehttp/commit/b0cac1ef80e92ba5bd0d6617235fe983dff27946"><code>b0cac1e</code></a> Merge pull request <a href="https://redirect.github.com/hashicorp/go-retryablehttp/issues/262">#262</a> from hashicorp/dependabot-intge</li> <li><a href="https://github.com/hashicorp/go-retryablehttp/commit/66c110b37fbdb23b2ef9c2a3eb71b85d7601ecc2"><code>66c110b</code></a> few new parameters added to dependabot.yml</li> <li><a href="https://github.com/hashicorp/go-retryablehttp/commit/25b39e69a193a739b20477dbe1d4e689d7866b81"><code>25b39e6</code></a> IND-3836 additions of new parameters to dependabot.yml</li> <li><a href="https://github.com/hashicorp/go-retryablehttp/commit/eeac125589f6462de57f01c1ef6aa7a8349bc44e"><code>eeac125</code></a> add comment for bodyType param in client.Post</li> <li><a href="https://github.com/hashicorp/go-retryablehttp/commit/390c1d807b1dfda09c64e992bdd5e58a00daa698"><code>390c1d8</code></a> Merge pull request <a href="https://redirect.github.com/hashicorp/go-retryablehttp/issues/254">#254</a> from hashicorp/compliance/add-headers</li> <li><a href="https://github.com/hashicorp/go-retryablehttp/commit/f4d7325ba245f2e7205942138ff05e4f7ad19f0d"><code>f4d7325</code></a> [COMPLIANCE] Add Copyright and License Headers</li> <li><a href="https://github.com/hashicorp/go-retryablehttp/commit/a881d6ca9ddac3703edc3aab85644651589d98ef"><code>a881d6c</code></a> Merge pull request <a href="https://redirect.github.com/hashicorp/go-retryablehttp/issues/251">#251</a> from hashicorp/build-test</li> <li><a href="https://github.com/hashicorp/go-retryablehttp/commit/9c1b40b160e2ac9f49356a2cb63bc1abd51fd4ca"><code>9c1b40b</code></a> go-version matrix updated</li> <li><a href="https://github.com/hashicorp/go-retryablehttp/commit/e3867e3a529efb7e3cdcfbe10f07e67ab7f645c2"><code>e3867e3</code></a> resolved comments</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/go-retryablehttp/compare/v0.7.7...v0.7.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/go-retryablehttp&package-manager=go_modules&previous-version=0.7.7&new-version=0.7.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 189bcdb commit 396ff84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/datastax/pulsar-admin-client-go v0.0.2
1010
github.com/google/uuid v1.6.0
1111
github.com/hashicorp/go-cty v1.5.0
12-
github.com/hashicorp/go-retryablehttp v0.7.7
12+
github.com/hashicorp/go-retryablehttp v0.7.8
1313
github.com/hashicorp/terraform-plugin-docs v0.21.0
1414
github.com/hashicorp/terraform-plugin-framework v1.15.0
1515
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ github.com/hashicorp/go-plugin v1.3.0/go.mod h1:F9eH4LrE/ZsRdbwhfjs9k9HoDUwAHnYt
236236
github.com/hashicorp/go-plugin v1.4.0/go.mod h1:5fGEH17QVwTTcR0zV7yhDPLLmFX9YSZ38b18Udy6vYQ=
237237
github.com/hashicorp/go-plugin v1.6.3 h1:xgHB+ZUSYeuJi96WtxEjzi23uh7YQpznjGh0U0UUrwg=
238238
github.com/hashicorp/go-plugin v1.6.3/go.mod h1:MRobyh+Wc/nYy1V4KAXUiYfzxoYhs7V1mlH1Z7iY2h0=
239-
github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU=
240-
github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
239+
github.com/hashicorp/go-retryablehttp v0.7.8 h1:ylXZWnqa7Lhqpk0L1P1LzDtGcCR0rPVUrx/c8Unxc48=
240+
github.com/hashicorp/go-retryablehttp v0.7.8/go.mod h1:rjiScheydd+CxvumBsIrFKlx3iS0jrZ7LvzFGFmuKbw=
241241
github.com/hashicorp/go-safetemp v1.0.0/go.mod h1:oaerMy3BhqiTbVye6QuFhFtIceqFoDHxNAB65b+Rj1I=
242242
github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
243243
github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=

0 commit comments

Comments
 (0)