File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ setup-pre-commit-ci:
33# renovate: datasource=github-releases depName=golangci/golangci-lint
44 go install github.com/golangci/golangci-lint/cmd/
[email protected] 55# renovate: datasource=github-releases depName=swaggo/swag
6- go install github.com/swaggo/swag/cmd/
[email protected] .
7 6+ go install github.com/swaggo/swag/cmd/
[email protected] .
9 77
88.PHONY : setup
99setup : setup-pre-commit-ci
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/stretchr/testify v1.8.1
1616 github.com/swaggo/files v1.0.0
1717 github.com/swaggo/gin-swagger v1.5.3
18- github.com/swaggo/swag v1.8.7
18+ github.com/swaggo/swag v1.8.9
1919 github.com/wei840222/gorm-zerolog v0.0.0-20210303025759-235c42bb33fa
2020 golang.org/x/text v0.5.0
2121 gorm.io/gorm v1.24.2
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ github.com/swaggo/files v1.0.0/go.mod h1:N59U6URJLyU1PQgFqPM7wXLMhJx7QAolnvfQkqO
156156github.com/swaggo/gin-swagger v1.5.3 h1:8mWmHLolIbrhJJTflsaFoZzRBYVmEE7JZGIq08EiC0Q =
157157github.com/swaggo/gin-swagger v1.5.3 /go.mod h1:3XJKSfHjDMB5dBo/0rrTXidPmgLeqsX89Yp4uA50HpI =
158158github.com/swaggo/swag v1.8.1 /go.mod h1:ugemnJsPZm/kRwFUnzBlbHRd0JY9zE1M4F+uy2pAaPQ =
159- github.com/swaggo/swag v1.8.7 h1:2K9ivTD3teEO+2fXV6zrZKDqk5IuU2aJtBDo8U7omWU =
160- github.com/swaggo/swag v1.8.7 /go.mod h1:ezQVUUhly8dludpVk+/PuwJWvLLanB13ygV5Pr9enSk =
159+ github.com/swaggo/swag v1.8.9 h1:kHtaBe/Ob9AZzAANfcn5c6RyCke9gG9QpH0jky0I/sA =
160+ github.com/swaggo/swag v1.8.9 /go.mod h1:ezQVUUhly8dludpVk+/PuwJWvLLanB13ygV5Pr9enSk =
161161github.com/ugorji/go v1.2.7 /go.mod h1:nF9osbDWLy6bDVv/Rtoh6QgnvNDpmCalQV5urGCCS6M =
162162github.com/ugorji/go/codec v1.2.7 h1:YPXUKf7fYbp/y8xloBqZOw2qaVggbfwMlI8WM3wZUJ0 =
163163github.com/ugorji/go/codec v1.2.7 /go.mod h1:WGN1fab3R1fzQlVQTkfxVtIBhWDRqOviHU95kRgeqEY =
You can’t perform that action at this time.
0 commit comments