On 14 Sep 2019, at 08:32, Antoine Mercadal <anto...@aporeto.com> wrote:
> 
> Hey,
> 
> Then why is it called mvs? I don't understand what package system would give 
> me 1.3.49, if I require 1.2.0 and my dependency requires 1.1.0.
> 
> I'll read a bit more about it, but you may have decreased my level of go 
> module hate by a bit, sir :)

Lacking other constraints, or with the general "major version 1" constraint 
that covers your example, many other package managers would default to the 
latest compatible version at installation time (i.e., 1.3.49). MVS picks the 
oldest compatible version, 1.2.0.

//jb

-- 
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/4E707F06-682F-4014-A3BB-11F62D359AD0%40kastelo.net.

Reply via email to