Text file src/cmd/go/testdata/mod/example.com_latemigrate_v2_v2.0.0.txt

     1  example.com/latemigrate/v2 v2.0.0
     2  written by hand
     3  
     4  This repository migrated to modules in v2.0.1 after v2.0.0 was already tagged.
     5  All versions require rsc.io/quote so we can test downgrades.
     6  
     7  v2.0.0 is technically part of example.com/latemigrate as v2.0.0+incompatible.
     8  Proxies may serve it as part of the version list for example.com/latemigrate/v2.
     9  'go get' must be able to ignore these versions.
    10  
    11  -- .mod --
    12  module example.com/latemigrate
    13  -- .info --
    14  {"Version":"v2.0.0"}
    15  

View as plain text