Hi team,

I'm working on a new package, *demo*, which has a dependency on *a* and *b*.

Both *a* and *b* are pointing to `go.opentelemetry.io/otel`

*a* points to *go.opentelemetry.io/otel* v0.20.0
*b* points to *go.opentelemetry.io/otel* v0.25.0

However, the *go.opentelemetry.io/otel* introduced break changes between 
these 2 versions.
At *v0.25.0*, it dropped some functions that exist in *v0.20.0* and 
*v0.25.0* has some new functions.

In my *demo*, the *go mod tidy* would point to v0.20.0, in this way, it 
breaks the dependency of *b.*

I tried to modify the *go.mod *of *demo* in order to find a common version 
between *a* and *b*, but I can't 
find such. 

I wonder if there's a way to let *go mod* to allow specific module versions 
for *a* and *b. *If not, what's other 
possible ways to solve this issue?


Looking forward to your reply.
Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/006e7e7b-5add-4c37-937a-c51269866d57n%40googlegroups.com.

Reply via email to