Skip to content

Commit 88c4a2b

Browse files
committed
Update swaggo/http-swagger to v1.1.1
1 parent e7413d7 commit 88c4a2b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ make docker.run
4242
| [net/http](https://golang.org/pkg/net/http/) | `v1.16.6` | core |
4343
| [gorilla/mux](https://github.com/gorilla/mux) | `v1.8.0` | router |
4444
| [auth0/go-jwt-middleware](https://github.com/auth0/go-jwt-middleware) | `v1.0.1` | middleware |
45-
| [swaggo/http-swagger](https://github.com/swaggo/http-swagger) | `v1.0.0` | middleware |
45+
| [swaggo/http-swagger](https://github.com/swaggo/http-swagger) | `v1.1.1` | middleware |
4646
| [stretchr/testify](https://github.com/stretchr/testify) | `v1.7.0` | tests |
4747
| [golang-jwt/jwt](https://github.com/golang-jwt/jwt) | `v4.0.0` | auth |
4848
| [joho/godotenv](https://github.com/joho/godotenv) | `v1.3.0` | config |

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ require (
1212
github.com/jackc/pgx/v4 v4.13.0
1313
github.com/jmoiron/sqlx v1.3.4
1414
github.com/joho/godotenv v1.3.0
15-
github.com/swaggo/http-swagger v1.0.0
15+
github.com/swaggo/http-swagger v1.1.1
1616
github.com/swaggo/swag v1.7.0
1717
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
183183
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
184184
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14 h1:PyYN9JH5jY9j6av01SpfRMb+1DWg/i3MbGOKPxJ2wjM=
185185
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14/go.mod h1:gxQT6pBGRuIGunNf/+tSOB5OHvguWi8Tbt82WOkf35E=
186-
github.com/swaggo/http-swagger v1.0.0 h1:ksYgVBCYmAaxFsGVGojlPROgYfiQQSllETTWMtHJHTo=
187-
github.com/swaggo/http-swagger v1.0.0/go.mod h1:cKIcshBU9yEAnfWv6ZzVKSsEf8h5ozxB8/zHQWyOQ/8=
186+
github.com/swaggo/http-swagger v1.1.1 h1:7cBYOcF/TS0Nx5uA6oOP9DfFV5RYogpazzK1IUmQUII=
187+
github.com/swaggo/http-swagger v1.1.1/go.mod h1:cKIcshBU9yEAnfWv6ZzVKSsEf8h5ozxB8/zHQWyOQ/8=
188188
github.com/swaggo/swag v1.7.0 h1:5bCA/MTLQoIqDXXyHfOpMeDvL9j68OY/udlK4pQoo4E=
189189
github.com/swaggo/swag v1.7.0/go.mod h1:BdPIL73gvS9NBsdi7M1JOxLvlbfvNRaBP8m6WT6Aajo=
190190
github.com/urfave/cli/v2 v2.3.0/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI=

0 commit comments

Comments
 (0)