Skip to content

Commit d4d67d6

Browse files
🌱 bump github.com/go-resty/resty/v2 from 2.16.5 to 2.17.0 (#225)
Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.16.5 to 2.17.0. <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.0</h2> <h1>Release Notes</h1> <h2>Bug Fixes</h2> <ul> <li>Fix off-by-one error in key/value resolution by <a href="https://github.com/mbsulliv"><code>@​mbsulliv</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/975">go-resty/resty#975</a></li> <li>Fix/missing content length header on empty post req by <a href="https://github.com/Libero-Dev"><code>@​Libero-Dev</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/1003">go-resty/resty#1003</a></li> </ul> <h2>Backport</h2> <ul> <li>backport: potential wrong total time in trace info from PR <a href="https://redirect.github.com/go-resty/resty/issues/1017">#1017</a> by <a href="https://github.com/git-hulk"><code>@​git-hulk</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/1018">go-resty/resty#1018</a></li> <li>backport: negative trace substraction when using SetTimeout by <a href="https://github.com/nicolasbeauvais"><code>@​nicolasbeauvais</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/1065">go-resty/resty#1065</a></li> </ul> <h2>Release Updates</h2> <ul> <li>For v2.17.0 release by <a href="https://github.com/jeevatkm"><code>@​jeevatkm</code></a> in <a href="https://redirect.github.com/go-resty/resty/pull/1066">go-resty/resty#1066</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mbsulliv"><code>@​mbsulliv</code></a> made their first contribution in <a href="https://redirect.github.com/go-resty/resty/pull/975">go-resty/resty#975</a></li> <li><a href="https://github.com/Libero-Dev"><code>@​Libero-Dev</code></a> made their first contribution in <a href="https://redirect.github.com/go-resty/resty/pull/1003">go-resty/resty#1003</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-resty/resty/compare/v2.16.5...v2.17.0">https://github.com/go-resty/resty/compare/v2.16.5...v2.17.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-resty/resty/commit/d4c3576f5ef3fc680c7fdd2a620cf1b11dbbc2fe"><code>d4c3576</code></a> Merge pull request <a href="https://redirect.github.com/go-resty/resty/issues/1066">#1066</a> from go-resty/for-v2.17.0-release</li> <li><a href="https://github.com/go-resty/resty/commit/645227113b760d4038845cc3c9eecf450de62d54"><code>6452271</code></a> chore: update readme for release v2.17.0</li> <li><a href="https://github.com/go-resty/resty/commit/2eab9592503255e569f38660cf5e34fdc91851ec"><code>2eab959</code></a> ci: update go version 1.23.0</li> <li><a href="https://github.com/go-resty/resty/commit/795d6c22c4d07935360b3b0d6e65fe640f7c7d97"><code>795d6c2</code></a> chore: update go.mod package versions</li> <li><a href="https://github.com/go-resty/resty/commit/b10a1aa229311f0b68fb948ced53f3ad08871169"><code>b10a1aa</code></a> backport: negative trace substraction when using SetTimeout (<a href="https://redirect.github.com/go-resty/resty/issues/1065">#1065</a>)</li> <li><a href="https://github.com/go-resty/resty/commit/2b771ba9876863c8de9c28c6811584529d51caaf"><code>2b771ba</code></a> backport: potential worng total time in trace info for invalid request from P...</li> <li><a href="https://github.com/go-resty/resty/commit/39c56b9ac6804b4a7060f17085c90df258b4e1d4"><code>39c56b9</code></a> fix: enforce content length header when body is nil and client specifies SetC...</li> <li><a href="https://github.com/go-resty/resty/commit/47780b1e6da0c910b6534ed82c5f706893687716"><code>47780b1</code></a> fix: off-by-one error in key/value resolution (<a href="https://redirect.github.com/go-resty/resty/issues/975">#975</a>)</li> <li>See full diff in <a href="https://github.com/go-resty/resty/compare/v2.16.5...v2.17.0">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.16.5&new-version=2.17.0)](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 0744dd9 commit d4d67d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.0
44

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

go.sum

Lines changed: 4 additions & 4 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.16.5 h1:hBKqmWrr7uRc3euHVqmh1HTHcKn99Smr7o5spptdhTM=
13-
github.com/go-resty/resty/v2 v2.16.5/go.mod h1:hkJtXbA2iKHzJheXYvQ8snQES5ZLGKMwQ07xAwp/fiA=
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=
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=
@@ -79,8 +79,8 @@ golang.org/x/sys v0.37.0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ=
7979
golang.org/x/sys v0.37.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
8080
golang.org/x/text v0.30.0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k=
8181
golang.org/x/text v0.30.0/go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM=
82-
golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U=
83-
golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
82+
golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=
83+
golang.org/x/time v0.12.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
8484
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
8585
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
8686
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=

0 commit comments

Comments
 (0)