I have a go application which imports packages A@v1 and B@v1. Meanwhile A@v1 imports B@v2, and A@v1 won’t work with B@v1.
Will my application compile successfully? Do I have to update my application’s dependency of package B to v2?
I have a go application which imports packages A@v1 and B@v1. Meanwhile A@v1 imports B@v2, and A@v1 won’t work with B@v1.
Will my application compile successfully? Do I have to update my application’s dependency of package B to v2?