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

Merged
Kichiyaki merged 2 commits from renovate/github.com-swaggo-swag-1.x into master 2022-09-18 10:13:26 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/swaggo/swag require patch v1.8.5 -> v1.8.6

Release Notes

swaggo/swag

v1.8.6

Compare Source

Changelog

bc895ed Fix formatting crosstalk (#​1317)
c9385a8 build a docker image and push to ghcr.io (#​1329)
5fbb18f chore: update version (#​1330)
cf1c4a7 fix: Generic Fields does not handle Arrays (#​1311)
b8f53da fix: Generic Fields does not handle Arrays in the .swaggo file (#​1322)
2cd7ab5 fix: Generics not detected if name does not contain a pkg path (#​1328)
007219f fix: funcDeclaration body check (#​1310)
e7ccdf4 refactor func splitStructName (#​1313)


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, click this checkbox.

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 | patch | `v1.8.5` -> `v1.8.6` | --- ### Release Notes <details> <summary>swaggo/swag</summary> ### [`v1.8.6`](https://github.com/swaggo/swag/releases/tag/v1.8.6) [Compare Source](https://github.com/swaggo/swag/compare/v1.8.5...v1.8.6) ##### Changelog [`bc895ed`](https://github.com/swaggo/swag/commit/bc895ed) Fix formatting crosstalk ([#&#8203;1317](https://github.com/swaggo/swag/issues/1317)) [`c9385a8`](https://github.com/swaggo/swag/commit/c9385a8) build a docker image and push to ghcr.io ([#&#8203;1329](https://github.com/swaggo/swag/issues/1329)) [`5fbb18f`](https://github.com/swaggo/swag/commit/5fbb18f) chore: update version ([#&#8203;1330](https://github.com/swaggo/swag/issues/1330)) [`cf1c4a7`](https://github.com/swaggo/swag/commit/cf1c4a7) fix: Generic Fields does not handle Arrays ([#&#8203;1311](https://github.com/swaggo/swag/issues/1311)) [`b8f53da`](https://github.com/swaggo/swag/commit/b8f53da) fix: Generic Fields does not handle Arrays in the .swaggo file ([#&#8203;1322](https://github.com/swaggo/swag/issues/1322)) [`2cd7ab5`](https://github.com/swaggo/swag/commit/2cd7ab5) fix: Generics not detected if name does not contain a pkg path ([#&#8203;1328](https://github.com/swaggo/swag/issues/1328)) [`007219f`](https://github.com/swaggo/swag/commit/007219f) fix: funcDeclaration body check ([#&#8203;1310](https://github.com/swaggo/swag/issues/1310)) [`e7ccdf4`](https://github.com/swaggo/swag/commit/e7ccdf4) refactor func splitStructName ([#&#8203;1313](https://github.com/swaggo/swag/issues/1313)) </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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4zIn0=-->
renovate added the
dependencies
label 2022-09-17 20:00:54 +00:00
renovate added 1 commit 2022-09-17 20:00:54 +00:00
chore(deps): update module github.com/swaggo/swag to v1.8.6
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
2e0c284638
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: downloading gitea.dwysokinski.me/Kichiyaki/chizap v0.2.1
go: downloading github.com/google/go-cmp v0.5.9
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.10.0
go: downloading go.opentelemetry.io/otel/exporters/jaeger v1.10.0
gitea.dwysokinski.me/twhelp/core/internal/router/rest imports
	gitea.dwysokinski.me/twhelp/core/internal/router/rest/internal/docs: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/router/rest/internal/docs
gitea.dwysokinski.me/twhelp/core/internal/msg tested by
	gitea.dwysokinski.me/twhelp/core/internal/msg.test imports
	gitea.dwysokinski.me/twhelp/core/internal/msg/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/msg/internal/mock
gitea.dwysokinski.me/twhelp/core/internal/router/rest tested by
	gitea.dwysokinski.me/twhelp/core/internal/router/rest.test imports
	gitea.dwysokinski.me/twhelp/core/internal/router/rest/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/router/rest/internal/mock
gitea.dwysokinski.me/twhelp/core/internal/service tested by
	gitea.dwysokinski.me/twhelp/core/internal/service.test imports
	gitea.dwysokinski.me/twhelp/core/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/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: downloading gitea.dwysokinski.me/Kichiyaki/chizap v0.2.1 go: downloading github.com/google/go-cmp v0.5.9 go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.10.0 go: downloading go.opentelemetry.io/otel/exporters/jaeger v1.10.0 gitea.dwysokinski.me/twhelp/core/internal/router/rest imports gitea.dwysokinski.me/twhelp/core/internal/router/rest/internal/docs: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/router/rest/internal/docs gitea.dwysokinski.me/twhelp/core/internal/msg tested by gitea.dwysokinski.me/twhelp/core/internal/msg.test imports gitea.dwysokinski.me/twhelp/core/internal/msg/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/msg/internal/mock gitea.dwysokinski.me/twhelp/core/internal/router/rest tested by gitea.dwysokinski.me/twhelp/core/internal/router/rest.test imports gitea.dwysokinski.me/twhelp/core/internal/router/rest/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/router/rest/internal/mock gitea.dwysokinski.me/twhelp/core/internal/service tested by gitea.dwysokinski.me/twhelp/core/internal/service.test imports gitea.dwysokinski.me/twhelp/core/internal/service/internal/mock: cannot find module providing package gitea.dwysokinski.me/twhelp/core/internal/service/internal/mock ```
Kichiyaki added 1 commit 2022-09-18 10:02:14 +00:00
chore(deps): update module github.com/swaggo/swag to v1.8.6
All checks were successful
continuous-integration/drone/pr Build is passing
1eda99dfa5
Kichiyaki merged commit 427d1f8755 into master 2022-09-18 10:13:26 +00:00
Kichiyaki deleted branch renovate/github.com-swaggo-swag-1.x 2022-09-18 10:13:26 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.