-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Go get error recently Oct 2019 #1385
Comments
Install with: And install the latest go(go1.13.3) from https://golang.org/dl |
same error: |
Hello @xbsura and @botemple and everyone else reading this comment, First of all, I know that some of you may have issues because of this change and I am really sorry about that. It's a breaking change one as explained at POLL but the community have voted and I think they've made the best decision. We are here to help you, if you have any issues with this change we can provide you real-time assistance at https://chat.iris-go.com. Now, let's check the issue of yours @xbsura and probably the 99% of the cases, you will have this error if you just updated a part of your application. If your application uses iris-contrib/middleware then you shall update those too, Thanks, |
Do you have any option for Glide? I cannot update vendor, because it can't find v12.
|
@ALTELMA with Go modules both dep and glide will be achieved in the end. Read the following links:
Please use Go modules and remove dep(gopkg files) and glide files - the sooner the better for you and your projects. |
My project did not use go module feature. ../github.com/kataras/iris/core/host/supervisor.go:312:3: unknown field 'ForceRSA' in struct literal of type autocert.Manager |
@cfanboy These errors are different and has nothing to do with go 1.13. These errors are coming because you have an older version of "golang.org/x/crypto/acme/autocert" package, maybe your dep tool does not download the latest one? If you do just go get -u github.com/kataras/iris then it will not download the |
package github.com/kataras/iris/v12/cache: cannot find package "github.com/kataras/iris/v12/cache" in any of: |
I get error |
github.com/kataras/iris/core/errgroup
/go/src/github.com/kataras/iris/core/errgroup/errgroup.go:109:9: undefined: errors.Unwrap
/go/src/github.com/kataras/iris/core/errgroup/errgroup.go:118:8: undefined: errors.Is
/go/src/github.com/kataras/iris/core/errgroup/errgroup.go:125:10: undefined: errors.Is
/go/src/github.com/kataras/iris/core/errgroup/errgroup.go:137:8: undefined: errors.As
/go/src/github.com/kataras/iris/core/errgroup/errgroup.go:150:10: undefined: errors.As
github.com/kataras/iris/context
/go/src/github.com/kataras/iris/context/context.go:2859:6: undefined: errors.Is
script returned exit code 2
The text was updated successfully, but these errors were encountered: