|
|
|
|
|
by coder543
1538 days ago
|
|
> As I understand it, that's true in the simple case. If you have `my_app -> foo -> bar` then there's only one path to bar, and you only get a new bar when you upgrade foo. This is not correct. You can update bar independent of foo directly from the top-level go.mod file in your project. |
|
I explicitly talked about having a direct dependency at the end of the second paragraph.