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
Please see the answer in #1292 And to answer your question: no, we cannot help you with the problem that dep cannot pull vN of Go modules projects. Only the dep team can help with that (link to the issue discussing this exact problem is in the other issue, please see it there as well). Since they're both very similar, will close this one, let's continue any conversation about this over there. Thank you!
hello can echo labstack team fix this issue ?
i've got version 3.3.10-dev when using godep (dep init) or glide.. if i used go get and go install manually i've got version 4.0.0 of echo labstack..
my go version 1.11 darwin
result dep init
Gopkg.log
[[projects]]
digest = "1:efd601ad1d1189884f37ed075fadb5bbd17f1f5acf5862827247c6da56d125ba"
name = "github.com/labstack/echo"
packages = [
".",
"middleware",
]
pruneopts = "UT"
revision = "38772c686c76b501f94bd6cd5b77f5842e93b559"
version = "v3.3.10"
Gopkg.toml
[[constraint]]
name = "github.com/labstack/echo"
version = "3.3.10"
The text was updated successfully, but these errors were encountered: