gofiber / swagger

🧬 fiber middleware to automatically generate RESTful API documentation with Swagger
MIT License
416 stars 31 forks source link

Bump github.com/swaggo/swag v1.16.3 #78

Closed iredmail closed 9 months ago

iredmail commented 9 months ago

Note: Go 1.18 is required by swagger v1.16.3. FYI https://github.com/swaggo/swag/releases/tag/v1.16.3

ReneWerner87 commented 9 months ago

@iredmail could you change the go.mod github.com/gofiber/swagger/v2 and readme

iredmail commented 9 months ago

@iredmail could you change the go.mod github.com/gofiber/swagger/v2 and readme

Latest version of v2 is v2.0.0-rc3, i suppose it's not "stable" and we should stay on v1 (v1.6.x) for now.

ReneWerner87 commented 9 months ago

I actually meant that we should upgrade our swagger package to v2 because we are removing a golang version which is no longer supported and that is a breaking change

but since the package is still a v0 version, the change would also be okay and I change it to v1

iredmail commented 9 months ago

aha, sorry about the misunderstanding.