You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks that current swag does not have dependency on gin-swagger though go.mod has dependency on gin-swagger@v1.2.0.
Due to this dependency, performing go mod tidy in project using echo-swagger fails with following error.
github.com/swaggo/echo-swagger tested by
github.com/swaggo/echo-swagger.test imports
github.com/swaggo/gin-swagger/example/docs: module github.com/swaggo/gin-swagger@latest found (v1.2.0), but does not contain package github.com/swaggo/gin-swagger/example/docs
To Reproduce
Steps to reproduce the behavior:
Create a 'go moduled' project depends on github.com/labstack/echo/v4 and github.com/swaggo/echo-swagger.
Perform go mod tidy in the project
Expected behavior go mod tidy completes w/o error.
Screenshots
n/a
Your swag version
1.6.3
Your go version
1.13.4
The text was updated successfully, but these errors were encountered:
Describe the bug
It looks that current swag does not have dependency on gin-swagger though go.mod has dependency on gin-swagger@v1.2.0.
Due to this dependency, performing
go mod tidy
in project using echo-swagger fails with following error.To Reproduce
Steps to reproduce the behavior:
github.com/labstack/echo/v4
andgithub.com/swaggo/echo-swagger
.go mod tidy
in the projectExpected behavior
go mod tidy
completes w/o error.Screenshots
n/a
Your swag version
1.6.3
Your go version
1.13.4
The text was updated successfully, but these errors were encountered: