chore(deps): update module github.com/swaggo/swag to v1.8.5 (#46)
All checks were successful
continuous-integration/drone/push Build is passing

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/swaggo/swag](https://github.com/swaggo/swag) | require | patch | `v1.8.4` -> `v1.8.5` |

---

### Release Notes

<details>
<summary>swaggo/swag</summary>

### [`v1.8.5`](https://github.com/swaggo/swag/releases/tag/v1.8.5)

[Compare Source](https://github.com/swaggo/swag/compare/v1.8.4...v1.8.5)

##### Changelog

[`2f148dd`](https://github.com/swaggo/swag/commit/2f148dd) Extended generics support ([#&#8203;1277](https://github.com/swaggo/swag/issues/1277))
[`23661ef`](https://github.com/swaggo/swag/commit/23661ef) chore: set CGO_ENABLED=0  for goreleaser to avoid dynamic linking ([#&#8203;1293](https://github.com/swaggo/swag/issues/1293))
[`732c087`](https://github.com/swaggo/swag/commit/732c087) doc: add function scoped struct declaration example ([#&#8203;1296](https://github.com/swaggo/swag/issues/1296))
[`45f01a1`](https://github.com/swaggo/swag/commit/45f01a1) feat: add function scoped struct parse ([#&#8203;1283](https://github.com/swaggo/swag/issues/1283))
[`cf03796`](https://github.com/swaggo/swag/commit/cf03796) feat: get swagger instance from register ([#&#8203;1298](https://github.com/swaggo/swag/issues/1298))
[`af1c525`](https://github.com/swaggo/swag/commit/af1c525) fix: Go generics cannot find common package object type definition ([#&#8203;1281](https://github.com/swaggo/swag/issues/1281))
[`9d34a76`](https://github.com/swaggo/swag/commit/9d34a76) fix: Nested generic fields not fully working, if generic type is from… ([#&#8203;1305](https://github.com/swaggo/swag/issues/1305))

</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE3My4xIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-authored-by: Dawid Wysokiński <contact@dwysokinski.me>
Reviewed-on: twhelp/core#46
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
This commit is contained in:
renovate 2022-08-26 03:34:23 +00:00 committed by Dawid Wysokiński
parent cbdf6a79d8
commit 3ea31a3095
4 changed files with 6 additions and 6 deletions

2
go.mod
View File

@ -17,7 +17,7 @@ require (
github.com/ory/dockertest/v3 v3.9.1
github.com/stretchr/testify v1.8.0
github.com/swaggo/http-swagger v1.3.3
github.com/swaggo/swag v1.8.4
github.com/swaggo/swag v1.8.5
github.com/uptrace/bun v1.1.7
github.com/uptrace/bun/dbfixture v1.1.7
github.com/uptrace/bun/dialect/pgdialect v1.1.7

4
go.sum
View File

@ -197,8 +197,8 @@ github.com/swaggo/files v0.0.0-20220610200504-28940afbdbfe h1:K8pHPVoTgxFJt1lXuI
github.com/swaggo/files v0.0.0-20220610200504-28940afbdbfe/go.mod h1:lKJPbtWzJ9JhsTN1k1gZgleJWY/cqq0psdoMmaThG3w=
github.com/swaggo/http-swagger v1.3.3 h1:Hu5Z0L9ssyBLofaama21iYaF2VbWyA8jdohaaCGpHsc=
github.com/swaggo/http-swagger v1.3.3/go.mod h1:sE+4PjD89IxMPm77FnkDz0sdO+p5lbXzrVWT6OTVVGo=
github.com/swaggo/swag v1.8.4 h1:oGB351qH1JqUqK1tsMYEE5qTBbPk394BhsZxmUfebcI=
github.com/swaggo/swag v1.8.4/go.mod h1:jMLeXOOmYyjk8PvHTsXBdrubsNd9gUJTTCzL5iBnseg=
github.com/swaggo/swag v1.8.5 h1:7NgtfXsXE+jrcOwRyiftGKW7Ppydj7tZiVenuRf1fE4=
github.com/swaggo/swag v1.8.5/go.mod h1:jMLeXOOmYyjk8PvHTsXBdrubsNd9gUJTTCzL5iBnseg=
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc h1:9lRDQMhESg+zvGYmW5DyG0UqvY96Bu5QYsTLvCHdrgo=
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc/go.mod h1:bciPuU6GHm1iF1pBvUfxfsH0Wmnc2VbpgvbI9ZWuIRs=

View File

@ -5,7 +5,7 @@ go 1.19
require (
github.com/golangci/golangci-lint v1.49.0
github.com/maxbrunsfeld/counterfeiter/v6 v6.5.0
github.com/swaggo/swag v1.8.4
github.com/swaggo/swag v1.8.5
)
require (

View File

@ -538,8 +538,8 @@ github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PK
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/subosito/gotenv v1.4.0 h1:yAzM1+SmVcz5R4tXGsNMu1jUl2aOJXoiWUCEwwnGrvs=
github.com/subosito/gotenv v1.4.0/go.mod h1:mZd6rFysKEcUhUHXJk0C/08wAgyDBFuwEYL7vWWGaGo=
github.com/swaggo/swag v1.8.4 h1:oGB351qH1JqUqK1tsMYEE5qTBbPk394BhsZxmUfebcI=
github.com/swaggo/swag v1.8.4/go.mod h1:jMLeXOOmYyjk8PvHTsXBdrubsNd9gUJTTCzL5iBnseg=
github.com/swaggo/swag v1.8.5 h1:7NgtfXsXE+jrcOwRyiftGKW7Ppydj7tZiVenuRf1fE4=
github.com/swaggo/swag v1.8.5/go.mod h1:jMLeXOOmYyjk8PvHTsXBdrubsNd9gUJTTCzL5iBnseg=
github.com/sylvia7788/contextcheck v1.0.6 h1:o2EZgVPyMKE/Mtoqym61DInKEjwEbsmyoxg3VrmjNO4=
github.com/sylvia7788/contextcheck v1.0.6/go.mod h1:9XDxwvxyuKD+8N+a7Gs7bfWLityh5t70g/GjdEt2N2M=
github.com/tdakkota/asciicheck v0.1.1 h1:PKzG7JUTUmVspQTDqtkX9eSiLGossXTybutHwTXuO0A=