mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
fix(deps): update module github.com/swaggo/swag to v1.16.2 (#2390)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/swaggo/swag](https://togithub.com/swaggo/swag) | require | patch | `v1.16.1` -> `v1.16.2` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>swaggo/swag (github.com/swaggo/swag)</summary> ### [`v1.16.2`](https://togithub.com/swaggo/swag/releases/tag/v1.16.2) [Compare Source](https://togithub.com/swaggo/swag/compare/v1.16.1...v1.16.2) #### Changelog - [`f05ccdc`](https://togithub.com/swaggo/swag/commit/f05ccdc) add byte check before and after file is formatted ([#​1637](https://togithub.com/swaggo/swag/issues/1637)) - [`7534a13`](https://togithub.com/swaggo/swag/commit/7534a13) add cli flag --pdl to determine whether parse operations in dependency ([#​1605](https://togithub.com/swaggo/swag/issues/1605)) - [`21d34e2`](https://togithub.com/swaggo/swag/commit/21d34e2) add retract to fix proxy cache caused by accidentally pushed tags ([#​1562](https://togithub.com/swaggo/swag/issues/1562)) - [`b2f325f`](https://togithub.com/swaggo/swag/commit/b2f325f) chore(deps): bump github.com/gin-gonic/gin ([#​1598](https://togithub.com/swaggo/swag/issues/1598)) - [`8e5b314`](https://togithub.com/swaggo/swag/commit/8e5b314) chore(deps): bump github.com/gin-gonic/gin in /example/celler ([#​1599](https://togithub.com/swaggo/swag/issues/1599)) - [`c8372f6`](https://togithub.com/swaggo/swag/commit/c8372f6) chore(deps): bump github.com/gin-gonic/gin in /example/go-module-support ([#​1600](https://togithub.com/swaggo/swag/issues/1600)) - [`23c9b5c`](https://togithub.com/swaggo/swag/commit/23c9b5c) chore(deps): bump gopkg.in/yaml.v3 ([#​1663](https://togithub.com/swaggo/swag/issues/1663)) - [`8ebf32f`](https://togithub.com/swaggo/swag/commit/8ebf32f) docs(readme): fix param brace ([#​1647](https://togithub.com/swaggo/swag/issues/1647)) - [`27b27bd`](https://togithub.com/swaggo/swag/commit/27b27bd) enchancement: report which property is triggering a parsing error ([#​1439](https://togithub.com/swaggo/swag/issues/1439)) - [`d0f9dc5`](https://togithub.com/swaggo/swag/commit/d0f9dc5) feat: add --packagePrefix=P for only parse packages matched by prefix P ([#​1582](https://togithub.com/swaggo/swag/issues/1582)) - [`1bf0078`](https://togithub.com/swaggo/swag/commit/1bf0078) feat: global security ([#​1620](https://togithub.com/swaggo/swag/issues/1620)) - [`9f128b4`](https://togithub.com/swaggo/swag/commit/9f128b4) feat: preserve file permission when write formatted files ([#​1636](https://togithub.com/swaggo/swag/issues/1636)) - [`ea35767`](https://togithub.com/swaggo/swag/commit/ea35767) fix bug: enums of underscored number ([#​1581](https://togithub.com/swaggo/swag/issues/1581)) - [`0cee1c5`](https://togithub.com/swaggo/swag/commit/0cee1c5) fix required params parsing for routes with multiple paths and multiple params ([#​1621](https://togithub.com/swaggo/swag/issues/1621)) - [`e73a0d0`](https://togithub.com/swaggo/swag/commit/e73a0d0) fix using tab (\t) as separator for custom type names ([#​1594](https://togithub.com/swaggo/swag/issues/1594)) - [`4536bf2`](https://togithub.com/swaggo/swag/commit/4536bf2) fix: enums in body got parse incorrectly ([#​1625](https://togithub.com/swaggo/swag/issues/1625)) - [`e749ad5`](https://togithub.com/swaggo/swag/commit/e749ad5) fix: lint error for generated docs.go ([#​1583](https://togithub.com/swaggo/swag/issues/1583)) - [`575963e`](https://togithub.com/swaggo/swag/commit/575963e) parse binary literal const ([#​1593](https://togithub.com/swaggo/swag/issues/1593)) - [`fe971d2`](https://togithub.com/swaggo/swag/commit/fe971d2) parser: if all tags negate return true on no hits ([#​1624](https://togithub.com/swaggo/swag/issues/1624)) - [`e9d0aa5`](https://togithub.com/swaggo/swag/commit/e9d0aa5) yaml.v3 security patch ([#​1664](https://togithub.com/swaggo/swag/issues/1664)) </details> --- ### 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. --- - [ ] <!-- 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/woodpecker-ci/woodpecker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b4060c26c4
commit
23f61fcc30
2 changed files with 3 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -43,7 +43,7 @@ require (
|
|||
github.com/stretchr/testify v1.8.4
|
||||
github.com/swaggo/files v1.0.1
|
||||
github.com/swaggo/gin-swagger v1.6.0
|
||||
github.com/swaggo/swag v1.16.1
|
||||
github.com/swaggo/swag v1.16.2
|
||||
github.com/tevino/abool v1.2.0
|
||||
github.com/urfave/cli/v2 v2.25.3
|
||||
github.com/xanzy/go-gitlab v0.83.0
|
||||
|
|
2
go.sum
2
go.sum
|
@ -435,6 +435,8 @@ github.com/swaggo/gin-swagger v1.6.0 h1:y8sxvQ3E20/RCyrXeFfg60r6H0Z+SwpTjMYsMm+z
|
|||
github.com/swaggo/gin-swagger v1.6.0/go.mod h1:BG00cCEy294xtVpyIAHG6+e2Qzj/xKlRdOqDkvq0uzo=
|
||||
github.com/swaggo/swag v1.16.1 h1:fTNRhKstPKxcnoKsytm4sahr8FaYzUcT7i1/3nd/fBg=
|
||||
github.com/swaggo/swag v1.16.1/go.mod h1:9/LMvHycG3NFHfR6LwvikHv5iFvmPADQ359cKikGxto=
|
||||
github.com/swaggo/swag v1.16.2 h1:28Pp+8DkQoV+HLzLx8RGJZXNGKbFqnuvSbAAtoxiY04=
|
||||
github.com/swaggo/swag v1.16.2/go.mod h1:6YzXnDcpr0767iOejs318CwYkCQqyGer6BizOg03f+E=
|
||||
github.com/syndtr/goleveldb v1.0.0 h1:fBdIW9lB4Iz0n9khmH8w27SJ3QEJ7+IgjPEwGSZiFdE=
|
||||
github.com/syndtr/goleveldb v1.0.0/go.mod h1:ZVVdQEZoIme9iO1Ch2Jdy24qqXrMMOU6lpPAyBWyWuQ=
|
||||
github.com/tevino/abool v1.2.0 h1:heAkClL8H6w+mK5md9dzsuohKeXHUpY7Vw0ZCKW+huA=
|
||||
|
|
Loading…
Reference in a new issue