Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 45dec2d

Browse files
fix(deps): update module github.com/go-resty/resty/v2 to v2.13.1 (#7)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-resty/resty/v2](https://togithub.com/go-resty/resty) | `v2.12.0` -> `v2.13.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-resty%2fresty%2fv2/v2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-resty%2fresty%2fv2/v2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-resty%2fresty%2fv2/v2.12.0/v2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-resty%2fresty%2fv2/v2.12.0/v2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>go-resty/resty (github.com/go-resty/resty/v2)</summary> ### [`v2.13.1`](https://togithub.com/go-resty/resty/releases/tag/v2.13.1) [Compare Source](https://togithub.com/go-resty/resty/compare/v2.13.0...v2.13.1) ### Release Notes #### Fixes - fix: correct resty version number which was missed in the previous release by [@&#8203;jeevatkm](https://togithub.com/jeevatkm) in [https://github.com/go-resty/resty/pull/793](https://togithub.com/go-resty/resty/pull/793) **Full Changelog**: go-resty/resty@v2.13.0...v2.13.1 ### [`v2.13.0`](https://togithub.com/go-resty/resty/releases/tag/v2.13.0) [Compare Source](https://togithub.com/go-resty/resty/compare/v2.12.0...v2.13.0) ### Release Notes #### Enhancements - build: update github actions by [@&#8203;segevda](https://togithub.com/segevda) in [https://github.com/go-resty/resty/pull/785](https://togithub.com/go-resty/resty/pull/785) - update dependency golang.org/x/net and codecov ci integration by [@&#8203;jeevatkm](https://togithub.com/jeevatkm) in [https://github.com/go-resty/resty/pull/792](https://togithub.com/go-resty/resty/pull/792) #### Bug Fixes - fix: digest auth by [@&#8203;phw](https://togithub.com/phw) in [https://github.com/go-resty/resty/pull/789](https://togithub.com/go-resty/resty/pull/789) #### New Contributors - [@&#8203;phw](https://togithub.com/phw) made their first contribution in [https://github.com/go-resty/resty/pull/789](https://togithub.com/go-resty/resty/pull/789) **Full Changelog**: go-resty/resty@v2.12.0...v2.13.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/anza-labs/lke-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcmVhL2RlcGVuZGVuY3kiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2bc8718 commit 45dec2d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.3
44

55
require (
66
github.com/go-logr/logr v1.4.1
7-
github.com/go-resty/resty/v2 v2.12.0
7+
github.com/go-resty/resty/v2 v2.13.1
88
github.com/linode/linodego v1.33.1
99
go.opentelemetry.io/otel v1.26.0
1010
go.opentelemetry.io/otel/trace v1.26.0

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,8 @@ github.com/go-playground/validator/v10 v10.18.0 h1:BvolUXjp4zuvkZ5YN5t7ebzbhlUtP
388388
github.com/go-playground/validator/v10 v10.18.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
389389
github.com/go-resty/resty/v2 v2.12.0 h1:rsVL8P90LFvkUYq/V5BTVe203WfRIU4gvcf+yfzJzGA=
390390
github.com/go-resty/resty/v2 v2.12.0/go.mod h1:o0yGPrkS3lOe1+eFajk6kBW8ScXzwU3hD69/gt2yB/0=
391+
github.com/go-resty/resty/v2 v2.13.1 h1:x+LHXBI2nMB1vqndymf26quycC4aggYJ7DECYbiz03g=
392+
github.com/go-resty/resty/v2 v2.13.1/go.mod h1:GznXlLxkq6Nh4sU59rPmUw3VtgpO3aS96ORAI6Q7d+0=
391393
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
392394
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
393395
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=

0 commit comments

Comments
 (0)