chore(deps): update module github.com/swaggo/swag to v1.16.2 #11

Open
renovate wants to merge 1 commits from renovate/github.com-swaggo-swag-1.x into master
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/swaggo/swag require minor v1.8.8 -> v1.16.2

Release Notes

swaggo/swag (github.com/swaggo/swag)

v1.16.2

Compare Source

Changelog

v1.8.12

Compare Source

Changelog

v1.8.11

Compare Source

Changelog

v1.8.10

Compare Source

Changelog

f916213 Do not parse operations in dependency (#​1432)
6d18e7a chore: update version (#​1449)
1789c00 enable build support for macOS arm64 (#​1448)
f617051 fix multi level nesting parametrization(#​1435)
0d72fbd fix: string cutset method usage (#​1406)
7433f87 gocritic comment should match error bugfix. (#​1443)
00dd8cb style: remove duplicate space (#​1436)

v1.8.9

Compare Source

Changelog

a10fb9a Just optimize code about parsing extensions (#​1399)
4ccbeaf chore: increment version (#​1423)
8139731 chore: parse escaped double colon (\:) example struct tag (#​1402)
2c530ea chore: release candidate (#​1403)
e3151c1 chore: release candidate (#​1404)
e50db3e enhancement for enums (#​1400)
7c20f30 feat: parse only specific extension tag (#​1219)
80d5221 feat: support json tags in embedded structs (#​1396)
4519064 feat: use enums in request (#​1417)
9a4fa5d fix issue 1414 (#​1419)
30684a2 fix parsing bug affected by fmt (#​1398)
7867c24 fix: don't error on empty comment line (#​1415)
dfce6c8 parse self-nested generic struct (#​1420)
ba5df82 record token.FileSet for every file so that the position of parsing error can be acquired (#​1393)
3fe9ca2 revert docker login-action (#​1405)


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/swaggo/swag](https://github.com/swaggo/swag) | require | minor | `v1.8.8` -> `v1.16.2` | --- ### Release Notes <details> <summary>swaggo/swag (github.com/swaggo/swag)</summary> ### [`v1.16.2`](https://github.com/swaggo/swag/releases/tag/v1.16.2) [Compare Source](https://github.com/swaggo/swag/compare/v1.16.1...v1.16.2) #### Changelog - [`f05ccdc`](https://github.com/swaggo/swag/commit/f05ccdc) add byte check before and after file is formatted ([#&#8203;1637](https://github.com/swaggo/swag/issues/1637)) - [`7534a13`](https://github.com/swaggo/swag/commit/7534a13) add cli flag --pdl to determine whether parse operations in dependency ([#&#8203;1605](https://github.com/swaggo/swag/issues/1605)) - [`21d34e2`](https://github.com/swaggo/swag/commit/21d34e2) add retract to fix proxy cache caused by accidentally pushed tags ([#&#8203;1562](https://github.com/swaggo/swag/issues/1562)) - [`b2f325f`](https://github.com/swaggo/swag/commit/b2f325f) chore(deps): bump github.com/gin-gonic/gin ([#&#8203;1598](https://github.com/swaggo/swag/issues/1598)) - [`8e5b314`](https://github.com/swaggo/swag/commit/8e5b314) chore(deps): bump github.com/gin-gonic/gin in /example/celler ([#&#8203;1599](https://github.com/swaggo/swag/issues/1599)) - [`c8372f6`](https://github.com/swaggo/swag/commit/c8372f6) chore(deps): bump github.com/gin-gonic/gin in /example/go-module-support ([#&#8203;1600](https://github.com/swaggo/swag/issues/1600)) - [`23c9b5c`](https://github.com/swaggo/swag/commit/23c9b5c) chore(deps): bump gopkg.in/yaml.v3 ([#&#8203;1663](https://github.com/swaggo/swag/issues/1663)) - [`8ebf32f`](https://github.com/swaggo/swag/commit/8ebf32f) docs(readme): fix param brace ([#&#8203;1647](https://github.com/swaggo/swag/issues/1647)) - [`27b27bd`](https://github.com/swaggo/swag/commit/27b27bd) enchancement: report which property is triggering a parsing error ([#&#8203;1439](https://github.com/swaggo/swag/issues/1439)) - [`d0f9dc5`](https://github.com/swaggo/swag/commit/d0f9dc5) feat: add --packagePrefix=P for only parse packages matched by prefix P ([#&#8203;1582](https://github.com/swaggo/swag/issues/1582)) - [`1bf0078`](https://github.com/swaggo/swag/commit/1bf0078) feat: global security ([#&#8203;1620](https://github.com/swaggo/swag/issues/1620)) - [`9f128b4`](https://github.com/swaggo/swag/commit/9f128b4) feat: preserve file permission when write formatted files ([#&#8203;1636](https://github.com/swaggo/swag/issues/1636)) - [`ea35767`](https://github.com/swaggo/swag/commit/ea35767) fix bug: enums of underscored number ([#&#8203;1581](https://github.com/swaggo/swag/issues/1581)) - [`0cee1c5`](https://github.com/swaggo/swag/commit/0cee1c5) fix required params parsing for routes with multiple paths and multiple params ([#&#8203;1621](https://github.com/swaggo/swag/issues/1621)) - [`e73a0d0`](https://github.com/swaggo/swag/commit/e73a0d0) fix using tab (\t) as separator for custom type names ([#&#8203;1594](https://github.com/swaggo/swag/issues/1594)) - [`4536bf2`](https://github.com/swaggo/swag/commit/4536bf2) fix: enums in body got parse incorrectly ([#&#8203;1625](https://github.com/swaggo/swag/issues/1625)) - [`e749ad5`](https://github.com/swaggo/swag/commit/e749ad5) fix: lint error for generated docs.go ([#&#8203;1583](https://github.com/swaggo/swag/issues/1583)) - [`575963e`](https://github.com/swaggo/swag/commit/575963e) parse binary literal const ([#&#8203;1593](https://github.com/swaggo/swag/issues/1593)) - [`fe971d2`](https://github.com/swaggo/swag/commit/fe971d2) parser: if all tags negate return true on no hits ([#&#8203;1624](https://github.com/swaggo/swag/issues/1624)) - [`e9d0aa5`](https://github.com/swaggo/swag/commit/e9d0aa5) yaml.v3 security patch ([#&#8203;1664](https://github.com/swaggo/swag/issues/1664)) ### [`v1.8.12`](https://github.com/swaggo/swag/releases/tag/v1.8.12) [Compare Source](https://github.com/swaggo/swag/compare/v1.8.11...v1.8.12) #### Changelog - [`122a2e2`](https://github.com/swaggo/swag/commit/122a2e2) FIX generics like type JSON\[K,V string] map\[K]V ([#&#8203;1509](https://github.com/swaggo/swag/issues/1509)) - [`ea779b8`](https://github.com/swaggo/swag/commit/ea779b8) chore: drop support for go 1.16 ([#&#8203;1518](https://github.com/swaggo/swag/issues/1518)) - [`c9bca77`](https://github.com/swaggo/swag/commit/c9bca77) fix field of enum type as formdata ([#&#8203;1511](https://github.com/swaggo/swag/issues/1511)) ### [`v1.8.11`](https://github.com/swaggo/swag/releases/tag/v1.8.11) [Compare Source](https://github.com/swaggo/swag/compare/v1.8.10...v1.8.11) #### Changelog - [`9a0a669`](https://github.com/swaggo/swag/commit/9a0a669) Added file data type ([#&#8203;1424](https://github.com/swaggo/swag/issues/1424)) - [`37f466e`](https://github.com/swaggo/swag/commit/37f466e) Support externalDocs annotation comment ([#&#8203;1468](https://github.com/swaggo/swag/issues/1468)) - [`19ddb4d`](https://github.com/swaggo/swag/commit/19ddb4d) Use form tags when available ([#&#8203;1422](https://github.com/swaggo/swag/issues/1422)) - [`0524687`](https://github.com/swaggo/swag/commit/0524687) additional error message when parsing type definition ([#&#8203;1488](https://github.com/swaggo/swag/issues/1488)) - [`b47f4ef`](https://github.com/swaggo/swag/commit/b47f4ef) chore(deps): bump golang.org/x/net ([#&#8203;1492](https://github.com/swaggo/swag/issues/1492)) - [`85a35b4`](https://github.com/swaggo/swag/commit/85a35b4) chore(deps): bump golang.org/x/net in /example/celler ([#&#8203;1495](https://github.com/swaggo/swag/issues/1495)) - [`efd70ff`](https://github.com/swaggo/swag/commit/efd70ff) chore(deps): bump golang.org/x/net in /example/go-module-support ([#&#8203;1494](https://github.com/swaggo/swag/issues/1494)) - [`9dbff61`](https://github.com/swaggo/swag/commit/9dbff61) chore(deps): bump golang.org/x/net in /example/markdown ([#&#8203;1491](https://github.com/swaggo/swag/issues/1491)) - [`fcffae2`](https://github.com/swaggo/swag/commit/fcffae2) chore(deps): bump golang.org/x/net in /example/object-map-example ([#&#8203;1493](https://github.com/swaggo/swag/issues/1493)) - [`09f373f`](https://github.com/swaggo/swag/commit/09f373f) chore(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 ([#&#8203;1473](https://github.com/swaggo/swag/issues/1473)) - [`0472c53`](https://github.com/swaggo/swag/commit/0472c53) chore(deps): bump golang.org/x/text in /example/celler ([#&#8203;1472](https://github.com/swaggo/swag/issues/1472)) - [`9faf8b3`](https://github.com/swaggo/swag/commit/9faf8b3) chore(deps): bump golang.org/x/text in /example/go-module-support ([#&#8203;1474](https://github.com/swaggo/swag/issues/1474)) - [`aa3e8d5`](https://github.com/swaggo/swag/commit/aa3e8d5) chore: update deprecated options in goreleaser.yml for 1.4.x compatibility ([#&#8203;1450](https://github.com/swaggo/swag/issues/1450)) - [`aaa681e`](https://github.com/swaggo/swag/commit/aaa681e) chore: update version.go ([#&#8203;1507](https://github.com/swaggo/swag/issues/1507)) - [`f56e0bb`](https://github.com/swaggo/swag/commit/f56e0bb) feat: ADD collection format flag ([#&#8203;1482](https://github.com/swaggo/swag/issues/1482)) - [`f475da2`](https://github.com/swaggo/swag/commit/f475da2) feat: add packageName option for docs.go ([#&#8203;1442](https://github.com/swaggo/swag/issues/1442)) - [`d2bc3d0`](https://github.com/swaggo/swag/commit/d2bc3d0) fix alias type of generic with multi formal params ([#&#8203;1505](https://github.com/swaggo/swag/issues/1505)) - [`8445e75`](https://github.com/swaggo/swag/commit/8445e75) fix generic type that has more than 2 params with only one constraint type ([#&#8203;1506](https://github.com/swaggo/swag/issues/1506)) - [`9e4a292`](https://github.com/swaggo/swag/commit/9e4a292) fix: generated doc.go first line cmt leading dot ([#&#8203;1480](https://github.com/swaggo/swag/issues/1480)) - [`566b8af`](https://github.com/swaggo/swag/commit/566b8af) if the top type name is any or interface{}, don't use allOf ([#&#8203;1421](https://github.com/swaggo/swag/issues/1421)) - [`3f0a4b0`](https://github.com/swaggo/swag/commit/3f0a4b0) support form tag ([#&#8203;1502](https://github.com/swaggo/swag/issues/1502)) ### [`v1.8.10`](https://github.com/swaggo/swag/releases/tag/v1.8.10) [Compare Source](https://github.com/swaggo/swag/compare/v1.8.9...v1.8.10) #### Changelog [`f916213`](https://github.com/swaggo/swag/commit/f916213) Do not parse operations in dependency ([#&#8203;1432](https://github.com/swaggo/swag/issues/1432)) [`6d18e7a`](https://github.com/swaggo/swag/commit/6d18e7a) chore: update version ([#&#8203;1449](https://github.com/swaggo/swag/issues/1449)) [`1789c00`](https://github.com/swaggo/swag/commit/1789c00) enable build support for macOS arm64 ([#&#8203;1448](https://github.com/swaggo/swag/issues/1448)) [`f617051`](https://github.com/swaggo/swag/commit/f617051) fix multi level nesting parametrization([#&#8203;1435](https://github.com/swaggo/swag/issues/1435)) [`0d72fbd`](https://github.com/swaggo/swag/commit/0d72fbd) fix: string cutset method usage ([#&#8203;1406](https://github.com/swaggo/swag/issues/1406)) [`7433f87`](https://github.com/swaggo/swag/commit/7433f87) gocritic comment should match error bugfix. ([#&#8203;1443](https://github.com/swaggo/swag/issues/1443)) [`00dd8cb`](https://github.com/swaggo/swag/commit/00dd8cb) style: remove duplicate space ([#&#8203;1436](https://github.com/swaggo/swag/issues/1436)) ### [`v1.8.9`](https://github.com/swaggo/swag/releases/tag/v1.8.9) [Compare Source](https://github.com/swaggo/swag/compare/v1.8.8...v1.8.9) #### Changelog [`a10fb9a`](https://github.com/swaggo/swag/commit/a10fb9a) Just optimize code about parsing extensions ([#&#8203;1399](https://github.com/swaggo/swag/issues/1399)) [`4ccbeaf`](https://github.com/swaggo/swag/commit/4ccbeaf) chore: increment version ([#&#8203;1423](https://github.com/swaggo/swag/issues/1423)) [`8139731`](https://github.com/swaggo/swag/commit/8139731) chore: parse escaped double colon (\\:) example struct tag ([#&#8203;1402](https://github.com/swaggo/swag/issues/1402)) [`2c530ea`](https://github.com/swaggo/swag/commit/2c530ea) chore: release candidate ([#&#8203;1403](https://github.com/swaggo/swag/issues/1403)) [`e3151c1`](https://github.com/swaggo/swag/commit/e3151c1) chore: release candidate ([#&#8203;1404](https://github.com/swaggo/swag/issues/1404)) [`e50db3e`](https://github.com/swaggo/swag/commit/e50db3e) enhancement for enums ([#&#8203;1400](https://github.com/swaggo/swag/issues/1400)) [`7c20f30`](https://github.com/swaggo/swag/commit/7c20f30) feat: parse only specific extension tag ([#&#8203;1219](https://github.com/swaggo/swag/issues/1219)) [`80d5221`](https://github.com/swaggo/swag/commit/80d5221) feat: support json tags in embedded structs ([#&#8203;1396](https://github.com/swaggo/swag/issues/1396)) [`4519064`](https://github.com/swaggo/swag/commit/4519064) feat: use enums in request ([#&#8203;1417](https://github.com/swaggo/swag/issues/1417)) [`9a4fa5d`](https://github.com/swaggo/swag/commit/9a4fa5d) fix issue 1414 ([#&#8203;1419](https://github.com/swaggo/swag/issues/1419)) [`30684a2`](https://github.com/swaggo/swag/commit/30684a2) fix parsing bug affected by fmt ([#&#8203;1398](https://github.com/swaggo/swag/issues/1398)) [`7867c24`](https://github.com/swaggo/swag/commit/7867c24) fix: don't error on empty comment line ([#&#8203;1415](https://github.com/swaggo/swag/issues/1415)) [`dfce6c8`](https://github.com/swaggo/swag/commit/dfce6c8) parse self-nested generic struct ([#&#8203;1420](https://github.com/swaggo/swag/issues/1420)) [`ba5df82`](https://github.com/swaggo/swag/commit/ba5df82) record token.FileSet for every file so that the position of parsing error can be acquired ([#&#8203;1393](https://github.com/swaggo/swag/issues/1393)) [`3fe9ca2`](https://github.com/swaggo/swag/commit/3fe9ca2) revert docker login-action ([#&#8203;1405](https://github.com/swaggo/swag/issues/1405)) </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4wIiwidXBkYXRlZEluVmVyIjoiMzYuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate added the
dependencies
label 2022-11-24 00:02:33 +00:00
renovate added 1 commit 2022-11-24 00:02:34 +00:00
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing Details
b69395dd03
chore(deps): update module github.com/swaggo/swag to v1.8.8
renovate force-pushed renovate/github.com-swaggo-swag-1.x from b69395dd03 to 6572aadebe 2022-11-24 08:02:18 +00:00 Compare
renovate force-pushed renovate/github.com-swaggo-swag-1.x from 6572aadebe to d3a8d74714 2022-11-24 16:02:02 +00:00 Compare
renovate changed title from chore(deps): update module github.com/swaggo/swag to v1.8.8 to chore(deps): update module github.com/swaggo/swag to v1.8.9 2022-12-16 00:02:31 +00:00
Author
Contributor

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: gitea.dwysokinski.me/twhelp/sessions/internal/router/rest imports
	gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/docs: cannot find module providing package gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/docs
go: gitea.dwysokinski.me/twhelp/sessions/internal/router/rest tested by
	gitea.dwysokinski.me/twhelp/sessions/internal/router/rest.test imports
	gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/mock
go: gitea.dwysokinski.me/twhelp/sessions/internal/service tested by
	gitea.dwysokinski.me/twhelp/sessions/internal/service.test imports
	gitea.dwysokinski.me/twhelp/sessions/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/sessions/internal/service/internal/mock

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -d -t ./... go: gitea.dwysokinski.me/twhelp/sessions/internal/router/rest imports gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/docs: cannot find module providing package gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/docs go: gitea.dwysokinski.me/twhelp/sessions/internal/router/rest tested by gitea.dwysokinski.me/twhelp/sessions/internal/router/rest.test imports gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/sessions/internal/router/rest/internal/mock go: gitea.dwysokinski.me/twhelp/sessions/internal/service tested by gitea.dwysokinski.me/twhelp/sessions/internal/service.test imports gitea.dwysokinski.me/twhelp/sessions/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/sessions/internal/service/internal/mock ```
renovate force-pushed renovate/github.com-swaggo-swag-1.x from d3a8d74714 to a7d2b5c9f2 2022-12-16 00:02:31 +00:00 Compare
renovate force-pushed renovate/github.com-swaggo-swag-1.x from a7d2b5c9f2 to 9e9468231a 2023-01-18 08:03:00 +00:00 Compare
renovate changed title from chore(deps): update module github.com/swaggo/swag to v1.8.9 to chore(deps): update module github.com/swaggo/swag to v1.8.10 2023-01-26 00:03:24 +00:00
renovate force-pushed renovate/github.com-swaggo-swag-1.x from 9e9468231a to 1ae9e0120e 2023-01-26 00:03:25 +00:00 Compare
renovate force-pushed renovate/github.com-swaggo-swag-1.x from 1ae9e0120e to 472224ba69 2023-02-02 08:04:17 +00:00 Compare
renovate force-pushed renovate/github.com-swaggo-swag-1.x from 472224ba69 to 21abb0c5a2 2023-02-03 08:03:48 +00:00 Compare
renovate force-pushed renovate/github.com-swaggo-swag-1.x from 21abb0c5a2 to 735e83fbbd 2023-02-05 08:03:44 +00:00 Compare
renovate force-pushed renovate/github.com-swaggo-swag-1.x from 735e83fbbd to 159c69f819 2023-02-21 08:04:29 +00:00 Compare
renovate force-pushed renovate/github.com-swaggo-swag-1.x from 159c69f819 to a8b3f4af6b 2023-03-18 00:04:43 +00:00 Compare
renovate changed title from chore(deps): update module github.com/swaggo/swag to v1.8.10 to chore(deps): update module github.com/swaggo/swag to v1.8.11 2023-03-21 16:04:24 +00:00
renovate force-pushed renovate/github.com-swaggo-swag-1.x from a8b3f4af6b to afd4d2e8c6 2023-03-21 16:04:24 +00:00 Compare
renovate force-pushed renovate/github.com-swaggo-swag-1.x from afd4d2e8c6 to 1e2ba96930 2023-03-22 08:03:46 +00:00 Compare
renovate changed title from chore(deps): update module github.com/swaggo/swag to v1.8.11 to chore(deps): update module github.com/swaggo/swag to v1.8.11 [skip ci] 2023-03-27 03:52:32 +00:00
renovate changed title from chore(deps): update module github.com/swaggo/swag to v1.8.11 [skip ci] to chore(deps): update module github.com/swaggo/swag to v1.8.12 [skip ci] 2023-03-28 19:36:33 +00:00
renovate force-pushed renovate/github.com-swaggo-swag-1.x from 1e2ba96930 to 43ba8212e5 2023-03-28 19:36:33 +00:00 Compare
renovate force-pushed renovate/github.com-swaggo-swag-1.x from 43ba8212e5 to 92cbdf721b 2023-04-18 19:35:54 +00:00 Compare
renovate changed title from chore(deps): update module github.com/swaggo/swag to v1.8.12 [skip ci] to chore(deps): update module github.com/swaggo/swag to v1.16.1 [skip ci] 2023-04-18 19:35:54 +00:00
renovate force-pushed renovate/github.com-swaggo-swag-1.x from 92cbdf721b to 34e730b704 2023-04-30 07:51:41 +00:00 Compare
renovate changed title from chore(deps): update module github.com/swaggo/swag to v1.16.1 [skip ci] to chore(deps): update module github.com/swaggo/swag to v1.16.1 2023-04-30 07:51:42 +00:00
renovate force-pushed renovate/github.com-swaggo-swag-1.x from 34e730b704 to 8d016e1a3b 2023-05-12 19:35:11 +00:00 Compare
renovate force-pushed renovate/github.com-swaggo-swag-1.x from 8d016e1a3b to 1b4d8afa2b 2023-05-28 19:36:27 +00:00 Compare
renovate changed title from chore(deps): update module github.com/swaggo/swag to v1.16.1 to chore(deps): update module github.com/swaggo/swag to v1.16.2 2023-08-30 19:37:30 +00:00
renovate force-pushed renovate/github.com-swaggo-swag-1.x from 1b4d8afa2b to a4359a2412 2023-08-30 19:37:31 +00:00 Compare
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/github.com-swaggo-swag-1.x master
git pull origin renovate/github.com-swaggo-swag-1.x

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff renovate/github.com-swaggo-swag-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: twhelp/sessions#11
No description provided.