-
Notifications
You must be signed in to change notification settings - Fork 216
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
Dependencies conflict while updates the sentry version to 0.3.1 #87
Comments
This addition to
from: https://github.com/getsentry/sentry-go/blob/master/go.mod Although I thought it should be propagated to all the packages relaying on our go.mod :| |
For the record, I just realized this is one of those cases of multiple modules in one repo. @kamilogorek like we were discussing in #79 https://github.com/ugorji/go/blob/master/go.mod |
https://github.com/golang/go/wiki/Modules#when-should-i-use-the-replace-directive We should not need to have a |
Hi @d0sdoc do you still need any help? Were you able to fix the problem? The only thing in
I wrote a test program using Go modules and sentry-go v0.3.1 and gin v1.4.0 (the minimum required by sentry-go@v0.3.1) and could no reproduce the issue.
Please let me know if you have a repro or otherwise we can close this. Thank you! |
Reference to issue in gin: gin-gonic/gin#1673 |
Okay, I found out why I could not reproduce the issue. When installing dependencies on a clean, new, module I got a newer version of
Removing the line marked above, or downgrading @d0sdoc apart from the
AFAICT that is the cleanest fix. |
Yes, I'm using gin, version 1.4.0. I've bump the ugorji version and it works, I've put |
Hello everyone,
I've tried to update the sentry-go version to 0.3.1 and got an error:
I've changed in go.mod of my project
github.com/getsentry/sentry-go v0.3.0
github.com/getsentry/sentry-go v0.3.1
Here are the ugorji entries in go.sum:
go version is 1.13
The text was updated successfully, but these errors were encountered: