Skip to content

Commit c731f0c

Browse files
authored
chore(deps): Bump github.com/hashicorp/go-retryablehttp from 0.7.7 to 0.7.8 (#214)
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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
2 parents 57a0fe2 + 13530a9 commit c731f0c

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
@@ -6,7 +6,7 @@ require (
66
github.com/datolabs-io/go-backstage/v3 v3.1.0
77
github.com/h2non/gock v1.2.0
88
github.com/hashicorp/go-cty v1.5.0
9-
github.com/hashicorp/go-retryablehttp v0.7.7
9+
github.com/hashicorp/go-retryablehttp v0.7.8
1010
github.com/hashicorp/terraform-plugin-docs v0.21.0
1111
github.com/hashicorp/terraform-plugin-framework v1.15.1
1212
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)