Skip to content

Commit 06b080f

Browse files
🌱 bump github.com/go-resty/resty/v2 from 2.17.0 to 2.17.1 (#229)
Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.17.0 to 2.17.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-resty/resty/releases">github.com/go-resty/resty/v2's releases</a>.</em></p> <blockquote> <h2>v2.17.1</h2> <h1>Release Notes</h1> <h2>Bug Fixes</h2> <ul> <li>fix: content type request header on http.NoBody type <a href="https://redirect.github.com/go-resty/resty/issues/1074">#1074</a> by <a href="https://github.com/jeevatkm"><code>@​jeevatkm</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/1079">go-resty/resty#1079</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-resty/resty/compare/v2.17.0...v2.17.1">https://github.com/go-resty/resty/compare/v2.17.0...v2.17.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-resty/resty/commit/52f3f39be72b1c68c84fc20d92082a3c217861db"><code>52f3f39</code></a> Merge pull request <a href="https://redirect.github.com/go-resty/resty/issues/1079">#1079</a> from go-resty/fix-cnt-type-hdr-on-emptybody</li> <li><a href="https://github.com/go-resty/resty/commit/16e27012fe41d722ee1f2b06086c7ff5e3f3f341"><code>16e2701</code></a> release: v2.17.1 readme update</li> <li><a href="https://github.com/go-resty/resty/commit/203bf1423aaac364d52be5cdd64c83781d2bd41f"><code>203bf14</code></a> fix: content type request header on http.NoBody type <a href="https://redirect.github.com/go-resty/resty/issues/1074">#1074</a></li> <li><a href="https://github.com/go-resty/resty/commit/061e449403cfb8c6580866fe30ef6ed914f0c5bb"><code>061e449</code></a> chore: version bump to v2.17.1</li> <li>See full diff in <a href="https://github.com/go-resty/resty/compare/v2.17.0...v2.17.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-resty/resty/v2&package-manager=go_modules&previous-version=2.17.0&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14f8b85 commit 06b080f

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
@@ -3,7 +3,7 @@ module github.com/linode/linode-cosi-driver
33
go 1.25.4
44

55
require (
6-
github.com/go-resty/resty/v2 v2.17.0
6+
github.com/go-resty/resty/v2 v2.17.1
77
github.com/google/uuid v1.6.0
88
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
99
github.com/linode/linodego v1.61.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
99
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
1010
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
1111
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
12-
github.com/go-resty/resty/v2 v2.17.0 h1:pW9DeXcaL4Rrym4EZ8v7L19zZiIlWPg5YXAcVmt+gN0=
13-
github.com/go-resty/resty/v2 v2.17.0/go.mod h1:kCKZ3wWmwJaNc7S29BRtUhJwy7iqmn+2mLtQrOyQlVA=
12+
github.com/go-resty/resty/v2 v2.17.1 h1:x3aMpHK1YM9e4va/TMDRlusDDoZiQ+ViDu/WpA6xTM4=
13+
github.com/go-resty/resty/v2 v2.17.1/go.mod h1:kCKZ3wWmwJaNc7S29BRtUhJwy7iqmn+2mLtQrOyQlVA=
1414
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
1515
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
1616
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=

0 commit comments

Comments
 (0)