File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ make docker.run
42
42
| [ net/http] ( https://golang.org/pkg/net/http/ ) | ` v1.16.6 ` | core |
43
43
| [ gorilla/mux] ( https://github.com/gorilla/mux ) | ` v1.8.0 ` | router |
44
44
| [ 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 |
46
46
| [ stretchr/testify] ( https://github.com/stretchr/testify ) | ` v1.7.0 ` | tests |
47
47
| [ golang-jwt/jwt] ( https://github.com/golang-jwt/jwt ) | ` v4.0.0 ` | auth |
48
48
| [ joho/godotenv] ( https://github.com/joho/godotenv ) | ` v1.3.0 ` | config |
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ require (
12
12
github.com/jackc/pgx/v4 v4.13.0
13
13
github.com/jmoiron/sqlx v1.3.4
14
14
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
16
16
github.com/swaggo/swag v1.7.0
17
17
)
Original file line number Diff line number Diff line change @@ -183,8 +183,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
183
183
github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
184
184
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14 h1:PyYN9JH5jY9j6av01SpfRMb+1DWg/i3MbGOKPxJ2wjM =
185
185
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 =
188
188
github.com/swaggo/swag v1.7.0 h1:5bCA/MTLQoIqDXXyHfOpMeDvL9j68OY/udlK4pQoo4E =
189
189
github.com/swaggo/swag v1.7.0 /go.mod h1:BdPIL73gvS9NBsdi7M1JOxLvlbfvNRaBP8m6WT6Aajo =
190
190
github.com/urfave/cli/v2 v2.3.0 /go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI =
You can’t perform that action at this time.
0 commit comments