From 675a7ea0e8183436307f66fef3b2c79065fe49bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:27:46 +0000 Subject: [PATCH] fix(deps): update module goa.design/goa/v3 to v3.19.1 (#161) 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 | |---|---|---|---|---|---| | [goa.design/goa/v3](https://redirect.github.com/goadesign/goa) | `v3.19.0` -> `v3.19.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/goa.design%2fgoa%2fv3/v3.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/goa.design%2fgoa%2fv3/v3.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/goa.design%2fgoa%2fv3/v3.19.0/v3.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/goa.design%2fgoa%2fv3/v3.19.0/v3.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
goadesign/goa (goa.design/goa/v3) ### [`v3.19.1`](https://redirect.github.com/goadesign/goa/releases/tag/v3.19.1) [Compare Source](https://redirect.github.com/goadesign/goa/compare/v3.19.0...v3.19.1) #### What's Changed - Properly handle serving renamed files by [@​raphael](https://redirect.github.com/raphael) in [https://github.com/goadesign/goa/pull/3593](https://redirect.github.com/goadesign/goa/pull/3593) - Property set request and response type UIDs by [@​raphael](https://redirect.github.com/raphael) in [https://github.com/goadesign/goa/pull/3596](https://redirect.github.com/goadesign/goa/pull/3596) **Full Changelog**: https://github.com/goadesign/goa/compare/v3.19.0...v3.19.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] 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/PingCAP-QE/ee-apps). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- dl/go.mod | 2 +- dl/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dl/go.mod b/dl/go.mod index 104b258..1a602f5 100644 --- a/dl/go.mod +++ b/dl/go.mod @@ -5,7 +5,7 @@ go 1.23 require ( github.com/ks3sdklib/aws-sdk-go v1.3.0 github.com/opencontainers/image-spec v1.1.0 - goa.design/goa/v3 v3.19.0 + goa.design/goa/v3 v3.19.1 gopkg.in/yaml.v3 v3.0.1 oras.land/oras-go/v2 v2.5.0 ) diff --git a/dl/go.sum b/dl/go.sum index 489b755..701cb35 100644 --- a/dl/go.sum +++ b/dl/go.sum @@ -41,8 +41,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -goa.design/goa/v3 v3.19.0 h1:veBy7uz0dzR7v8bVkV7Mcwd5si3gTVoxHUcXU1534aA= -goa.design/goa/v3 v3.19.0/go.mod h1:x6hUwtv/+E/sUzoQlCkrjXiB7ZZOgrx8r8h8rHKb6tQ= +goa.design/goa/v3 v3.19.1 h1:jpV3LEy7YANzPMwm++Lu17RoThRJgXrPxdEM0A1nlOE= +goa.design/goa/v3 v3.19.1/go.mod h1:astNE9ube0YCxqq7DQkt1MtLxB/b3kRPEFkEZovcO2I= golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0= golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=