diff --git a/README.md b/README.md index 073f0f7..c163d23 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ make docker.run | [net/http](https://golang.org/pkg/net/http/) | `v1.16.6` | core | | [gorilla/mux](https://github.com/gorilla/mux) | `v1.8.0` | router | | [auth0/go-jwt-middleware](https://github.com/auth0/go-jwt-middleware) | `v1.0.1` | middleware | -| [swaggo/http-swagger](https://github.com/swaggo/http-swagger) | `v1.0.0` | middleware | +| [swaggo/http-swagger](https://github.com/swaggo/http-swagger) | `v1.1.1` | middleware | | [stretchr/testify](https://github.com/stretchr/testify) | `v1.7.0` | tests | | [golang-jwt/jwt](https://github.com/golang-jwt/jwt) | `v4.0.0` | auth | | [joho/godotenv](https://github.com/joho/godotenv) | `v1.3.0` | config | diff --git a/go.mod b/go.mod index dc483f1..4924820 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,6 @@ require ( github.com/jackc/pgx/v4 v4.13.0 github.com/jmoiron/sqlx v1.3.4 github.com/joho/godotenv v1.3.0 - github.com/swaggo/http-swagger v1.0.0 + github.com/swaggo/http-swagger v1.1.1 github.com/swaggo/swag v1.7.0 ) diff --git a/go.sum b/go.sum index 693fdaa..fe10b98 100644 --- a/go.sum +++ b/go.sum @@ -183,8 +183,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14 h1:PyYN9JH5jY9j6av01SpfRMb+1DWg/i3MbGOKPxJ2wjM= github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14/go.mod h1:gxQT6pBGRuIGunNf/+tSOB5OHvguWi8Tbt82WOkf35E= -github.com/swaggo/http-swagger v1.0.0 h1:ksYgVBCYmAaxFsGVGojlPROgYfiQQSllETTWMtHJHTo= -github.com/swaggo/http-swagger v1.0.0/go.mod h1:cKIcshBU9yEAnfWv6ZzVKSsEf8h5ozxB8/zHQWyOQ/8= +github.com/swaggo/http-swagger v1.1.1 h1:7cBYOcF/TS0Nx5uA6oOP9DfFV5RYogpazzK1IUmQUII= +github.com/swaggo/http-swagger v1.1.1/go.mod h1:cKIcshBU9yEAnfWv6ZzVKSsEf8h5ozxB8/zHQWyOQ/8= github.com/swaggo/swag v1.7.0 h1:5bCA/MTLQoIqDXXyHfOpMeDvL9j68OY/udlK4pQoo4E= github.com/swaggo/swag v1.7.0/go.mod h1:BdPIL73gvS9NBsdi7M1JOxLvlbfvNRaBP8m6WT6Aajo= github.com/urfave/cli/v2 v2.3.0/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI=