-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The module value in the go.mod is wrong #16
Comments
Same as me, Does any one know how to fix it? |
I have the same issue |
@wechasing @Vealcoo @MuhmdHsn313 please try it:
|
It doesn't work. I want the latest version (v12.2.0 as of today).
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the release: v12.2.0-alpha2 , the value in the go.mod is
module github.com/iris-contrib/swagger
should it be
module github.com/iris-contrib/swagger/v12
?I can not download it in my project with go mod with error:
go: github.com/iris-contrib/swagger/[email protected]: go.mod has non-.../v12 module path "github.com/iris-contrib/swagger" (and .../v12/go.mod does not exist) at revision v12.2.0-alpha2
The text was updated successfully, but these errors were encountered: