From b06df8c93efbee7f56aa15020be8b8ffbd2671c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:13:22 +0000 Subject: [PATCH] build(deps): update module github.com/go-resty/resty/v2 to v2.15.3 (#23) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-resty/resty/v2](https://redirect.github.com/go-resty/resty) | `v2.15.2` -> `v2.15.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-resty%2fresty%2fv2/v2.15.3?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.15.3?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.15.2/v2.15.3?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.15.2/v2.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
go-resty/resty (github.com/go-resty/resty/v2) ### [`v2.15.3`](https://redirect.github.com/go-resty/resty/releases/tag/v2.15.3) [Compare Source](https://redirect.github.com/go-resty/resty/compare/v2.15.2...v2.15.3) ### Release Notes #### Bug Fixes - fix: 'invalid memory address or nil pointer dereference' in response logger by [@​matlockx](https://redirect.github.com/matlockx) in [https://github.com/go-resty/resty/pull/872](https://redirect.github.com/go-resty/resty/pull/872) #### Documentation - For release v2.15.3 by [@​jeevatkm](https://redirect.github.com/jeevatkm) in [https://github.com/go-resty/resty/pull/874](https://redirect.github.com/go-resty/resty/pull/874) #### New Contributors - [@​matlockx](https://redirect.github.com/matlockx) made their first contribution in [https://github.com/go-resty/resty/pull/872](https://redirect.github.com/go-resty/resty/pull/872) **Full Changelog**: https://github.com/go-resty/resty/compare/v2.15.2...v2.15.3
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Michsior14/transmission-gluetun-port-update). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 12226fa..cd506d8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/Michsior14/transmission-gluetun-port-update go 1.21 require ( - github.com/go-resty/resty/v2 v2.15.2 + github.com/go-resty/resty/v2 v2.15.3 github.com/hekmon/transmissionrpc/v3 v3.0.0 ) diff --git a/go.sum b/go.sum index 608d4b5..fe92a1d 100644 --- a/go.sum +++ b/go.sum @@ -14,6 +14,8 @@ github.com/go-resty/resty/v2 v2.15.1 h1:vuna8FM2EaQ6IYbtjh+Gjh00uu7xEWuuGyTKeIaY github.com/go-resty/resty/v2 v2.15.1/go.mod h1:0fHAoK7JoBy/Ch36N8VFeMsK7xQOHhvWaC3iOktwmIU= github.com/go-resty/resty/v2 v2.15.2 h1:wLGqKU9l9tOIa2RyePoyu4ZUnDkUWfp2LZ0u6fMXExc= github.com/go-resty/resty/v2 v2.15.2/go.mod h1:0fHAoK7JoBy/Ch36N8VFeMsK7xQOHhvWaC3iOktwmIU= +github.com/go-resty/resty/v2 v2.15.3 h1:bqff+hcqAflpiF591hhJzNdkRsFhlB96CYfBwSFvql8= +github.com/go-resty/resty/v2 v2.15.3/go.mod h1:0fHAoK7JoBy/Ch36N8VFeMsK7xQOHhvWaC3iOktwmIU= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=